how do i increse Domina power

Freeform discussion about anything related to modding Transcendence.
Post Reply
sdw195
Militia Captain
Militia Captain
Posts: 779
Joined: Wed Nov 18, 2009 1:01 am
Location: Still looking for the csc Antarctica
Contact:

i have tried

Code: Select all

(objIncData &stDomina; "xp" 1000)

(objIncData &stDomina; "rel" 1000)

(typSetGlobalData &stDomina; "level" 6)

(typSetGlobalData &stDomina; "xp" 10000)

(objIncData gplayership "xp" 1000) 

(objIncData gplayership "attd" 100)
but none of them work :(
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
Prophet
Militia Captain
Militia Captain
Posts: 826
Joined: Tue Nov 18, 2008 6:09 pm

Domina has her own special function for XP gain
  • (domGainXP num)
For reference, the amount of xp needed for each level:

Code: Select all

(ls xp 250)		1
(ls xp 500)		2
(ls xp 1000)	3
(ls xp 2000)	4
(ls xp 4000)	5
				6
One slave = 200 xp
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!
sdw195
Militia Captain
Militia Captain
Posts: 779
Joined: Wed Nov 18, 2009 1:01 am
Location: Still looking for the csc Antarctica
Contact:

thanks Prophet
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"
sdw195
Militia Captain
Militia Captain
Posts: 779
Joined: Wed Nov 18, 2009 1:01 am
Location: Still looking for the csc Antarctica
Contact:

uesd (domGainXP 200) twice and i did not get any new powers other than thr level 1 one (i tried (domGainXP 1000) a few times aswell )

(edit: i am useing them in a (block nil) )
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
Prophet
Militia Captain
Militia Captain
Posts: 826
Joined: Tue Nov 18, 2008 6:09 pm

It does work but the problem is that the powers require a cool down time like after you use it.

After you call (domGainXP xp) and wait for a while you will get the powers.

In order to force them to be shown you could manually set the timer cooldown with (typSetGlobalData &stDomina; "lastInvokeTime1" 1)
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!
Post Reply