the contents of spring/base/springcontent have been changed from tdf to lua
some lines has been ommited from modinfo.tdf in the process, specificly
numreplaces=3;
replace0=springdecals_v062.sdz;
replace1=springbitmaps_v061.sdz;
replace2=springdecals_v061.sdz;
this has broken SWTA 1.0, and I suspect it may have broken a number of other older mods, too
any chance of this getting fixxered?
dependancies
Moderator: Moderators
Re: dependancies
better fix the mod. it'll stop working completely due to dropping modinfo.tdf support in the next version anyway.
Re: dependancies
in before "but the people that made SWTA 1.0 haven't released a public version in forever"
Re: dependancies
you can fix the old version.
- 1v0ry_k1ng
- Posts: 4656
- Joined: 10 Mar 2006, 10:24
Re: dependancies
wait, guis, i overestimated my abiltiies
cant you just fix the engine instead?
cant you just fix the engine instead?
-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34
Re: dependancies
Its not broken. Also, just change the replaces to the archives where the required files are now.1v0ry_k1ng wrote:cant you just fix the engine instead?
- 1v0ry_k1ng
- Posts: 4656
- Joined: 10 Mar 2006, 10:24
Re: dependancies
yes, it is broken
replacing the new springcontent.sdz with the old springcontent.sdz makes all the old mods work again.
so what makes more sense, tweaking springcontent.sdz or fixing every single mod with dependancies on these files?
and when I say fix, I mean including somthing lua-y to the same effect of
numreplaces=3;
replace0=springdecals_v062.sdz;
replace1=springbitmaps_v061.sdz;
replace2=springdecals_v061.sdz;
into springcontent/modinfo.lua
replacing the new springcontent.sdz with the old springcontent.sdz makes all the old mods work again.
so what makes more sense, tweaking springcontent.sdz or fixing every single mod with dependancies on these files?
and when I say fix, I mean including somthing lua-y to the same effect of
numreplaces=3;
replace0=springdecals_v062.sdz;
replace1=springbitmaps_v061.sdz;
replace2=springdecals_v061.sdz;
into springcontent/modinfo.lua