Unit Poser (modding tool or w/e)
Moderator: Moderators
Re: Unit Poser (modding tool or w/e)
This has been taken from us and assimilated by the Toolbox.. a spring-thing with lots of other nice tools.
Re: Unit Poser (modding tool or w/e)
i have tried toolbox but get "circular dependency" error at launch. I have set depend var in modinfo to my development sdd in <>/spring/games dir.
Re: Unit Poser (modding tool or w/e)
post your modinfo.lua9heart wrote:i have tried toolbox but get "circular dependency" error at launch. I have set depend var in modinfo to my development sdd in <>/spring/games dir.
btw, which toolbox are you using (how are you getting it)?
mine getting updates often but may not be that stable atm (i should probably work a bit towards that...)
Re: Unit Poser (modding tool or w/e)
Hm, ok, well I would expect this to have been an .sdd, that is:9heart wrote:http://pastebin.com/SsgjsmpL
which is from Toolbox.sdd i copied from the s44 tools repo
"Spring Tutorial Game.sdd".
Does your game also include anything as a dependency? Can you link its' modinfo.lua (and modinfo.lua of whatever else you are including in it)?
Re: Unit Poser (modding tool or w/e)
Spring Tutorial Game probably depends on Spring Cursors, remove the dependency on Spring Cursors from either your ToolBox or your tutorial game modinfo.lua
Re: Unit Poser (modding tool or w/e)
I cant seem to get this toolbox working. I removed the cursors.sdz error as flozi suggested, but now it crashes
"Error: Spring: Incorrect/Missing content: Archive "spring: 1944 svn s44main.sdd" not found"
here are mod files.
"Error: Spring: Incorrect/Missing content: Archive "spring: 1944 svn s44main.sdd" not found"
here are mod files.
- Attachments
-
- games.zip
- tutorial game setup with toolbox
- (6.38 MiB) Downloaded 7 times
Re: Unit Poser (modding tool or w/e)
Well it works for me.. but are you 100% sure that's the Toolbox you are using ?
There may be another Toolbox, in a different directory (check games & mods), also try changing it's version to confirm you are using that one.
The reason I say this is because I think that the old Toolbox had spring 1944 as the default dependency.
There may be another Toolbox, in a different directory (check games & mods), also try changing it's version to confirm you are using that one.
The reason I say this is because I think that the old Toolbox had spring 1944 as the default dependency.
Re: Unit Poser (modding tool or w/e)
I fixed it by copying the mod folders to desktop, deleting the spring/games folder, running spring (confirm there are no games), then adding the SDDs back into spring/games directory 1 by 1.
something is buggy about the way spring was updating/checking my /games/ folder...
something is buggy about the way spring was updating/checking my /games/ folder...
Re: Unit Poser (modding tool or w/e)
It's due to cache/ArchiveCache.lua not updating every engine-load for .sdd, so old dependencies are not cleared
Re: Unit Poser (modding tool or w/e)
thx, so next time so an easier way to force update might be deleting cache directory?
Re: Unit Poser (modding tool or w/e)
usually it's not needed;
i think it only used to happen to me when i would just modify its' dependencies, without doing any other changes, but even that seems to work now on linux...
i think it only used to happen to me when i would just modify its' dependencies, without doing any other changes, but even that seems to work now on linux...
Re: Unit Poser (modding tool or w/e)
Only if you are changing dependencies as gajop says. Also if you want you can open ArchiveCache.lua and change/delete just the single entry relating to your game - it can take a while for Spring to generate a whole new one.9heart wrote:thx, so next time so an easier way to force update might be deleting cache directory?