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!parse } error - to be added, indepth tutorial for this one as it can be multiple problems.
map doesn't load (broken error) - means your map is broken, follow the above step to locate if there are any broken brushes.
map is rainbow ingame - you will need to include a light grid and a few reflection probes around your map, caulk box is needed also. there are a few tutorials around for all of these.
certain parts of the map are darker than the rest - ensure that your sunlight direction is not obstructing this, if its meant to be like this and you want the area to be a bit lighter then you can add a 'light' entity.
Max Scene Surfs - Caused by multiple glitched patch layers being ontop of each other, to solve this issue you will need to delete the patch layers. models can also cause this error if the model has too many surfaces on it
server script compile error - this error is thown by the compiler that isn't able to compile code, use developer 1 and reboot your map, then open the console in full (shift + `) to see more details on what and where the error is located, if it states a line number its usually the line above the line stated.
script runtime error - script runtime error is where your script has an infinite loop and has been forced to stop. There are a few other examples that can cause this problem (will list them shortly).asset limits:1600 Sound limit - hit max limit, free up some sounds through the mod and associated csv files.
xanim limit - NA
ui limit (itemdefs)[new] - i cannot recall what the actual limit was as i found this limit myself, but i'd say no more than around 300 itemdefs should be used in one menufile.
4096 xmodel limit - hit max limit, free up some models by commenting them out in your mod folder and associated csv files
400 fx limit - hit max limit, free up some fx by commenting them out in your mod folder and associated csv files
128 tags (joints) - caused by AI which has too many joints (exceeds 128 bones error), reduce the amount of bones included in the xmodel export.
2048 material limit - hit max limit, free up some materials by
commenting them out in your mod folder and associated csv files
31 hud element limit - hit max limit, free up some hud elements by
commenting them out in your mod folder and associated csv files,
also checking if too many are drawn in the UI.
ui not showing up - this can be many problems, but the most common
one would be that you have a syntax error. these errors don't
display in the console ingame so you will need to take slow steps
through testing in order to locate the problem. usually caused by
typos or unknown functions.
EXE_ERR_HUNK_ALLOC_FAILED256/Out of memory - close some processes in
windows to free up some ram in order to compile successfully.
"" is bad "type" - an item that doesnt exist in the map but is
being called through script.
Server command overflow/ERR_CLIENT_CMD_OVERFLOW - this happens when
the console spams too many commands in a short period of time,
causing the server to crash. ensure that theres no infinite loops
in your scripts (especially through UI scripting)
Server message overflow - this error is caused by console spam of
messages, which leads to server crash if too many are printed in a
short time. to solve this problem you will need to make sure there
are no infinite loops (or very short time intivals) between the
message and the loop process.
Couldn't load &&1 - the engine couldn't load file/item or entity
etc.. (going to use X to describe them all in one) this can be
solved by checking if X exists and if X is loaded correctly
(precached and included in the mod)
ERR_WRONG_MAP_VERSION_NUM - same as below, where each of you have
different map versions (two different compiles), ensure that you
have the same map version in order to play with eachother
SERVER_IS_DIFFERENT_VER - this error happens when you have a
different version to the server, meaning your assets may have been
modified. this error can occur when you modify a stock iwd aswell.
alien font - To be added
couldn't load image - image either doesn't exist or it's not
precached/included in your mod. ensure that its included in your
mod.csv and your mods 'image' folder.
exceeded maximum number of script strings - this error is caused
when you have too many script string loaded, to solve this problem
you will need to reduce the amount of strings so that the pre-load
doesn't output this error.
unknown item &&1 - unknown item defines that the item (weapon/weapon file) does not exist in your version of the mod, to solve this you will need to ensure that the weapon file is included in your mod.csv and is ticked in the compiler.
Could not open - either the file wasn't precached correctly (in
mod.csv/map.csv/map_patch.csv) or the file simply does not exist,
check syntax if it does to ensure there are no typos.
"some mods don't show in my mod folder?" - your mod's folder may be
overfilled, i'd suggest moving a few to a different folder (or
deleting if needed be), this helps reduce "loaded mod listing"
engine use.
type undefined is not a field object - any object with getent that
doesn't exist in the map when trying to use it through script (i.e.
targetname:thisdoesntexist)
duplicate sound alias file - duplicated sound alias file was located, check mod.csv/map.csv/map_patch.csv to see if you may have added the preached line twice; if not then go to your sound alias folder in raw and see if there's any sould alias files that used the same sound name.
*Crashes upon map load* - reboot exe, enable developer 1 and
logfile 1, boot up map, wait until crash, go to your maps mod
folder, open console.log in a text editor and find any unusual
errors.
*Crashes upon exe load* - close exe, check compiler (both build mod
and map compile dumps should be there (if you didnt clear the feed
and build both the map/mod) and locate any unusual errors towards
the bottom of each map/mod compile dump/
- Enable console
- Draw HUD
- Voice Chat
- FOV (cg_fov)
- 3DP FPS
- Console ?
- Toggle Developer
- Toggle Developer Script
- Toggle Portals
- Toggle Paths
- Toggle Minicon (con_minicon)
- Toggle Tris
- Move Forward (cg_gun_move_f)
- Move Right (cg_gun_move_r)
- Move Up (cg_gun_move_u)
- Move Rate (cg_gun_move_rate)
- Move Speed (cg_gun_move_minspeed)
- Offset Forward (cg_gun_ofs_f)
- Offset Right (cg_gun_ofs_r)
- Offset Up (cg_gun_ofs_u)
- Position X (cg_gun_x)
- Position Y (cg_gun_y)
- Position Z (cg_gun_z)
- Brightness (r_brightness)
- Gamma (r_gamma)
- Contrast (r_contrast)
- Desaturation (r_desaturation)
- Blur (r_blur)
- Film Tweak Desaturation (r_filmtweakdesaturation)
- Film Tweak Brightness (r_filmtweakbrightness)
- Film Tweak Contrast (r_filmtweakContrast)
- Film Tweak Light Tints (r_filmtweaklighttint) [values are R,G,B]
- Film Tweak Dark Tints (r_filmtweaklighttint) [values are R,G,B]
- Ambient (r_lighttweakambient)
- Ambient Color (r_lighttweakambientcolor) [values are R,G,B,A]
- Diffuse Fraction (r_lighttweakdiffusefraction)
- Sun Color (r_lighttweaksuncolor) [values are R,G,B,A]
- Sun Diffuse Color (r_lighttweaksundiffusecolor) [values are R,G,B,A]
- Sun direction (r_lighttweaksundirection) [values are X,Y,Z]
- Sun Light (r_lighttweaksunlight)
- Fog Toggle
- Fog Red (scr_fog_red)
- Fog Green (scr_fog_green)
- Fog Blue (scr_fog_blue)
- Glow Toggle
- Bloom Cutoff (r_glowtweakbloomcutoff)
- Bloom Desaturation (r_glowtweakbloomdesaturation)
- Bloom Intensity (r_glowtweakbloomintensity0)
- Glow Radius (r_glowtweakradius0)
- Ray Expansion (r_glowtweakrayexpansion)
- Ray Intensity (r_glowtweakrayintensity)
p7_perk_t7_hud_perk_sixthsense
p7_perk_t7_hud_perk_tacticalmask
p7_perk_t7_hud_perk_toughness
p7_perk_t7_hud_perk_tracker
p7_perk_t7_hud_perk_ante_up
p7_perk_t7_hud_perk_awareness
p7_perk_t7_hud_perk_blind_eye
p7_perk_t7_hud_perk_cold_blooded
p7_perk_t7_hud_perk_deadsilence
p7_perk_t7_hud_perk_dexterity
p7_perk_t7_hud_perk_engineer
p7_perk_t7_hud_perk_fasthands
p7_perk_t7_hud_perk_flakjacket
p7_perk_t7_hud_perk_ghost
p7_perk_t7_hud_perk_gungho
p7_perk_t7_hud_perk_hardline
p7_perk_t7_hud_perk_hardwired
p7_perk_t7_hud_perk_jetcharge
p7_perk_t7_hud_perk_jetsilencer
p7_perk_t7_hud_perk_lightweight
p7_perk_t7_hud_perk_marathon
p7_perk_t7_hud_perk_overcharge
p7_perk_t7_hud_perk_scavenger
Kill confirmed-
p7_dogtags_enemy_battery
p7_dogtags_enemy_firebreak
p7_dogtags_enemy_nomad
p7_dogtags_enemy_outrider
p7_dogtags_enemy_prophet
p7_dogtags_enemy_reaper
p7_dogtags_enemy_ruin
p7_dogtags_enemy_seraph
p7_dogtags_enemy_spectre
p7_dogtags_friendly_battery
p7_dogtags_friendly_firebreak
p7_dogtags_friendly_nomad
p7_dogtags_friendly_outrider
p7_dogtags_friendly_prophet
p7_dogtags_friendly_reaper
p7_dogtags_friendly_ruin
p7_dogtags_friendly_seraph
p7_dogtags_friendly_spectre
?
p7_bonuscard_two_tacticals
p7_bonuscard_danger_close
p7_bonuscard_overkill
p7_bonuscard_perk_1_greed
p7_bonuscard_perk_2_greed
p7_bonuscard_perk_3_greed
p7_bonuscard_primary_gunfighter
p7_bonuscard_secondary_gunfighter
p7_zm_bgb_02_details
p7_zm_bgb_02_dome
p7_zm_bgb_02_sign
p7_zm_bgb_03_cap
p7_zm_bgb_03_details
p7_zm_bgb_03_dome
p7_zm_bgb_03_sign
p7_zm_bgb_aftertaste
p7_zm_bgb_alchemical_antithesis
p7_zm_bgb_always_done_swiftly
p7_zm_bgb_anywhere_but_here
p7_zm_bgb_armamental_accomplishment
p7_zm_bgb_arms_grace
p7_zm_bgb_arsenal_acelerator
p7_zm_bgb_bottle_conveyor
p7_zm_bgb_burned_out
p7_zm_bgb_button_01
p7_zm_bgb_button_02
p7_zm_bgb_button_03
p7_zm_bgb_cache_back
p7_zm_bgb_coagulant
p7_zm_bgb_danger_closest
p7_zm_bgb_dead_of_nuclear_winter
p7_zm_bgb_ephemeral_enhancement
p7_zm_bgb_firing_on_all_cylinders
p7_zm_bgb_gearbox
p7_zm_bgb_im_feelin_lucky
p7_zm_bgb_immolation_liquidation
p7_zm_bgb_impatient
p7_zm_bgb_in_plain_sight
p7_zm_bgb_kill_joy
p7_zm_bgb_killing_time
p7_zm_bgb_licensed_contractor
p7_zm_bgb_lucky_crit
p7_zm_bgb_main_body
p7_zm_bgb_now_you_see_me
p7_zm_bgb_on_the_house
p7_zm_bgb_one_for_the_road
p7_zm_bgb_perkaholic
p7_zm_bgb_phoenix_up
p7_zm_bgb_pop_shocks
p7_zm_bgb_private_eyes
p7_zm_bgb_respin_cycle
p7_zm_bgb_sign_redeem
p7_zm_bgb_stock_option
p7_zm_bgb_sword_flay
p7_zm_bgb_wall_power
p7_zm_bgb_whos_keeping_score
p7_zm_bgb_01_cap
p7_zm_bgb_01_details
p7_zm_bgb_01_dome
p7_zm_bgb_01_sign
p7_zm_bgb_02_cap
Hello everyone, today i'm bringing some up to date news about the project and what will be happening in the future, now don't be affraid with what i'm about to say because there is a silver light to it.
The Shadowlands Project for W@W has been cancelled for now. unfortunately due to the amount of limitations with the engine itself i regret to inform you that the project won't be at its full potential with this version of the engine. there are many reasons to this but i will explain them below.
- The map capability is limiting, the original plan was to make a single map have a "open world" feel to it. while fitting with the world and other gamemodes.Quote- Custom content has been restricted, this effects how much content is used within the UI or ingame.
- The maps i've already designed and are ready i'm just not happy with, they have so much more potential and could really use a 'remastered' look to it.
- This also helps me focus on doing the DLC maps ready in advance.
Currently, this project will be held mainly for BO3 as we have a wide range of new tools to mess around with and i can meet the higher standard i've always wanted.
There will be a W@W version shortly after the BO3's version is released, but it will have to be a LITE version because of the stated issues above, but will function nearly the same as bo3's version just with less content and access.
I'm sorry for any inconvenience and false hopes (especially after the recent pre-alpha preview video) but i hope you all understand why i'm doing this.
This WIP thread will remain the main topic until a bo3 section is open, it will stay open and i will continue to show updates and progression overtime. i have a lot to show you all soon, but please stand by for now.
See you in the future,
Uk_ViiPeR.
- 100% FREE TO PLAY
- Double TKN EXP for 12 hours of ingame time
- Special alpha-only bonuses
- Access to all 4 Maps and 12 different gamemodes.
- Ranks are limited to 20, until DLC1 and 2 arrive.
- Custom UI
- Buy your stock in the UI, use it in-game.
- Rank and token system live
- Anti-Cheat, Ban, stat system live (can be toggled in the server menu)
- Handful of server settings
- Customize your gameplay