
Posts
334
Respect
21Add +1
Forum Rank
Perk Hacker
Primary Group
Donator ♥
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has permission to post map review topics in the Custom Map Reviews section of the forum. |
![]() Oil Rig Beta Access |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
So not sure why im getting this error when I actually go to load my map I get "could not find script 'maps/dlc3_code' "
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
make_fx() {
setup_fx(false, (148, -764, 40.25), "torch_fire"); <------ do I just add more orgins??
}
setup_fx(tag, loc, effect) {
if(tag) {
model = spawn("script_model", self.origin);
model setmodel("tag_origin");
play_fx(effect, undefined, model);
} else
play_fx(effect, loc, undefined);
}
play_fx(effect, loc, model) {
if(!isdefined(level._effect[effect])) {
iPrintLn("Effect is undefined!");
return;
}
if(isdefined(model))
playfxontag(level._effect[effect], self, "tag_origin");
else
playfx(level._effect[effect], loc);
}
preCacheFX() {
level._effect["torch_fire"] = loadfx("NEED EFFECTSED3.EXE TO FIND RIGHT ONE!!!!!!");
}
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
In the future please use code blocks as it is a site rule, this is the first and only verbal warning.
/fixed.
I would recommend using UGX Easy FX as everything is layed out for you and is explained. This script seems somewhat dodgy and would be hard to understand for beginners.
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
Really good job on the level design. My only concerns are that it feels almost empty, variety of wall weapons is almost nonexistent, and some of the blocky terrain look like a good place for AI to get stuck.
Also, i'm not sure, but i don't think i heard any footsteps when you walked, unless thats what you wanted...
would you like the beta?
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom mapping in the UGX-Mods community. |
Well I think this map is about as done as its going to get. I Don't know what/why but I seem to have troubles with the simplest things like changing jugg from 3 hit to 5 hit and my fxs not working with power being activated. I have tried over and over to get FRD's blops weapons to work but with no luck b/c of sounds issues (and I have no idea how to port my own weapons over) and for jugg!!!!! NO idea why it wont save my _zombiemode_perks.gsc but yet every other change I have made to that .gsc file works fine.
map features will include: Waw perks (3 hit jugg... sorry I know it blows) and blops perks
Added dogs back in so you get that max ammo (kinda needed it)
Limited wall weapons (all hidden)
Semi secret areas with objectives to end game
Music EE
Things that might get added in the future: FRD's blops weapons
Fix Jugg
Add another secret area which is through a tele
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |