[Mod]ThePrivateer's GodMod

Post about your finished mods here.
Post Reply
User avatar
ThePrivateer
Militia Captain
Militia Captain
Posts: 943
Joined: Tue Oct 12, 2010 5:12 am
Location: Starton Australia

Carrying on from this conversation:
Why??? Darn you Eridani!, I decided to make a proper thread for my god mod and leave the other thread for any answers to the topology problems.

Version 1.1 of the ThePrivateer's GodMod adds some new ships (2) and changes StartonEridani to sell "NotForSale" items, along with higher-level items.

Each of the modded ships (ICS, Phobos, CorporateCruiser, SuperHammerhead and Pilgrim) get Military ID, Gems of Despair and they all (except Pilgrim) have unlimited fuel.

Pilgrim-class ship has only one device slot, but full Domina reputation. Just park the ship on a planet, hit autopilot and go feed the dog. After a while, all abilites will be unlocked, but this does not change the delay on getting the powers -- you need to wait after using a high-level power for it to become available.

The SuperHammerhead is a good old GodMod ship, although it's not invincible like Prophet's GodMod Ship. It has Omsk Armour/Shields, Plasma Cannon and a new launcher I made called "Atomic Launcher" that fires "Atomic Bombs" that destroy pretty much everything and anything.

This mod is designed to be more than just a super ship, so any suggestions and/or comments will be gratefully received. :D
sdw195
Militia Captain
Militia Captain
Posts: 779
Joined: Wed Nov 18, 2009 1:01 am
Location: Still looking for the csc Antarctica
Contact:

ThePrivateer wrote: Pilgrim-class ship has only one device slot, but full Domina reputation. Just park the ship on a planet, hit autopilot and go feed the dog. After a while, all abilites will be unlocked, but this does not change the delay on getting the powers -- you need to wait after using a high-level power for it to become available.
to make all the Domina powers available immediately
put this in the globals

Code: Select all

 (setq domGetTimeRequired (lambda (levelReq)
 ; time = level^2 - 2*(level - 1)
 (item '(0 1 1 1 1 1 1 1 1 1 1) levelReq)
 	))
Image
Image
Image
Image
"Dash_Merc - George is a genius, in that he created this game engine that is infinitely extendable"
"<@sheepluva>Good night everybody, may the source be with you." <-- FOSG dev
"You only need THREE tools in life - WD-40 to make things go, Duct Tape to make things stop And C-4 to make things go away"
User avatar
ThePrivateer
Militia Captain
Militia Captain
Posts: 943
Joined: Tue Oct 12, 2010 5:12 am
Location: Starton Australia

sdw195 wrote:
ThePrivateer wrote: Pilgrim-class ship has only one device slot, but full Domina reputation. Just park the ship on a planet, hit autopilot and go feed the dog. After a while, all abilites will be unlocked, but this does not change the delay on getting the powers -- you need to wait after using a high-level power for it to become available.
to make all the Domina powers available immediately
put this in the globals

Code: Select all

 (setq domGetTimeRequired (lambda (levelReq)
 ; time = level^2 - 2*(level - 1)
 (item '(0 1 1 1 1 1 1 1 1 1 1) levelReq)
 	))
Thanks sdw195! I'll use that for the next version update!
Post Reply