Staredit Network > Forums > Modding Assistance > Topic: [help] starting energy
[help] starting energy
Aug 10 2019, 7:18 pm
By: Lagi  

Aug 10 2019, 7:18 pm Lagi Post #1



I try to set starting energy more than 50. I check all GPTP can not find it (there is max energy 250 or 200 to be modify).

Would like to change it globally for each unit to be let say 100. But would appreciate to know how to set it for each individual unit as well.

edit:
in Firegradt there is exe edit for Spellcaster, select custom caster and second option set energy, but I dont know how to set it up.

Post has been edited 1 time(s), last time on Aug 12 2019, 7:22 am by Lagi.



None.

Sep 2 2019, 9:44 pm Lagi Post #2



still dont know how to set higher starting energy,

but nice thing - energy update increase reg speed by 25%. Just put into game hook.cpp

//energy upgrade +25%energy regeneration rate

if(
(unit->id == UnitId::ghost && (scbw::getUpgradeLevel(unit->playerId, UpgradeId::MoebiusReactor)) && !(unit->status & UnitStatus::Cloaked)) ||
(unit->id == UnitId::wraith && (scbw::getUpgradeLevel(unit->playerId, UpgradeId::ApolloReactor)) && !(unit->status & UnitStatus::Cloaked)) ||
(unit->id == UnitId::battlecruiser && (scbw::getUpgradeLevel(unit->playerId, UpgradeId::ColossusReactor))) ||
(unit->id == UnitId::queen && (scbw::getUpgradeLevel(unit->playerId, UpgradeId::GameteMeiosis))) ||
(unit->id == UnitId::defiler && (scbw::getUpgradeLevel(unit->playerId, UpgradeId::MetasynapticNode))) ||
(unit->id == UnitId::high_templar && (scbw::getUpgradeLevel(unit->playerId, UpgradeId::KhaydarinAmulet))) ||
(unit->id == UnitId::arbiter && (scbw::getUpgradeLevel(unit->playerId, UpgradeId::KhaydarinCore))) ||
(unit->id == UnitId::corsair && (scbw::getUpgradeLevel(unit->playerId, UpgradeId::ArgusJewel))) ||
(unit->id == UnitId::medic && (scbw::getUpgradeLevel(unit->playerId, UpgradeId::CaduceusReactor))) ||
(unit->id == UnitId::dark_archon && (scbw::getUpgradeLevel(unit->playerId, UpgradeId::ArgusTalisman)))
)
unit->energy += 2; // 8 is default speed


//end energy upgrade +25%energy regeneration rate


Post has been edited 1 time(s), last time on Sep 8 2019, 9:41 am by Lagi.



None.

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[2025-3-19. : 10:35 pm]
Ultraviolet -- OH YEAH!!!
[2025-3-19. : 9:33 pm]
NudeRaider -- oh yeah
[2025-3-19. : 4:11 pm]
dumbducky -- Oh yeah
[2025-3-19. : 4:11 pm]
dumbducky -- Hmm
[2025-3-19. : 4:10 pm]
dumbducky -- Hmm
[2025-3-19. : 4:09 pm]
dumbducky -- Testing shoutbox colors
[2025-3-18. : 11:30 pm]
KrayZee -- NudeRaider
NudeRaider shouted: KrayZee and broodlords!
and banshees!
[2025-3-18. : 1:49 pm]
lil-Inferno -- ayyyyy 600 box lmaooooo
[2025-3-17. : 3:35 pm]
NudeRaider -- KrayZee
KrayZee shouted: So liberators in defender mode and oracles.
and broodlords!
[2025-3-17. : 11:39 am]
KrayZee -- So liberators in defender mode and oracles.
Please log in to shout.


Members Online: Ultraviolet, Oh_Man