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 - ugiklinu

I need to make a riser that has the tags that makes it so that it comes out of water and has the find_flesh script on it. How do I make one?
6 years ago
Is there any way of doing this? Haven't really fiddled around with modding, just mapping, so would it be too hard for a noob like me?
6 years ago
So, i've been slaving away for around 2 hours trying to get this zone to work, but nothing seems to get it to a state that the game recognizes it. I've tried everything but once I start the game I don't get the message that the zone is linked with x amount of spawners. Is there something usual i'm forgetting to do? I have no clue as to why it's not working.
Code Snippet
Plaintext
add_adjacent_zone("start_zone",	"second_zone",	"enter_second_zone");

add_adjacent_zone("start_zone", "optional_zone", "enter_optional_zone");

add_adjacent_zone("second_zone", "third_zone", "enter_third_zone");

add_adjacent_zone("third_zone", "second_optional_zone", "enter_second_optional_zone");

add_adjacent_zone("third_zone", "power_zone", "enter_power_zone");

add_adjacent_zone("third_zone", "fifth_zone", "enter_fifth_zone");

add_adjacent_zone("third_zone", "outside_zone", "enter_outside_zone");

add_adjacent_zone("outside_zone", "alt_outside_zone", "enter_alt_outside_zone");

add_adjacent_zone("outside_zone", "third_zone", "enter_third_zone");

add_adjacent_zone("alt_outside_zone", "outside_zone", "enter_outside_zone");

add_adjacent_zone("alt_outside_zone", "fifth_zone", "enter_fifth_zone");

add_adjacent_zone("fifth_zone", "alt_outside_zone", "enter_alt_outside_zone");

add_adjacent_zone("fifth_zone", "third_zone", "enter_third_zone");

add_adjacent_zone("third_zone", "second_zone", "enter_second_zone");

add_adjacent_zone("second_zone", "spawn_zone", "enter_spawn_zone");
The zone in question is "alt_outside_zone". Just tell me if I need to post more info in order to get help, i'll be glad to do so.
6 years ago
Is it ok to do it or should I be doing something else? Without modifying my current volumes the map layout would be impossible. I'm not sure as to if it's ok to do it since in source sdk you usually didn't want to clip your trigger brushes.
6 years ago
Never mind, it's working now. Although if I try the map outside of safe mode waw if just crashes upon selecting the mod.  >:(
6 years ago
I finally got my map working, sort of. After struggling for about an hour on getting the mod actually applied on the game, I finally managed to execute the map. Well, sort of. You see, whenever I attemp to run the map, it just spits out an error about a missing server script, namely  "_zombiemode_powerups.gsc" even though I have it in my maps folder. This is really giving me a headache, why the hell is it not fucking working?
6 years ago
So I downloaded all of the mapping stuff for cod waw today, made a simple map, saved it and took a break. When I returned to radiant I couldn't open the map I had made earlier nor the default maps that came with the program. What am I supposed to do?

Double Post Merge: July 22, 2018, 06:14:30 pm
never mind I got it working by putting radiant on windows xp compability mode
6 years ago
Loading ...