Page 1 of 1

Rings?

Posted: Sun Apr 23, 2006 7:23 pm
by ArkanoiD

Posted: Sun Apr 23, 2006 7:40 pm
by Rxke
They are for space-racing 8)

Not yet implemented, but they supposedly have the ability to 'count' when you fly through them...

Posted: Sun Apr 23, 2006 8:34 pm
by themacman
where are these?

Posted: Sun Apr 23, 2006 9:05 pm
by Lucidor
In the next release probably.

Posted: Sun Apr 23, 2006 9:10 pm
by Star Gazer
@ themacman - I notice your signature - I use e7even, a Mac and Safari, and just wondered what that was about!!! :lol: :lol: :lol: :lol:

Posted: Mon Apr 24, 2006 2:14 pm
by Cmdr. Luke
I remember hearing somewhere that they might be used for in space refueling.
(Your fuel would be filled and your credits reduced as you fly through them.)

Posted: Sun Apr 30, 2006 2:53 pm
by Arexack_Heretic
Yes.

RINGS AND RACING:
Me and Murgh were working on racing ships.
Aegidian was so nice to build these wonderfull rings, which looked (and worked) way better than Murghs' (or my) attempts. He also wrote a small script, that counts rings when passed (in the correct Z direction).

It did not work in my windows version nor with Murghs' 'gospel' mac-build.

So I messed around with it some, changing the way rings were counted, changed AI's, turned then off when passed through.
Nothing helped unfortunately, as the 'passed through Z' method is not yet working. :(

The models have been deployed in-game and are almost impossible to destroy.
Ramming them at maximum (FI!) speeds, causes high damage and recochet-effect. (This may have to be damped down a bit, somehow.)


FUEL:
Actually anything triggering a scripted action can award fuel, for example scooping a 'scripted-cargo' cannister or fulfilling a mission requirement.

Eventually when "awardFuel #LY" and ring-specific methods are implemented, refueling from rings could be a good thing to limit (or promote) fuelinjector use in races.

((Something like: pass start-ring; setFuelLeak. pass ring# awardFuel: 0.5 could be easilly inserted into the existing script.))

refueling in general from objects like these rings can be implemented in a similar manner. (just add awardCredits: -$, to the list of actions)
Calculating is not yet possible in scripts, so amount paid will always be the same. If amount of fuel added is greater than space left, tanks are just filled to max. No money back. :twisted: