Apocalypse Weapons & StuffSwapper
-
Jake19
- Average
- Posts: 53
- Joined: Wed Dec 13, 2017 1:57 pm
Apocalypse Weapons & StuffSwapper
Hello everyone, i wanted to add the Apocalypse Weapons to StuffSwapper, i tried to import the weapons manually, but when i want to open StuffSwapper in game mod menu, the game just freezes, and i have to press Ctrl Alt Delete to close the game, what could be the problem? is it because i have too much mods with weapons? or is something with Apocalypse Weapons itself?
-
EvilGrins
- Godlike
- Posts: 10487
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: Apocalypse Weapons & StuffSwapper
For clarity's sake, is "Apocalypse Weapons" an actual mutator?
Because there's weapons I called that once in a post, so just checking.
Because there's weapons I called that once in a post, so just checking.
· http://unreal-games.livejournal.com/
· https://unrealarchive.org/authors/evilgrins/index.html
· https://www.facebook.com/groups/UTcorps
· https://x.com/EvilGrinsIsBack
· https://unrealarchive.org/authors/evilgrins/index.html
· https://www.facebook.com/groups/UTcorps
· https://x.com/EvilGrinsIsBack
Smilies · viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
OjitroC
- Godlike
- Posts: 3802
- Joined: Sat Sep 12, 2015 8:46 pm
Re: Apocalypse Weapons & StuffSwapper
This is difficult to troubleshoot as not quite sure how you have set up AW in StuffSwapper.
The first thing to do, though, is to check the UT log and see if there is any indication why the game froze.
Some questions :
1) have you used the AW weapons in-game before and not had any problems with them?
2) presumably you have added the AW weapons/ammo that you wanted to use by hand in the StuffSwapperItems.ini? Have you checked and double-checked to ensure that everything is correct (each item set out in the correct format, no typos, no extra gaps, no gaps between item numbers, etc, etc)?
3) post or attach an extract from your Stuff/SwapperItems.ini showing the AW weapons.
I have used StuffSwapper for many years now and have not had a freeze. I tend to think that there may be an issue with AW but that's just speculation at this stage.
The first thing to do, though, is to check the UT log and see if there is any indication why the game froze.
Some questions :
1) have you used the AW weapons in-game before and not had any problems with them?
2) presumably you have added the AW weapons/ammo that you wanted to use by hand in the StuffSwapperItems.ini? Have you checked and double-checked to ensure that everything is correct (each item set out in the correct format, no typos, no extra gaps, no gaps between item numbers, etc, etc)?
3) post or attach an extract from your Stuff/SwapperItems.ini showing the AW weapons.
I have used StuffSwapper for many years now and have not had a freeze. I tend to think that there may be an issue with AW but that's just speculation at this stage.
-
Jake19
- Average
- Posts: 53
- Joined: Wed Dec 13, 2017 1:57 pm
Re: Apocalypse Weapons & StuffSwapper
Well, the Apocalypse Weapons works but not with StuffSwapper, thats for sure, as i said i have added them manually and not with StuffImporter, right now i removed them from StuffSwapperItems.ini, there is no need to post the ini files, because there is no problem with it, but i forgot to check the log file to see what could be wrong, so thanks for reminding me for that, i will do that.
PS: Because the log file is to big to post it here, i only paste here these two errors i got from the log file.
These are the two error messages:
"Error: StuffSwapperAmmoPage Transient.StuffSwapperAmmoPage0 (Function StuffSwapper.StuffSwapperAmmoPage.Created:0390) Accessed array 'Ammo' out of bounds (312/312)"
"Error: StuffSwapperAmmoPage Transient.StuffSwapperAmmoPage0 (Function StuffSwapper.StuffSwapperAmmoPage.GenerateItemList:0086) Accessed array 'Ammo' out of bounds (312/312)"
PS2: If i'm right about this, then it means i reached the ammo limit in StuffSwapper.
PS: Because the log file is to big to post it here, i only paste here these two errors i got from the log file.
These are the two error messages:
"Error: StuffSwapperAmmoPage Transient.StuffSwapperAmmoPage0 (Function StuffSwapper.StuffSwapperAmmoPage.Created:0390) Accessed array 'Ammo' out of bounds (312/312)"
"Error: StuffSwapperAmmoPage Transient.StuffSwapperAmmoPage0 (Function StuffSwapper.StuffSwapperAmmoPage.GenerateItemList:0086) Accessed array 'Ammo' out of bounds (312/312)"
PS2: If i'm right about this, then it means i reached the ammo limit in StuffSwapper.
-
OjitroC
- Godlike
- Posts: 3802
- Joined: Sat Sep 12, 2015 8:46 pm
Re: Apocalypse Weapons & StuffSwapper
Yes, you are right. The code for the mutator sets out limits of
511 items for weapons;
312 items for ammo; and
109 items for pickups.
Must admit I didn't know that before now.
-
Jake19
- Average
- Posts: 53
- Joined: Wed Dec 13, 2017 1:57 pm
Re: Apocalypse Weapons & StuffSwapper
I managed to fix this problem with removing some unnecessary stuff from the StuffSwapperItems.ini, so from now on this issue can be considered as solved. Thank you for your help especially reminding me to check the log file, i appreciate it.