Looking for terminal and object id

shoted45

New Member
Joined
Jul 30, 2018
Messages
11
Hey all, I have been searching for a while for a way to get a terminals ID specifically a bazaar terminal. But would be useful for other objects. If there is some kind of command or something or just a finger in the right direction to look would be awesome. Thanks
 

Valkyra

Member
Joined
Aug 31, 2010
Messages
211
A bit late, but I would look into enabling debug Examine through the cfg options...

Code:
[ClientUserInterface]
debugExamine=1
Then in-game just examine an object and in the main chat window it should give you the object's OID, among other useful stats.

To get rid of it, you'll have to change the 1 to 0 AND delete your machine options iff in your client, dunno why it persists even after you switch it off.
 

shoted45

New Member
Joined
Jul 30, 2018
Messages
11
A bit late, but I would look into enabling debug Examine through the cfg options...

Code:
[ClientUserInterface]
debugExamine=1
Then in-game just examine an object and in the main chat window it should give you the object's OID, among other useful stats.

To get rid of it, you'll have to change the 1 to 0 AND delete your machine options iff in your client, dunno why it persists even after you switch it off.
Not to late at all, I am patient and can only play with my server when my daughter is napping. :-D Thanks a ton for the answer, I'll try that first thing later today.
 
Top Bottom