[RC6] School of Engineering

Post ideas & suggestions you have pertaining to the game here.
Post Reply
kay.py
Militia Lieutenant
Militia Lieutenant
Posts: 139
Joined: Mon Dec 28, 2009 10:33 am

Has anyone had anything other than starship engines as the course running at StKs? I'm beginning to suspect that the randomizer there isn't working...
Brzelius
Commonwealth Pilot
Commonwealth Pilot
Posts: 73
Joined: Mon Nov 09, 2009 5:37 pm

I had reactors, engines and shields (added blast resistant).
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

I always get reactors :lol:
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
User avatar
Blitz
Militia Commander
Militia Commander
Posts: 342
Joined: Wed Mar 07, 2007 7:29 am

It depends on the destiny of the object...unfortunately I have no idea what that is...

(setq roll (modulo (objGetDestiny gSource) 3))

If it's a random figure though, then you should have 1/3 of each... but I do seem to get mostly reactor...so, it might not be entirely random.

Does anyone know what destiny is??[/code]
User avatar
Prophet
Militia Captain
Militia Captain
Posts: 826
Joined: Tue Nov 18, 2008 6:09 pm

Destiny is a variable attached to every object when it is created ranging from 1-360 (maybe 0-360 though)

It's a sneaky way of making things random that george uses.
Coming soon: The Syrtian War adventure mod!
A Turret defense genre mod exploring the worst era in Earth's history.
Can you defend the Earth from the Syrtian invaders?
Stay tuned for updates!
george moromisato
Developer
Developer
Posts: 2998
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

Prophet wrote:Destiny is a variable attached to every object when it is created ranging from 1-360 (maybe 0-360 though)

It's a sneaky way of making things random that george uses.
The main advantage of "destiny" is that it is rolled once when the object is created and never changed. I use it whenever I need a random number that changes from game to game but not within a single game.
User avatar
Psycholis
Militia Commander
Militia Commander
Posts: 298
Joined: Sun Mar 05, 2006 8:23 pm
Location: Missouri

my destiny has always been in reactors. still.. a 120 mw is a nice bridge until the 150 shows up.
User avatar
Blitz
Militia Commander
Militia Commander
Posts: 342
Joined: Wed Mar 07, 2007 7:29 am

Prophet wrote:Destiny is a variable attached to every object when it is created ranging from 1-360 (maybe 0-360 though)

It's a sneaky way of making things random that george uses.
It's 0 to 359, I believe.
Spectrum
Anarchist
Anarchist
Posts: 8
Joined: Tue Jan 05, 2010 8:26 pm

What does the school do exactly? Every time I've gone there nothing has happened. Hello by the way :)
User avatar
Blitz
Militia Commander
Militia Commander
Posts: 342
Joined: Wed Mar 07, 2007 7:29 am

Spectrum wrote:What does the school do exactly? Every time I've gone there nothing has happened. Hello by the way :)
It depends on what their project is.

starship engines - they either repair or enhance equipped engines till level 6 engines, I think (although I've tried it only on the Tritium Propulsion upgrade)

starship reactors - they repair or enhance equipped reactors by 20% till till level 6 i.e. 150NX (I've tried it only till 100MW one though...)

shield generators - same, by 20 % till level 6. This I've tested. level 7 shields don't work.
User avatar
Atarlost
Fleet Admiral
Fleet Admiral
Posts: 2391
Joined: Tue Aug 26, 2008 12:02 am

That's pretty unimpressive. Starship engines are only really used by one playership, and certainly only used by one that early, and +20% reactor power is pretty easy to get from heliotrope fuel.

I think it would be most interesting if they gave bonuses that were otherwise impossible to get, like the blast resistant shields Brzelius got.
schilcote
Militia Captain
Militia Captain
Posts: 726
Joined: Sat Feb 02, 2008 7:22 pm

Or maybe created their own, special items.

Or maybe gave you the ability to repair broken items (ala Almighty Wrench).
[schilcote] It doesn't have to be good, it just has to not be "wow is that the only thing you could think of" bad
User avatar
Blitz
Militia Commander
Militia Commander
Posts: 342
Joined: Wed Mar 07, 2007 7:29 am

I may be wrong about the enhancement. Am not too sure. Have to go and check again.
Post Reply