Thread: Random Contacts
View Single Post
  #12  
Old 04-02-2010, 07:08 PM
Nanaki Nanaki is offline
Approved Member
 
Join Date: Mar 2010
Posts: 338
Default

I just completed implimentation of the Military convoys. They can only be found in secure sectors (although a few iffy sectors have Patrol/Pirate convoys), and have approximately a 20% chance to spawn. Patrol convoys may spawn in some MSF-dominated systems, but with only a 10% chance. Pirate convoys may spawn in some Triada-dominated systems, but also with only a 10% chance. Convoys are mostly the same, having very heavy escorts.

In addition, I also made most stations in the universe indestructable. This is to solve issues with stations accumlating damage because of ship AIs (Random spawns, usually, although a few systems like Kruger even the normal spawns have this issue) colliding with them and causing them to slowly accumulate damage (as there is no way to repair stations, and stations themselves do not have self-repair) as they are collided with again and again.

Although I may replace the indestructable code with code that instead sets the HP of all alive stations in a sector to 100% every time you enter a system. This would solve the issue as well, and still allow you to blow up stations, but considering blowing up most stations produces no tangible award, it is kinda pointless (and I am not that good at lua, the more complex the code the more likely I will screw it up).

Cargo Containers are still destructable though, but they are largely exempt from the original issue since AI ships never get close to them.

Last edited by Nanaki; 04-02-2010 at 07:13 PM.
Reply With Quote