Herr_today hat geschrieben:Well, some of us keep popping back in. I can provide a Blender template for exporting models for the game, a tank, helicopter and ship set up in Blender 2.49.
I am also trying to figure out how to manipulate the .desc files. Getting a helicopter to drop off troops is easy, I just made a copy of the parachute model, renamed it, re-skinned it as completely transparent and then repacked everything, then designated specific helicopter borne troops with the new parachute. The troops now appear to jump from the helicopter. The problem however, is that the .desc files do not allow for aircraft to dip low to the ground before dropping their cargo (SSRW etc allowed for this) so the only workaround is to have helicopters fly very low anyway. It isn't perfect but it looks ok.
I also managed a workaround for anti aircraft ships. I created a multi turreted ship as a ground AA unit but limited its movement to water only. Works ok, not perfect but for all intents and purposes its fine.
So modding is still happening, just more slowly than it used to.
Slowly is an euphemism

. But then again, the company disappeared and the tools were not actually available to all. Plus documentation, if any, vanished along with their forum.
Also, maybe you can answer this, since you seem to have experience with the desc editor:
I'm not sure if you noticed, but both desc or object editor are missing some fields which I believe are of importance. In most of the ground vehicles, if not all, since that was mainly what I have worked with, you get two entries which are <PriorityTable and <TargetPriorities> that do not appear in any of the desc/object editor versions. I don't know if it is relevant for you anyway, but there might lie the fact why you had trouble with AA and ships.
To my understanding these define the priorities of guns for different types of target. I believe those are hardcoded in the game, but you might be able to set up an experimental map and check which types correspond to what. (something along "Men" "soft" "House" "etc"). Here, planes or other air vehicles might be the reason some guns refused to work. You not only have to set <TargetPriorities> by what I believe are weights, but you might have to decypher what the PriorityTable Entries are, since I haven't yet, nor I have enough time, at least for now.
A few notes:
-It is a huge source of bugs. I ran into it as I was trying to add a functioning AA vehicle, but I was taking as a "base" .desc file a normal tank .desc. Since AA vehicles have different target priorities because they need to target airplanes, everytime the vehicle changed from ground to AA mode the game crashed. And since don't know how to look into dump files generated by SS3, it was trial and error until I figured out that was the issue. I suspect that there might be some oddities laying around as sometimes I have strange crashes out of nowhere.
-It is possible there that you can fix the ever annoying AI bug that makes every unit of yours focus on shooting a house/bunker instead of all the troops standing in the open.
Anyway, goodluck! I'll try and remember to login and check your progress!