Important MessageYou are browsing the archived Lancers Reactor forums. You cannot register or login. |
Anyone attempted modifying system info yet?
The general place to discuss MOD''ing Freelancer!
25 posts
• Page 1 of 2 • 1, 2
Hi guys, just wondering if anyone has made any attempts at adding new planets/bases/jump points into a current or new system, if so...Any chance of some pointers? Not having too much luck here, editing the relevant system ini file doesn't seem to be doing very much
Well, having tinkered for a bit, I've managed to create a new world, named the same as the ice moon (Maine) and created a transit line to it. Next I'll be working on docking, and then I'll get back to ya. (I know the names from all the planets/systems come from a dll file...Anyone know how I can add to it for my own names???)
as someone else pointed out (exact name will be posted in an edit shortly) that the resource .dlls are laid out simply, and contain the id string tables, which you can edit/add/delete via msvc++ or .net studio.. why didn't I think of just resource hacking? I'm ****in retarted or summat.
edit; FrikaC
Edited by - S7ATiC on 06-03-2003 08:53:12
edit; FrikaC
Edited by - S7ATiC on 06-03-2003 08:53:12
Better still, and most ideally, search google for reshacker. With that, the dlls are opened wide.
One downside to it though, it doesn't display unicode as normal text, it displays it as hex. So to edit the infocards you ideally need to export to a .RC file (with assoc dat files), edit, then re-import.
I use reshacker for all my GUIs when coding in Asm. No need for bloatware tools for such a simple task.
One downside to it though, it doesn't display unicode as normal text, it displays it as hex. So to edit the infocards you ideally need to export to a .RC file (with assoc dat files), edit, then re-import.
I use reshacker for all my GUIs when coding in Asm. No need for bloatware tools for such a simple task.
Heya, Thanks. The reshacker prog is perfect
As for creating planets and trade lanes, first u need to work in the correct system file, I'm only using the demo, so I'm stuck with universe\systems\li01\ (New York System) you will need to decrypt the li01.ini file using HCl's amazing little program Then just have a poke around and see what u can come up with. A word of advise tho... Trade lanes are a bit of a pain to set up and get all of the correct angles so u don't end up entering a trade lane and accidentally throwing yourself into the sun. (I did this once) Just persevere and I'm sure u'll get there, I'll post more info when I've looked more closely at how freelancer naming conventions work.
As for creating planets and trade lanes, first u need to work in the correct system file, I'm only using the demo, so I'm stuck with universe\systems\li01\ (New York System) you will need to decrypt the li01.ini file using HCl's amazing little program Then just have a poke around and see what u can come up with. A word of advise tho... Trade lanes are a bit of a pain to set up and get all of the correct angles so u don't end up entering a trade lane and accidentally throwing yourself into the sun. (I did this once) Just persevere and I'm sure u'll get there, I'll post more info when I've looked more closely at how freelancer naming conventions work.
Ok ive been opening dll's with ResHacker. and for everyone thats hasnt found out yet, these ones seem to be most usefull: namerescources.dll, equipresources.dll, serverrecources.dll. ill keep on searching for more.
this is an example of what you can do with nameresources.dll
edit: added pic
------------------------------------
Edited by - AlphA on 06-03-2003 17:25:54
Edited by - AlphA on 06-03-2003 17:26:16
this is an example of what you can do with nameresources.dll
edit: added pic
------------------------------------
Edited by - AlphA on 06-03-2003 17:25:54
Edited by - AlphA on 06-03-2003 17:26:16
i think he means adding new systems and not adding new names. cause adding new systems is possible. i added a jumpgate to li01 and jumped to my own system. i made 2 stations in it and thats it.
and of course you could delete all systems. so you could make a new universe. just adding stations, trade lanes etc. is difficult.
i think someone should make a editor for the system files the coordinates are in the ini files, so it shouldn´t be a problem to read these coordinates and show them in a program (the same thing was made for operation flashpoint demo).
Maybe i misunderstood you but...
Dawn
Sorry for my bad english
and of course you could delete all systems. so you could make a new universe. just adding stations, trade lanes etc. is difficult.
i think someone should make a editor for the system files the coordinates are in the ini files, so it shouldn´t be a problem to read these coordinates and show them in a program (the same thing was made for operation flashpoint demo).
Maybe i misunderstood you but...
Dawn
Sorry for my bad english
25 posts
• Page 1 of 2 • 1, 2
Return to Freelancer General Editing Forum