
Posts
6
Respect
Forum Rank
Legless Crawler
Primary Group
Community Scripter
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!![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
"script_noteworthy","corner1_randomVendingLoc
"zw_corner1_door","script_noteworthy"
"script_noteworthy","corner2_randomVendingLoc
"zw_corner2_door","script_noteworthy"
"script_noteworthy","corner3_randomVendingLoc
"zw_corner3_door","script_noteworthy"
"script_noteworthy","corner4_randomVendingLoc
"zw_corner4_door","script_noteworthy"
"zombie_vending_jugg_on_price"
"zombie_vending_doubletap_price"
"zombie_vending_revive_on_price"
"zombie_vending_sleight_on_price"
maps\zw_rando_zone::main();
maps\zw_rando_zone::main();
maps\_zombiemode::main();
xmodel,zombie_vending_jugg_on_price
xmodel,zombie_vending_doubletap_price
xmodel,zombie_vending_revive_on_price
xmodel,zombie_monkey_bomber
xmodel,zombie_vending_sleight_on_price
fx,misc/fx_zombie_perk_lottery_4
fx,misc/fx_zombie_perk_lottery
fx,misc/fx_zombie_perk_lottery_flash
fx,misc/fx_zombie_perk_lottery_end
rawfile,maps/zw_randomperks.gsc
rawfile,maps/zw_rando_zone.gsc
level thread turn_jugger_on();
level thread turn_doubletap_on();
level thread turn_sleight_on();
level thread turn_revive_on();
//level thread turn_jugger_on();
//level thread turn_doubletap_on();
//level thread turn_sleight_on();
//level thread turn_revive_on();
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
The models don't randomly show up like in the video and in shi no numa, and I guess the compile can't find the file zw_randomperks.gsc for some reason. Yes it's added in mods/mapname/maps and for debugging I tried raw/maps hoping it would make a difference, then I thought maybe it was a permissions issue so I double checked that and it's still not finding the file in the compile.
So if anyone knows what the issue is for this error let me know
ERROR: Could not open 'maps/zw_randomperks.gsc'
failed loading 'maps/zw_randomperks.gsc' of type 'rawfile' found in source file '../zone_source/nazi_zombie_The_Arc.csv'