Staredit Network > Forums > Modding Assistance > Topic: Let Restoration self-target
Let Restoration self-target
Oct 8 2020, 10:20 am
By: Netbek  

Oct 8 2020, 10:20 am Netbek Post #1



I know it's possilbe to make ALL orders able to self-target via Firegraft's Exe Edits. But that solution also allows self-targeting Yamato Gun etc. I just want self-targeting for the Restoration spell. Is it possible, through coding in GPTP maybe?




Oct 8 2020, 12:47 pm UndeadStar Post #2



Maybe in hooks/recv_commands/receive_command.cpp ?
There's a CanTargetSelf, maybe skipping it (making it as if it returned true) if the mainOrderId is Restoration would be enough?




Oct 8 2020, 3:42 pm Netbek Post #3



Excellent, it now works: Restoration can self-target, but Yamato etc. can't! Thank you very much!
Here's the modified beginning of the CanTargetSelf function in receive_command.cpp:
Code
bool CanTargetSelf(CUnit* unit, u8 orderId) {

    bool return_value;

    /////// OWN // -------
    if (orderId == OrderId::Restoration)
        return_value = true;
    else
    /////// OWN Ende -------
    if(
        unit->status & UnitStatus::GroundedBuilding &&
      [...]

^^Additional note for future beginner searchers: I had to use orderID instead of MainOrderID

I also attached the modified receive_command.cpp (& modified game_hooks.cpp that makes Restoration heal hp) for future visitors.

Attachments:
receive_command.cpp
Hits: 0 Size: 9.83kb
game_hooks.cpp
Hits: 0 Size: 2.47kb




Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[10:39 am]
Zycorax -- :wob:
[2023-5-26. : 6:22 pm]
O)FaRTy1billion[MM] -- :wob:
[2023-5-26. : 5:34 pm]
NudeRaider -- :wob:
[2023-5-26. : 4:30 pm]
Ultraviolet -- :wob:
[2023-5-24. : 12:07 am]
Roy -- Hey-oh.
[2023-5-23. : 11:56 pm]
lil-Inferno -- a terrible sight to see
[2023-5-23. : 11:45 pm]
Roy -- What do you call a chicken on a raft on a Monday morning?
[2023-5-23. : 9:33 pm]
Zoan -- no, a stark-raft
[2023-5-23. : 7:35 pm]
Ultraviolet -- your mom?
[2023-5-23. : 5:36 pm]
Zoan -- hey what do you call a really plain looking boat
Please log in to shout.


Members Online: RIVE, Oh_Man, Roy, Ultraviolet