Jump to content

L31ghT

Supporter
  • Posts

    4
  • Joined

  • Last visited

Nexus Mods Profile

About L31ghT

L31ghT's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. It's not for campaine game - i had an idea of specific tournament oriented multiplayer mod with no random and some rabalance stuff. So, will try to implement this if i can) Thanx for u tips - will search for this class!
  2. Wow, huge thanx for this advise! Will try at next lauch, thank you.
  3. Thanx for your reply! Ok, that's a fair idea, thanks. Well, I've eventually wanted to make a custom ability that always hits, but deals damage according to shooters accuracy. For instance, if i have max damage value of 10 and my accuracy is 30%, this ability should deal 3hp damage to the target.
  4. Hello! I'am trying to override "SimpleFire" abillity to make all soldiers shots hit always. (btw , does overrided class completely replacing original one if i keep almost same code in it?) I've made a class that extends SimpleFire, copied all the code from original and made my changes.Project compiled with no errors. I found that exact line in code and copied a working code from "always hit" cheat condition just below but... overrided class doesn't works ingame (mod enabled in launcher), so i trying to `log my code for debug purpose, but here is a problem.Where can i see " `logs "? There is "ShowLog" console function but there are no logs here (it does opens a console window , but still nothing usefull there), even from original code. + i tried to launch debugging but overy time i try - it launches a game, debugger tries to connect for some time and returns an error "Error eccured with code (0x0)" to my modBuddy log. Does anyone had some progress with actual code debugging? Thanx for ur time!
×
×
  • Create New...