UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: MZslayer11 on July 26, 2015, 12:59:38 am

Title: Mystery Box problems
Post by: MZslayer11 on July 26, 2015, 12:59:38 am
If I use the Box prefab that came with the UGX mod-tools patch in my map, the hint-string is all messed up.
(https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fimg.ctrlv.in%2Fimg%2F15%2F07%2F26%2F55b42f06331f1.png&hash=ec540eeb1bf7c0fd6ca0fbf6f196fd62dee2c14b) (http://ctrlv.in/610201)

So I got the prefabs from Sniperbolts Tutorial Prefabs and put those in my map. The hint-string on those work fine. But the problem with those is that when the box "moves", it goes back to the same spot every time. I make sure that I have the start chest in then chest_1, chest_2, and so on.

I searched this problem on the forum but the only solutions I found were:

1]
Make sure that this is on mapname .gsc:
Code Snippet
Plaintext
level.DLC3.useChestMoves = true;
But I have that and still nothing.

-or-

2]
replace the entire _zombiemode_weapons.gsc with the one from sniperbolts tutorial. Which I don't want to do because I have heavily edited that script and I don't want to overwright that.

If you have a solution to the UGX box problem or the problem I'm having with sniper bolts box, let me know.


Title: Re: Mystery Box problems
Post by: ibounce on July 26, 2015, 01:03:27 am
Have you tried replacing your zombie.str that came with the mod tools again?
Title: Re: Mystery Box problems
Post by: MZslayer11 on July 26, 2015, 01:17:21 am
Have you tried replacing your zombie.str that came with the mod tools again?

 :please: I don't even know what that is.
Title: Re: Mystery Box problems
Post by: ibounce on July 26, 2015, 01:20:33 am
:please: I don't even know what that is.
Go to your raw\english\localizedstrings
and you'll see zombie.str. Open it with a text editor and see if the top of it looks sort of like this.
Chances are, this isn't whats causing your problem considering you don't know what it is, I'm assuming it's never been modified.

(https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fpuu.sh%2FjcWBl%2Fa7d88851f9.png&hash=88cf51c6a12ebb506e652181c5849b51782a8961)

EDIT: Make sure in your zombiemode.gsc it looks like this.
(https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fpuu.sh%2FjcWUe%2Fddaa9b3910.png&hash=d8f33e10a4be31fcd1e381fd9533888e871a4bfe)
Title: Re: Mystery Box problems
Post by: MZslayer11 on July 26, 2015, 01:28:36 am
Go to your raw\english\localizedstrings
and you'll see zombie.str. Open it with a text editor and see if the top of it looks sort of like this.
Chances are, this isn't whats causing your problem considering you don't know what it is, I'm assuming it's never been modified.

(http://puu.sh/jcWBl/a7d88851f9.png)

EDIT: Make sure in your zombiemode.gsc it looks like this.
(http://puu.sh/jcWUe/ddaa9b3910.png)

Thanks I'm not at my PC now but I'll give it a look later/tomorrow.
Title: Re: Mystery Box problems
Post by: Harry Bo21 on July 26, 2015, 01:29:29 am
I had this issue and i know a few others who have too, and frankly the only answer we found was reinstalling the mod tools

however, i know a lot more now, if you have a playable version of the map, send me a link and ill check in DEV mode and go through the IWD if you want
Title: Re: Mystery Box problems
Post by: MZslayer11 on July 26, 2015, 01:39:02 am
I had this issue and i know a few others who have too, and frankly the only answer we found was reinstalling the mod tools

however, i know a lot more now, if you have a playable version of the map, send me a link and ill check in DEV mode and go through the IWD if you want

Seeing that I just installed this set of mod tools, I wI'll try to avoid that solution until all other options have been exhausted.

Like I said, I'm not at my PC now but I will sent a playable version over later/tomorrow if another solution doesn't present itself.
Title: Re: Mystery Box problems
Post by: Harry Bo21 on July 26, 2015, 01:42:51 am
Seeing that I just installed this set of mod tools, I wI'll try to avoid that solution until all other options have been exhausted.

Like I said, I'm not at my PC now but I will sent a playable version over later/tomorrow if another solution doesn't present itself.
i had to reinstall about 10 times before i finally got a properly set up version lol

Yeah if you dont solve it get hold of me and ill do my thing ;)
Title: Re: Mystery Box problems
Post by: MZslayer11 on July 26, 2015, 06:40:17 pm
Well it just randomly started working  :poker:

When I applied the new update to Harrys perks, sniperbolts prefabs works fine now. Idk how or why but thanks harry lol.
Title: Re: Mystery Box problems
Post by: DidUknowiPwn on July 26, 2015, 07:44:50 pm
Probably got stuck in a loop somewhere and rest of zombiemode scripts weren't called.
Title: Re: Mystery Box problems
Post by: Harry Bo21 on July 26, 2015, 08:05:56 pm
lol no idea how, unless you used my pre-edited weapons gsc maybe lol

glad its working for you :)
Title: Re: Mystery Box problems
Post by: MZslayer11 on July 26, 2015, 08:31:32 pm
lol no idea how, unless you used my pre-edited weapons gsc maybe lol

glad its working for you :)

I did use the pre-edited one but I also for the earlier version and  it was broken for that one. Thats WaW logic for ya.