UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - IDontEvenKnow

Make sure you have chipset drivers installed.
7 years ago
Remove them from your map, then validate your files and try again.
7 years ago
http://steamcommunity.com/sharedfiles/filedetails/?id=833247074

To shill like MakeCents here that tut will show you how to dynmaically play FX
7 years ago
Changed ANY scripts whatsoever that relate to power?
7 years ago
It would help if you pasted your scripts, please use code tags, also make sure you've put the KVP's of the zone names in the door trigger
7 years ago
You can either create a mod menu type thing when they join the MP lobby, or just make a set of "Classes" that hold information relating to the guns. Ergo, use GiveWeapon()
7 years ago
Any errors or anything in Linker output?
7 years ago
What is it you want? I can't get anything from a wall of a script.
7 years ago
the huds all LUA controlled - and we have no access to the LUA functionality

the most you can do is change the images it loads, nothing more at this time

Have they said any mercy updates any time this year? Or are we waiting until people get on looking into decompiling the lua and injecting it somehow.
7 years ago
Code Snippet
Plaintext
DoorTrigger = GetEntArray("zombie_door","targetname");

foreach(Door in DoorTrigger)
{
if(Door.ModelSpawnDoor == "Yes")
{
SpawnModel();
}
}

This is basic psuedo code, add a custom KVP called ModelSpawnDoor and give it the Value Yes.

Add me on Steam if you want more help, I might make a tutorial on model spawning actually.
7 years ago
So you're wanting to make certain lights turn on once the power switch has been turned on and it's causing connection interupted? You're using the default 3arc prefab and still getting it?
7 years ago
You know there is already a prefab for a power switch right?
7 years ago
Loading ...