Important Message

You are browsing the archived Lancers Reactor forums. You cannot register or login.
The content may be outdated and links may not be functional.


To get the latest in Freelancer news, mods, modding and downloads, go to
The-Starport

How do you name a System?

The general place to discuss MOD''ing Freelancer!

Post Mon Mar 10, 2003 9:48 pm

How do you name a System?

I have no problem making a system, the only problem I have is giving it a naming.

How the HELL do I change the name of a system?



SAMMSTEIN

Post Mon Mar 10, 2003 11:57 pm

It's being looked into. At the moment it seems that universe.ini contains references to a string table in nameresources.dll which holds names for systems, planets, and bases. The tag strid_name appears to be the tag which holds the objects name, but the problem is that they don't correlate with those in the table. For instance New York in the INI is reffered to as 196609, but in the string table, it's #1. The info for the system (ids_info tag) is also crazy like that...

Post Mon Mar 10, 2003 11:58 pm

you have to add names to the namesresource.dll and link them to your ini file..
for instance "New York" is ids number 196609 which equals the first name in the dll in the dll there are a lot unused numbers (like 202) so if you put your name there it will be ids_name (196609 +201) = 196810... And then you're system ahs a name..

Post Mon Mar 10, 2003 11:59 pm

Oh, and at the moment, it seems that the only way you could change an object's name is by modifying the DLLs (which isn't that hard, just open it up in VS.Net), so that would be a real deterrent for modders, unless they can make an install program which appends the numbers in, then adds the INI files with that number... bleh. =/

Post Tue Mar 11, 2003 12:00 am

Oh, dude. I don't see why I didn't think of that before! D'oh!

Post Tue Mar 11, 2003 1:19 am

There is a meta thread on discussion system creation and such:

http://www.lancersreactor.com/t/forum/t ... er&M=False

or if you don't like that URL:

http://tinyurl.com/7845

Return to Freelancer General Editing Forum