Published to steam but not working from there

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
Scaramuth
Posts: 14
Joined: Thu Aug 08, 2013 7:57 pm

Published to steam but not working from there

Post by Scaramuth »

Hey I am hoping someone who has already published something can help me with this.

My mod works fine from the editor, but after publishing it to steam the game can no longer find some of the assets. What could be causing this?

Heres my error message:
SpoilerShow
File not found: mod_assets/particles/green_fireball.lua
stack traceback:
[C]: in function 'error'
[string "Dungeon.lua"]: in function 'import'
mod_assets/scripts/init.lua:16: in main chunk
[string "Dungeon.lua"]: in function 'loadInitFile'
[string "GameMode.lua"]: in function 'loadDungeon'
[string "GameMode.lua"]: in function 'newGame'
[string "GameMode.lua"]: in function 'startGame'
[string "NewGameMenu.lua"]: in function 'startGame'
[string "NewGameMenu.lua"]: in function 'update'
[string "GameMode.lua"]: in function 'update'
[string "Grimrock.lua"]: in function 'display'
[string "Grimrock.lua"]: in main chunk
It looks to me as though steam isn't uploading my mod_assets/particles folder
User avatar
JohnWordsworth
Posts: 1397
Joined: Fri Sep 14, 2012 4:19 pm
Location: Devon, United Kingdom
Contact:

Re: Published to steam but not working from there

Post by JohnWordsworth »

Does it work if you simply export to a dat file and play it as a custom dungeon from the main menu?

I expect that this might be a case sensitivity issue. Windows isn't case sensitive but the dat files are I believe. Make sure the file name is lower case and that you also reference it with a lower case file name from your init script! Also make sure the directories are lower case too!
My Grimrock Projects Page with links to the Grimrock Model Toolkit, GrimFBX, Atlas Toolkit, QuickBar, NoteBook and the Oriental Weapons Pack.
Ryeath_Greystalk
Posts: 366
Joined: Tue Jan 15, 2013 3:26 am
Location: Oregon

Re: Published to steam but not working from there

Post by Ryeath_Greystalk »

My mod works fine from the editor
Did you try exporting the dungeon and testing it outside of the editor?

I would go through and double check your file paths and make sure the file is where it is supposed to be and is named correctly.

Other than that I don't know what the issue may be. Maybe try to republish it in case a file didn't transfer correctly.

edit: Mr Wordsworth beat me to it. I really need to learn to type faster. :lol:
User avatar
msyblade
Posts: 792
Joined: Fri Oct 12, 2012 4:40 am
Location: New Mexico, USA
Contact:

Re: Published to steam but not working from there

Post by msyblade »

Think these gentlemen are correct. u may have a lower case/upper case typo, or a path pointed wrong. If you have any import lines in your init.lua, check those also. hope you figure it out!
Currently conspiring with many modders on the "Legends of the Northern Realms"project.

"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
Scaramuth
Posts: 14
Joined: Thu Aug 08, 2013 7:57 pm

Re: Published to steam but not working from there

Post by Scaramuth »

Thanks for the help guys, it turns out my particles folder had a capital P somehow even though all the others were lowercase. I must have changed it at some point.
Post Reply