Author Topic: @ on ships.tbl and weapons.tbl names  (Read 1631 times)

0 Members and 1 Guest are viewing this topic.

Offline SnakeEyes

  • 25
  • Lost generation
@ on ships.tbl and weapons.tbl names
Hi all:

Why do some objects on weapons.tbl and ships.tbl have an @ character in front of the object name??

Like "$Name: @GTF Apollo" instead of "$Name: GTF Apollo" like the rest of objects....

Cheers.
I feel like an exile......

 

Offline Wanderer

  • Wiki Warrior
  • 211
  • Mostly harmless
Re: @ on ships.tbl and weapons.tbl names
AFAIK it does nothing.. Atleast game removes it from the name if it is found as the first letter.. IIRC it marked the weapons and equipment available in FS2 demo.
Do not meddle in the affairs of coders for they are soggy and hard to light

 

Offline SnakeEyes

  • 25
  • Lost generation
Re: @ on ships.tbl and weapons.tbl names
Cheers
I feel like an exile......

 

Offline Trivial Psychic

  • 212
  • Snoop Junkie
Re: @ on ships.tbl and weapons.tbl names
However, if there is a "#" character in a weapon name, all parts after it (and including the "#") won't be visible in the loadout screen or in-mission (IIRC).
The Trivial Psychic Strikes Again!

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Re: @ on ships.tbl and weapons.tbl names
There are three special characters in names that I know about.
Code: [Select]
;;Marks weapon as demo weapon (now defunct)
$Name: @Subach HL-7

;;Ignores everything after # in weapon name when showing weapon name to player
$Name: Cyclops#IWANTBOSCHBEER

;;Marks ship as demo ship (now defunct)
$Name: @GTT Argos

;;For ship copies, specify the parent ship as "GTD Orion"
$Name: GTD Orion#GTD Bastion
-C

 

Offline Trivial Psychic

  • 212
  • Snoop Junkie
Re: @ on ships.tbl and weapons.tbl names
What's the 3rd character?
The Trivial Psychic Strikes Again!

  

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Re: @ on ships.tbl and weapons.tbl names
Uhmm...I counted the two demo characters as one and the other two as two. :nervous:
-C