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

[Release] UGX Mod Standalone v1.0.4

HOT
broken avatar :(
Created 11 years ago
by treminaor
0 Members and 1 Guest are viewing this topic.
238,403 views
broken avatar :(
×
broken avatar :(
[UGX] Founder
Location: usBay Area, California
Date Registered: 24 June 2011
Last active: 8 months ago
Posts
5,551
Respect
6,691Add +1
Forum Rank
Immortal
Primary Group
UGX Administrator
My Groups
More
My Contact & Social Links
More
Signature
If Java had true garbage collection, most programs would delete themselves upon execution.
×
treminaor's Groups
UGX Administrator
UGX Team Member
UGX Site Moderator Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
This is the standalone version of the UGX mod, which can be installed by developers to their maps.
THIS IS NOT A PLAYABLE MAP OR MOD!


ugx-mods.com





UGX Mod Standalone Installation Tutorial Series on YouTube







You are responsible for backing up your map folder before attempting installation. UGX-Mods is not responsible for any damage done to your installation or map/mod due to user error.

Changelog:
- v1.0.4:
-- Fixed a bug when using the UGX Mod v1.0.3 in combination with the UGX Modtools Patch which causes a missing file error for "ugx_modder_help.gsc".
- v1.0.3:
- Updated file: raw/ui/challenges.menu
-- Fixed a bug where the main menu music would play if you used the in-game Challenges menu. If you are updating your root folder from an earlier version of UGX Mod Standalone, you will need to recompile your UGX Mod mod.ff for the changes to take effect.

- v1.0.2:
- Added vision setting to ugxm_user_settings.gsc. If you wish to use custom vision on your map. change the second parameter of line 15:
Code Snippet
Plaintext
game_setting("vision_file", "zombie_factory");

- Added objective support for 3rd party developers. If you wish to enable an objective gamemode option in the ugx mod menu in-game, change the second parameter of line 38 in ugxm_user_settings.gsc to true:
Code Snippet
Plaintext
set_gamemode("objectives", true);

Once you do this, you can call your objectives script by encapsulating the first function call within a code block in your map.gsc:
Code Snippet
Plaintext
maps\_zombiemode::main();

if(level.ugxm_settings["objectives"])
{
    thread my_objectives_init();
}
      -
v1.0.1: Added support for maps which did not begin with the nazi_zombie_ prefix.


Q. Why don't my guns have any ADS animations? Why are my viewhands default? Why am I getting a script error when I load my map?
A. It is very important that you make sure your map does not use any gsc files which UGX Mod is already modifying. For example, if your mod has it's own _loadout.gsc in the iwd, or it's own _zombiemode.gsc, they need to be excluded from the iwd compile in order for UGX Mod to work. GSC customizations need to be moved into ugx_mod.iwd's _zombiemode.gsc. This should not be difficult for most people, since you have to have a basic knowledge of scripting to have even modified _zombiemode.gsc in the first place (I would hope).

Q. How do I compile my map without UGX Mod? I'm done with my UGX Mod map, how do I go back to making regular stock-style maps?
A.When you want to compile a map without UGX Mod loaded into it, you need to rename your "ui" folder to "ui - UGX_MOD" and rename the "ui - ORIGINAL" folder to ""ui". Same goes for "ui_mp". Then you need to go into /root/zone_source/ and rename zombiemode.csv to zombiemode.ugx and dlc3.csv to dlc3.ugx, then rename zombiemode.original to zombiemode.csv, and dlc3.original to dlc.csv. Lastly remove ugx_mod.iwd, ugxm_guns.iwd, localized_common.ff, and localized_mapname.ff from your root/mods/mapname folder and appdata/mods folder. To go back to UGX Mod compile mode, reverse these steps. You are basically just swapping between the stock ui + csv and the ugx_mod ui + csv.

Q. I added the UGX Mod to my map, and now I get "1600 sound limit exceeded!" or "400fx limit exceeded!"
A. UGX Mod cannot be installed unless you are the developer and compiler of the map. You must be using our custom dlc3.csv and zombiemode.csv, and you must make sure you properly renamed the root/zone_source/english/assetlist/mapname_ignore.csv to match your map's ff name.

Q. Why does the font look weird when I compile my map?
A. This is a minor side effect of using the CoD4 font in WaW - ignore this issue, it will look fine in-game.

Q. Why does the font look weird or garbled (unreadable) when I launch my map? Why does the main menu still look normal, and not like I designed in Photoshop?
A. You did not install/compile the UGX Mod mod.ff to your map correctly. Follow the instructions again, slowly and carefully this time.

Q. When I compile my map with UGX Mod, I see this error in Launcher:
[/list][/list]
Code Snippet
Plaintext
ERROR: Could not open '../zone_source/english/assetlist/common_ignore.csv'
    A. This error is just a CSV typo. It can be safely ignored.




    NEW GAME MODES
    Now there are more ways to enjoy World at War's zombie mode! Expanding on the classic zombie gameplay, we've included 5 separate game modes each offering a unique experience:

    • Gun Game: This was a favourite from UGX Christmas, and it's been tweaked and improved to be even better than before. Compete with your friends to get enough points, so you can reach the highest gun in the cycle before they can beat you to it.
    • Sharpshooter: An endless cycle of random weapons is thrust upon the players, forcing you to fight off the zombie horde with whatever you're given! This offers a fun twist on the classic zombie mode.
    • Bounty Hunter: A special zombie is marked in the game, and you must compete with your friends to be the first one to kill him, in order to gain a mega points bonus!
    • Arcade Mode: Our specially tweaked variant of traditional zombie gameplay, Arcade Mode includes 8+ new powerups and a special boss zombie round.
    • Classic: Un-altered classic Call of Duty zombies, but with the UGX Mod's epic arsenal of weaponry at your disposal.

    Timed gameplay can optionally be activated on all five game modes, and on certain UGX official map releases there will be an option to enable objective gameplay too; this will be specific and unique to individual maps.

    RANKING SYSTEM
    The UGX mod tracks stats and points gained in matches, allowing you to rank-up - this will unlock beneficial abilities or other unlockables to make your game experience persistently fun!
    In addition to this there is a unique Challenges system with a variety of special prizes awarded to players who manage to master a weapon, or perform an awesome feat. This includes all-new challenges which we've created ourselves!

    70+ NEW WEAPONS
    Fight off hordes of zombies with a brand new arsenal of epic weapons, including totally custom-built guns from UGX!
    We've also been working very hard to include a huge selection of modern weapons from Call of Duty 4 and Black Ops, as well as awesome wonder-weapons such as the Thunder Gun and Winter's Howl.

    ADDITIONAL FEATURES:
    • 8+ New Powerups
    • Black Ops Quick Revive
    • Black Ops Firesale
    • Black Ops Thundergun, Freezegun, and Crossbow
    • Black Ops Sentry Gun
    • New Zombie Types
    • Custom voiceovers
    • Custom textures / images - LOTS of them!
    • Custom FX




    UGX Mod promotional video

    UGX Mod YouTube Videos
    [/list][/list]
    Special Thanks:
    Tom_Bmx, for his numerous tools that make our lives easier.
    The UGX Donors  <3, for their donations and for the time they spent testing the mod on various maps.
    Treyarch, for developing this shitty game that we love so dearly.
    Infinity Ward, for making this engine a living hell.
    KDXDARK for assisting with finding a  vision bug in v1.0.2.
    broken avatar :(
    ×
    broken avatar :(
    [UGX] Founder
    Location: usBay Area, California
    Date Registered: 24 June 2011
    Last active: 8 months ago
    Posts
    5,551
    Respect
    6,691Add +1
    Forum Rank
    Immortal
    Primary Group
    UGX Administrator
    My Groups
    More
    My Contact & Social Links
    More
    ×
    treminaor's Groups
    UGX Administrator
    UGX Team Member
    UGX Site Moderator Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
    Enjoy!
    broken avatar :(
    ×
    broken avatar :(
    Relentless Mapper
    Location: al
    Date Registered: 21 August 2011
    Last active: 10 days ago
    Posts
    1,322
    Respect
    Forum Rank
    Zombie Colossus
    Primary Group
    Nuclear
    My Groups
    More
    ×
    KDXDARK's Groups
    Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
    Nuclear
    Nuclear
    DARKLEGION's requested title
    Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
    KDXDARK's Contact & Social Links
    broken avatar :(
    ×
    broken avatar :(
    Location: usMom's basement
    Date Registered: 27 August 2012
    Last active: 3 months ago
    Posts
    1,482
    Respect
    Forum Rank
    Zombie Colossus
    Primary Group
    Custom Map Reviewer
    My Groups
    More
    My Contact & Social Links
    More
    Personal Quote
    Tommy Wonka & the Idea Factory
    ×
    tomikaze's Groups
    Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
    Custom Map Reviewer Has permission to post map review topics in the Custom Map Reviews section of the forum.
    Oil Rig Beta Access
    Oil Rig Beta Access
    Awesome, just awesome. Treminaor, for a while I thought this day would never come but bro...YOU DID IT!!! A huge freaking thank you to everyone at UGX that had a hand in this. I can't wait to see the future maps that use this mod.
    broken avatar :(
    ×
    broken avatar :(
    [UGX] Founder
    Location: usBay Area, California
    Date Registered: 24 June 2011
    Last active: 8 months ago
    Posts
    5,551
    Respect
    6,691Add +1
    Forum Rank
    Immortal
    Primary Group
    UGX Administrator
    My Groups
    More
    My Contact & Social Links
    More
    ×
    treminaor's Groups
    UGX Administrator
    UGX Team Member
    UGX Site Moderator Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
    Treminaor, for a while I thought this day would never come
    Same here  :(

    but bro...YOU DID IT!!! A huge freaking thank you to everyone at UGX that had a hand in this. I can't wait to see the future maps that use this mod.
    You're welcome :)
    broken avatar :(
    ×
    broken avatar :(
    Location: usSouth Glens Falls, NY
    Date Registered: 25 June 2012
    Last active: 4 years ago
    Posts
    580
    Respect
    Forum Rank
    Zombie Enslaver
    Primary Group
    Community Mapper
    My Groups
    More
    My Contact & Social Links
    More
    Signature
    Fallout Assault Center - Released!

    Z ASYLUM - WIP  https://ugx-mods.com/forum/index.php/topic,15236.msg150610.html#msg150610

    Xbl, psn, and steam username is nickst98
    ×
    nickst98's Groups
    Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
    Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
    sweet gonna test on fac today
    broken avatar :(
    ×
    broken avatar :(
    [UGX] Founder
    Location: usBay Area, California
    Date Registered: 24 June 2011
    Last active: 8 months ago
    Posts
    5,551
    Respect
    6,691Add +1
    Forum Rank
    Immortal
    Primary Group
    UGX Administrator
    My Groups
    More
    My Contact & Social Links
    More
    ×
    treminaor's Groups
    UGX Administrator
    UGX Team Member
    UGX Site Moderator Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
    sweet gonna test on fac today
    Make a backup - msg me if you have issues.
    broken avatar :(
    ×
    broken avatar :(
    Relentless Mapper
    Location: al
    Date Registered: 21 August 2011
    Last active: 10 days ago
    Posts
    1,322
    Respect
    Forum Rank
    Zombie Colossus
    Primary Group
    Nuclear
    My Groups
    More
    ×
    KDXDARK's Groups
    Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
    Nuclear
    Nuclear
    DARKLEGION's requested title
    Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
    KDXDARK's Contact & Social Links
    Make a backup - msg me if you have issues.
    use the Cod Map Packer

    download: http://tom-bmx.com/downloads.php?id=3
    broken avatar :(
    ×
    broken avatar :(
    Location: usSouth Glens Falls, NY
    Date Registered: 25 June 2012
    Last active: 4 years ago
    Posts
    580
    Respect
    Forum Rank
    Zombie Enslaver
    Primary Group
    Community Mapper
    My Groups
    More
    My Contact & Social Links
    More
    ×
    nickst98's Groups
    Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
    Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
    Make a backup - msg me if you have issues.

    k

    use the Cod Map Packer

    download: http://tom-bmx.com/downloads.php?id=3

    thanks but i got a usb i put them on
    broken avatar :(
    ×
    broken avatar :(
    Relentless Mapper
    Location: al
    Date Registered: 21 August 2011
    Last active: 10 days ago
    Posts
    1,322
    Respect
    Forum Rank
    Zombie Colossus
    Primary Group
    Nuclear
    My Groups
    More
    ×
    KDXDARK's Groups
    Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
    Nuclear
    Nuclear
    DARKLEGION's requested title
    Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
    KDXDARK's Contact & Social Links
    what photoshop version are you using?

    i got this error

    "the following source is not in the text layer" (translated to english)

    edit: download the font overhere: http://www.dafont.com/bignoodle-titling.font

    go to control panel> appearance and personalization> sources and put overthere the .ttf files :D
    Last Edit: January 27, 2013, 05:44:49 pm by DARKLEGION
    broken avatar :(
    ×
    broken avatar :(
    Relentless Mapper
    Location: al
    Date Registered: 21 August 2011
    Last active: 10 days ago
    Posts
    1,322
    Respect
    Forum Rank
    Zombie Colossus
    Primary Group
    Nuclear
    My Groups
    More
    ×
    KDXDARK's Groups
    Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
    Nuclear
    Nuclear
    DARKLEGION's requested title
    Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
    KDXDARK's Contact & Social Links
    The dogs work on classic mode?
    broken avatar :(
    ×
    broken avatar :(
    [UGX] Founder
    Location: usBay Area, California
    Date Registered: 24 June 2011
    Last active: 8 months ago
    Posts
    5,551
    Respect
    6,691Add +1
    Forum Rank
    Immortal
    Primary Group
    UGX Administrator
    My Groups
    More
    My Contact & Social Links
    More
    ×
    treminaor's Groups
    UGX Administrator
    UGX Team Member
    UGX Site Moderator Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
    The dogs work on classic mode?
    I've never tried - maybe they would work, can't say for sure.
    broken avatar :(
    ×
    broken avatar :(
    Relentless Mapper
    Location: al
    Date Registered: 21 August 2011
    Last active: 10 days ago
    Posts
    1,322
    Respect
    Forum Rank
    Zombie Colossus
    Primary Group
    Nuclear
    My Groups
    More
    ×
    KDXDARK's Groups
    Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
    Nuclear
    Nuclear
    DARKLEGION's requested title
    Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
    KDXDARK's Contact & Social Links
    I've never tried - maybe they would work, can't say for sure.
    maybe no if you dont delete the lines on zombiemode.gsc
    broken avatar :(
    ×
    broken avatar :(
    Location: nl
    Date Registered: 27 January 2013
    Last active: 10 years ago
    Posts
    1
    Respect
    Forum Rank
    Fresh Corpse
    Primary Group
    Member
    ×
    ZouteCracker's Groups
    ZouteCracker's Contact & Social Links
    Hi UGX,

    This is an awesome mod and thanks for making it standalone so we can put all that hardwork in our own maps.
    Have it running on my map like a charm.Thanks for that.

    Cheers,

    ZouteCracker
    broken avatar :(
    ×
    broken avatar :(
    [UGX] Founder
    Location: usBay Area, California
    Date Registered: 24 June 2011
    Last active: 8 months ago
    Posts
    5,551
    Respect
    6,691Add +1
    Forum Rank
    Immortal
    Primary Group
    UGX Administrator
    My Groups
    More
    My Contact & Social Links
    More
    ×
    treminaor's Groups
    UGX Administrator
    UGX Team Member
    UGX Site Moderator Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
    Hi UGX,

    This is an awesome mod and thanks for making it standalone so we can put all that hardwork in our own maps.
    Have it running on my map like a charm.Thanks for that.

    Cheers,

    ZouteCracker
    Great to hear  ;D

     
    Loading ...