So i was looking at the damage table, and I guess that the column called weaponEffect ( according to the the development txt editing section ), is used for this purpose, but I stumbled upon a question.
Is Anti-Aircraft used as a remark for all-rounders? and Shouldn't it be good to replace this with ALL-ROUNDER for code cleaning purposes?
Regards
-Wins
Insider questions (txt files)
-
winsrp
- Trained

- Posts: 417
- Joined: 14 May 2008, 17:00
Re: Insider questions (txt files)
Another question
How does weight and engine define speed on a vehicle based on its body? since propulsion only give you a % speed multiplier and a cap speed? whats the formula?
How does weight and engine define speed on a vehicle based on its body? since propulsion only give you a % speed multiplier and a cap speed? whats the formula?
-
winsrp
- Trained

- Posts: 417
- Joined: 14 May 2008, 17:00
Re: Insider questions (txt files)
another question what is the file reseachstruct.txt for? it only has this line
R-Defense-Tower01,A0CommandCentre,0
I'm wild guessing that it says that in oder to research the R-Defense-Tower01, the A0CommandCentre must be built? is that so?
R-Defense-Tower01,A0CommandCentre,0
I'm wild guessing that it says that in oder to research the R-Defense-Tower01, the A0CommandCentre must be built? is that so?
-
Zarel
- Elite

- Posts: 5770
- Joined: 03 Jan 2008, 23:35
- Location: Minnesota, USA
Re: Insider questions (txt files)
Used for what purpose? o_Owinsrp wrote:So i was looking at the damage table, and I guess that the column called weaponEffect ( according to the the development txt editing section ), is used for this purpose, but I stumbled upon a question.
Yes.winsrp wrote:Is Anti-Aircraft used as a remark for all-rounders?
That would break savegame compatibility, netcode compatibility, mod compatibility, and cause a whole bunch of other issues.winsrp wrote:and Shouldn't it be good to replace this with ALL-ROUNDER for code cleaning purposes?
...I already posted the formula.winsrp wrote:How does weight and engine define speed on a vehicle based on its body? since propulsion only give you a % speed multiplier and a cap speed? whats the formula?
baseSpeed is max of:
either: bodyEngine * bodySizeMult * propMult / totalWeight
or: propMaxSpeed
speed is baseSpeed * experienceMult.
Yes.winsrp wrote:another question what is the file reseachstruct.txt for? it only has this line
R-Defense-Tower01,A0CommandCentre,0
I'm wild guessing that it says that in oder to research the R-Defense-Tower01, the A0CommandCentre must be built? is that so?
-
winsrp
- Trained

- Posts: 417
- Joined: 14 May 2008, 17:00
Re: Insider questions (txt files)
tx for the info Zarel.
OK shooting another questions, I saw that for buildings there is a parameter for the resistance to nexus capture attacks? but I did not see a similar stat for neither weapons, bodies or propulsions... where can I change this?
OK shooting another questions, I saw that for buildings there is a parameter for the resistance to nexus capture attacks? but I did not see a similar stat for neither weapons, bodies or propulsions... where can I change this?
-
Zarel
- Elite

- Posts: 5770
- Joined: 03 Jan 2008, 23:35
- Location: Minnesota, USA
Re: Insider questions (txt files)
I dunno. I think they always start at 0.winsrp wrote:OK shooting another questions, I saw that for buildings there is a parameter for the resistance to nexus capture attacks? but I did not see a similar stat for neither weapons, bodies or propulsions... where can I change this?
-
winsrp
- Trained

- Posts: 417
- Joined: 14 May 2008, 17:00
Re: Insider questions (txt files)
too bad, I would love to change some of the nexus things, the other day I played in debug mod, and put 30 of these towers next to each other... and wow..... now we were stealing units, Still I do believe in worth units and not needing 50 of something to make things happen. I like units slow and deadly and not fast and useless.