developer exe

Plese forgive a stupid question, but what are the developer exe's? what do they do? i still can't figure it out, so i put the question here.

5,484 views 6 replies
Reply #1 Top

Ok, bascially if you put the developer.exe, they are the same as the game, but when you working on a mod and you change the entity files, instead of having to restart the game, it will dynamically reload the entity files with the new data in it, of course, it will be reloaded if all you have changed is the values not whole lines (not unless you rebuild the entity you have just altered), and it will also tll you if you have an error in the code

ok say you have ship 1 with ability 1, now if you changed the ships values such as numbers, it will automactically load in the new numbers

but if you have ship 1 with ability 1 and you replaced it with ability 2, the ship that is already built will have ability 1, but if you build a new one, it will have ability 2

things such as meshes, and abilities will require a new ship to get it replaced. but numbers it will automcaically do it

of course it has other features, but it is best if you just open up the program and look thru it yourself, words can't really begin to describe it.

Reply #3 Top

OR if you want to cheat.

 

Spawn 10 Kol class battleships, and make them all level 10

 

I guaruntee you early victory :P

Reply #4 Top

is there a guide to all the functions of the Exe's?

Reply #5 Top

no, hit the menu keys and browse through it yourself, there's too many to list

also, the regular exe can watch changed files...

Reply #6 Top

The developer exe is really most useful for spawning in order to test quickly. As Carbon said, the regular exe can also watch for changed files, and the developer will throw you code warnings so you'll have to click through them.