Thu Jun 17, 2004 7:42 am by Mystical GrAm
Gate ID's are just the names of jumpgates.
For Example. A gate in New york to Colorado has the name: New York -> Colorado.
But you already know this. You also know which line determines the name. What you could do is using the name (it's actually a number in your ini files) of the New York -> Colorado jumpgate to give it the same name.
To create your own names, you need a program like Reshacker. I don't know for sure, but it might be in the downloads section. The easiest way to create new names is to open the existing nameresources.dll with Reshacker. Open the string table, go to table 51 and you'll only see one name. Generally, you can add 15 names to each table and this table has room for the numbers 800 to 815. So just create a new line like 802, (800 is also fine btw. 801 is the only one taken) and put the text you want to write down between the " ", just like number 801.
When you finished that, press on compile script and save it. Now, if you have a program like fled-ids, you can determine what your actual number is when adding it to your ini file.
If you don't have that program as well, but still want to find out if your name appears in the game, then let me help you out by giving you the right numbers for 800-815.
800 = 197408
801 = 197409 (this one is already taken)
802 = 197410
803 = 197411
804 = 197412
805 = 197413
806 = 197414
807 = 197415
808 = 197416
809 = 197417
810 = 197418
811 = 197419
812 = 197420
813 = 197421
814 = 197422
815 = 197423
so just fill in one of the 197 numbers and your new name should appear in the game. Remember that the normal way to name a jump gate is system X -> System Y, so you have to inlcude the "-> sign" as well.
Also note that it's probably better to create your own dll file for your names as the nameresources.dll has only a limited amount of open space to add new names in.
But that is a bit more complicated and I assume you want to test it out right away, so I left out that option.