• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Stallionsden Mods & Modlets

Status
Not open for further replies.
I can have a look at the sounds for you, setting them all to use the same if thats ok, just let me know which of them you want to be used, or if I should use my best judgement (warning attached to my judgement, its full of vodka atm)

Trying to teach myself basic xml stuff and xpath, and learning alot fixing and tweaking others modlets in addition to writing some of my own :)

 
Last edited by a moderator:
I can have a look at the sounds for you, setting them all to use the same if thats ok, just let me know which of them you want to be used, or if I should use my best judgement (warning attached to my judgement, its full of vodka atm)
It depends on if there are multiple sounds on each or each one has it's own sound. Store shelves looting should sound different to looting a pallet etc

 
Code:
sound_open="UseActions/open_backpack" sound_close="UseActions/close_backpack"
sound_open="UseActions/open_backpack" sound_close="UseActions/close_backpack"
sound_open="UseActions/open_fridge" sound_close="UseActions/close_fridge
sound_open="UseActions/open_chest" sound_close="UseActions/close_chest"
Those are the ones in use now for:

StoreShelving01

StoreShelving01Double

storeshelving01Top

Storeshelving01TopDouble

Palletmod uses open and close fridge sounds for all of them.

(I guess you know this already, considering you wrote them :p , but incase you forgot while being away I listed them here)

 
Last edited by a moderator:
Code:
sound_open="UseActions/open_backpack" sound_close="UseActions/close_backpack"
sound_open="UseActions/open_backpack" sound_close="UseActions/close_backpack"
sound_open="UseActions/open_fridge" sound_close="UseActions/close_fridge
sound_open="UseActions/open_chest" sound_close="UseActions/close_chest"
Those are the ones in use now for:

StoreShelving01

StoreShelving01Double

storeshelving01Top

Storeshelving01TopDouble

Palletmod uses open and close fridge sounds for all of them.

(I guess you know this already, considering you wrote them :p , but incase you forgot while being away I listed them here)
Haha yeh i would a needed to see the code lol. But yeh ok the Store shelving sounds can change the bottom 4 to reflect the top 4

 
Not sure what went wrong, but I'm getting an exception from the store shelves mod, all the other loot mods are working fine, but anytime anyone in my world tries to loot one of the shelves, it gives them an exception, shows a massive storage menu, and locks them from doing anything else.

IndexOutOfRangeException: Array index is out of range.

 
Not sure what went wrong, but I'm getting an exception from the store shelves mod, all the other loot mods are working fine, but anytime anyone in my world tries to loot one of the shelves, it gives them an exception, shows a massive storage menu, and locks them from doing anything else.
IndexOutOfRangeException: Array index is out of range.
Ok will look at it when I return home. Just collecting my kid from hospital

 
Not sure what went wrong, but I'm getting an exception from the store shelves mod, all the other loot mods are working fine, but anytime anyone in my world tries to loot one of the shelves, it gives them an exception, shows a massive storage menu, and locks them from doing anything else.
IndexOutOfRangeException: Array index is out of range.
Open up the loot.xml and try changing the size of the containers from 11,17 to something smaller like 8,9. I placed one of the shelves in creative mode and was able to open and close it fine. Didn't have time to look for one already in the world.

 
Open up the loot.xml and try changing the size of the containers from 11,17 to something smaller like 8,9. I placed one of the shelves in creative mode and was able to open and close it fine. Didn't have time to look for one already in the world.
I Will look at the loot.xml but I fixed this issue for some silly reason Google drive keeps changing to previous version but hopefully not this issue again lol

 
Grrr ok StoreShelves Fixed. Sorry stupid google drive.
You can upload the file to the forum and do it that way. I have put around 3 or 4 modlets up here and haven't had much trouble. Just know that for some reason Firefox gives me problems with the managing attachments screen while Chrome doesn't.

 
You can upload the file to the forum and do it that way. I have put around 3 or 4 modlets up here and haven't had much trouble. Just know that for some reason Firefox gives me problems with the managing attachments screen while Chrome doesn't.
Yeh I do that by Google drive since drop box doesn't like popular people lol they stop your ability to upload stuff so I use Google drive. If I understood github I would prolly use that lol. I use chrome myself to

 
The ammo mod link still doesn't work for me, just redirects to a blank page without starting a download or anything.

 
Have upgraded to Github finally lol so hopefully all issues are fixed (Thanks to Khelldon for running me thru step by step of learning it lol)

 
Status
Not open for further replies.
Back
Top