Search found 7 matches

by arichallan
Tue Jun 12, 2007 1:29 am
Forum: Commonwealth
Topic: Alien Shields
Replies: 42
Views: 40329

If I have enough diamond crystals or longzhu spheres, I'll pick up a Kaidun, if only because having a shield with 2000 hp looks really cool. But, I'll usually go with the Iocrym Veil since it's such an effective shield once it's ion-reflective.
by arichallan
Tue Jun 12, 2007 1:17 am
Forum: Ideas & Suggestions
Topic: Do you want to dock?
Replies: 50
Views: 40775

One other thing that could be added is an expensive option at Black Market stations to 'clear your name' by deleting criminal records or create a false ID for you and your ship in order to make it so the Commonwealth is unaware of your past misdeeds.
by arichallan
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">...
by arichallan
Mon Jun 11, 2007 9:07 pm
Forum: Closed bug reports
Topic: How... unexpected. Maybe a bug.
Replies: 5
Views: 4529

I've run into the suicidal freighter before, but didn't damage the CSC, so I succeeded in the mission. Shouldn't be any bug there - just kill the crazy freighter (you know you want to).
by arichallan
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...
by arichallan
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...
by arichallan
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...