Slashco Complete Game
-
Shader "Custom/posterize" {
Properties {
_MainTex ("Texture", 2D) = "" {}
_Level ("Level", Float) = 4
}
//DummyShaderTextExporter
SubShader{
Tags { "RenderType"="Opaque" }
LOD 200
CGPROGRAM
#pragma surface surf Standard
#pragma target 3.0sampler2D _MainTex; struct Input { float2 uv_MainTex; }; void surf(Input IN, inout SurfaceOutputStandard o) { fixed4 c = tex2D(_MainTex, IN.uv_MainTex); o.Albedo = c.rgb; o.Alpha = c.a; } ENDCG } Fallback "Diffuse"}
-
there like so many ripped shader code in that folder its unreal
-

-
starting to notice alot of the people in the staff team are pretty mean to people that gives feedback to the new changes they made (shop npc was replaced with a “fortnite” character instead of car) and the threads i saw on the feedback that mentioned either changing it or replacing it, those threads are closed even when half of the community didnt like the sever gooner bait, while most staff, including manti are full on fine with the goonerbait
-
Does it really matter lol I was given it by some one that worked on it. If he ripped it thats not my issue. But you have it be happy and stop looking for holes in what I say
-
I have a question. Does the project include Udon scripts/behaviors? I can't find them, and I'd like to learn about programming and synchronization methods for creating maps in vrc.
-
everything works so it should have all the scripts i have uploaded and played it so i know its good
-
i really hope people use this to make new games VRchat needs more like it.
-
In which folder should the scripts appear? Because as soon as I open the project, the scene appears and I get some shader errors and all the Udon Behavior (Script) appear as none. I don't know if I did something wrong or I need to download something extra, etc. If you could help me, thank you very much.

-
The only problem is that if it's a ripped world, which it is here, the udon scripts are all compiled meaning they aren't readable or editable. Other than that everything works.
-
Link is down for me. Anyone got a reupload?
I really want to learn from how it is setup.
Thanks a lot for the share! -
@Greywolfbark is this still something you would be willing to share?
-
@Greywolfbark, can i contact with you for copy of this world?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login