Search found 7 matches
- Tue Jun 12, 2007 1:29 am
- Forum: Commonwealth
- Topic: Alien Shields
- Replies: 42
- Views: 40329
- Tue Jun 12, 2007 1:17 am
- Forum: Ideas & Suggestions
- Topic: Do you want to dock?
- Replies: 50
- Views: 40775
- Mon Jun 11, 2007 9:30 pm
- Forum: Ideas & Suggestions
- Topic: Is Rama Confused Now?
- Replies: 3
- Views: 3198
You can easily mod an item or device to repair your wingmen or other friendlies. The basic code I used is <?xml version="1.0" ?> <!DOCTYPE TranscendenceExtension [ <!ENTITY unidExtension "0xD80AF300"> <!ENTITY itRestorer "0xD80AF306"> ]> <TranscendenceExtension UNID="&unidExtension;" version="0.96">...
- Mon Jun 11, 2007 9:07 pm
- Forum: Closed bug reports
- Topic: How... unexpected. Maybe a bug.
- Replies: 5
- Views: 4529
- Thu May 31, 2007 2:51 am
- Forum: Closed bug reports
- Topic: .98 Bugs
- Replies: 49
- Views: 29035
Possible bug
When I'm close to a friendly station, enemies won't attack me (even though they shouldn't care about firing at a station unfriendly to them) and just fly around aimlessly while the station weapons or guarding ships finish them off. This may be a bug, or just something that could be improved. I'm not...
- Thu Apr 12, 2007 3:28 pm
- Forum: Shipyards
- Topic: questions about weapon modding ideas
- Replies: 7
- Views: 5452
To teleport in the opposite direction
All you need is the opposite of a positive number. Hence forward is '+', although you don't write that, so reverse is '-'. I tested this, and it does work. So, the (random 1 1000) becomes (random -1000 -1). Thanks for the help. I've gained at least a working understanding of how the xml works, for t...
- Thu Apr 12, 2007 4:39 am
- Forum: Shipyards
- Topic: questions about weapon modding ideas
- Replies: 7
- Views: 5452
questions about weapon modding ideas
I'm new here, but I was wondering if anyone here knew if you could make a weapon that could teleport your enemies a certain distance away. I tried editing/copying some of the .xml from the Transpace Jumpdrive and the Cyberdeck weapons, and trying to find a way to make it work, but to no avail. Anoth...