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

[WIP] Asylum style scripts

broken avatar :(
Created 10 years ago
by daedra descent
0 Members and 1 Guest are viewing this topic.
5,020 views
broken avatar :(
×
broken avatar :(
☭ Soviet Commander ☭
Location: us
Date Registered: 13 August 2012
Last active: 8 years ago
Posts
2,790
Respect
Forum Rank
King of the Zombies
Primary Group
Community Daedra
My Groups
More
My Contact & Social Links
More
Signature
Let's keep this thread on topic from here on in. -DBZ

+1 to off-topic reply -DBZ

lmao. Too funny.

Goliath Script Placer: http://ugx-mods.com/forum/index.php/topic,11234.msg125257/topicseen.html#new

"...Christ, people. Learn C, instead of just stringing random characters
together until it compiles (with warnings)..."

-Linus Torvalds
×
daedra descent's Groups
Community Daedra
Community Daedra
daedra descent's Contact & Social LinksBlueSoviet
Recently i have started working on adding nazi_zombie_asylum scripts to a zombie map. The thing is that the scripts that I've been using are 100% real and come from the actual nazi_zombie_asylum FastFile. Once i have all the bugs/glitches figured out, i plan on releasing all of the files needed to make an Asylum styled map so other people can make their own if they wish.

Currently, the map loads, though with plenty of issues. Obviously i had to edit the asylum scripts a lot for many different reasons, but everything will work as intended(kind of, Treyarch added some idiotic box location logic that isn't used ATM, box still works without it, aswell as other things).

Due to my lack of scripting knowledge, i do need some help fixing script errors aswell as including the proper VOX for nazi_zombie_asylum. PM me if your interested, credit will be given.

pictures of the game working using the scripts:




Last Edit: January 12, 2014, 07:15:01 am by daedra descent
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.
The asylum scripts (and protoype scripts) are just underdeveloped versions of the latest scripts in the 1.4 Modtools release. As far as I've looked in the past, all that's needed for making an asylum-style map with 1.4 tools is to change any checks for

Code Snippet
Plaintext
if(level.script == "nazi_zombie_asylum")
{
    //special behavior
}
else
{
    ///1.4 behavior
}

to either a check for your mapname or just an if(true). I don't see the point of trying to make the old scripts work on top of the updated versions like you are describing.
broken avatar :(
×
broken avatar :(
☭ Soviet Commander ☭
Location: us
Date Registered: 13 August 2012
Last active: 8 years ago
Posts
2,790
Respect
Forum Rank
King of the Zombies
Primary Group
Community Daedra
My Groups
More
My Contact & Social Links
More
×
daedra descent's Groups
Community Daedra
Community Daedra
daedra descent's Contact & Social LinksBlueSoviet
The asylum scripts (and protoype scripts) are just underdeveloped versions of the latest scripts in the 1.4 Modtools release. As far as I've looked in the past, all that's needed for making an asylum-style map with 1.4 tools is to change any checks for

Code Snippet
Plaintext
if(level.script == "nazi_zombie_asylum")
{
    //special behavior
}
else
{
    ///1.4 behavior
}

to either a check for your mapname or just an if(true). I don't see the point of trying to make the old scripts work on top of the updated versions like you are describing.

As i said, the scripts i'm using are the ones from nazi_zombie_asylum.ff, so yeah they are a bit underdeveloped. None of the scripts have the code that you posted above, its 100% legit nazi_zombie_asylum scripts.

Last Edit: January 12, 2014, 09:14:11 am by daedra descent
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.
As i said, the scripts i'm using are the ones from nazi_zombie_asylum.ff, so yeah they are a bit underdeveloped. None of the scripts have the code that you posted above, its 100% legit nazi_zombie_asylum scripts.
And my question to you was why should we care that they are "100% legit asylum scripts" if the same thing can be accomplished right now by editing v1.4 level.script checks? You can even get sumpf-style behavior by editing those checks.

If I'm missing something then by all means point it out to me, I'm just not seeing the point of this.
broken avatar :(
×
broken avatar :(
☭ Soviet Commander ☭
Location: us
Date Registered: 13 August 2012
Last active: 8 years ago
Posts
2,790
Respect
Forum Rank
King of the Zombies
Primary Group
Community Daedra
My Groups
More
My Contact & Social Links
More
×
daedra descent's Groups
Community Daedra
Community Daedra
daedra descent's Contact & Social LinksBlueSoviet
And my question to you was why should we care that they are "100% legit asylum scripts" if the same thing can be accomplished right now by editing v1.4 level.script checks? You can even get sumpf-style behavior by editing those checks.

I didn't even edit any checks, Treyarch didn't even make any level specific checks like that used in 1.4 scripts. And that's just the _zombiemode scripts, i moved all the scripts not level specific to dlc_code.gsc(dlc3_code code for dlc1 maps) which took some time and a few error fixing

Quote
If I'm missing something then by all means point it out to me, I'm just not seeing the point of this.

What was the point of the UGX mod? people could have ported all the guns used in the UGX mod themselves as well as all the other content in the UGX mod. But you put the time and effort into making something that people could have done themselves.

Last Edit: January 12, 2014, 09:54:14 am by daedra descent
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.
I didn't even edit any checks, Treyarch didn't even make any level specific checks like that used in 1.4 scripts. And that's just the _zombiemode scripts, i moved all the scripts not level specific to dlc_code.gsc(dlc3_code code for dlc1 maps) which took some time and a few error fixing
I'm not asking you IF you edited any, I'm asking you WHY you aren't editing any.


I would assume you just need to call zombiemode_asylum from your mapname.gsc instead of zombiemode, and fix any level.script checks in the rest of the scripts. I'm simply suggesting this in case you hadn't already tried it before spending all this time trying to use the original scripts...

What was the point of the UGX mod? people could have ported all the guns used in the UGX mod themselves as well as all the other content in the UGX mod. But you put the time and effort into making something that people could have done themselves.
lol comparing UGX Mod to applying "100% legit asylum scripts" to a v1.4 map is hardly an answer to my question, but by all means do whatever you want to spend your time doing.

 
Loading ...