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

player owned stations

The general place to discuss MOD''ing Freelancer!

Post Sun Mar 30, 2003 9:32 am

Where is it and what is it called. And yes i did say decloaking. The clue is in the 4th or 5th mission file where the rhineland ships decloak. Its a trigger so i need to find out how to bind a key to it as well as what the pc calls the player.

Post Sun Mar 30, 2003 5:32 pm

Wanderer:

in the data\interface directory there are a pair of files it looks like you'd need to modify to get your new key in there.

Keymap.ini - attaches ids name and info and then the states the key has.
Keylist.ini - says the key exists.

this help out at all?

"It's easier said than done."

... and if you don't believe it, try proving that it's easier done than
said, and you'll see that "it's easier said that `it's easier done than
said' than it is done", which really proves that "it's easier said than
done".

Post Sun Mar 30, 2003 5:55 pm

Wandered, would you be kind and give me some hints how to create a mobile battleship that a player can fly an other players can dock in?
I'd be most grateful.

-- magey

Post Mon Mar 31, 2003 1:09 am

Vendetta, yes it does help but now it seems that the key listings use different commands rather than scripting. I think i can make missions where you cloak automatically but for user controlled decloaking, that will take a while more.

As for dockable battleships, i am waiting for the feedback about it to tweak it and make it workable.

Post Mon Mar 31, 2003 2:52 am

how did this turn into another cloaking thread?


The infinite reaches of space are my home. And you'r trespassing.

Post Mon Mar 31, 2003 1:14 pm

Probably because i mentioned it and cloaking is one of THE best secrets yet to be uncovered by all the talent gathered here. Oh well i'll post what i've learned so far.
In the Keylist.ini put this:
[key
id = USER_CLOAK
Then place this line in the keymap.ini
[KeyCmd
nickname = USER_CLOAK
ids_name = 3007
ids_info = 2207
state = keydown
key = "["
And this one at the bottom of it
key = USER_CLOAK
but just above key = USER_CLOAK_TRUE
Ive tried using that one but the game doesn't seem to recognise it. Lastly place this in your userkeymap.ini in the saves area.
[KeyCmd
nickname = USER_CLOAK
key = 219
This will make the cloak toggle available when you configure your controls in the options but the function is missing somewhere. I've found references to cloakarch in the exe but cannot find a file called that anywhere. Hidden perhaps?

Return to Freelancer General Editing Forum