Total War: WARHAMMER II
Ares's remove Auto-resolve Outcome
Коментарів: 28
Ares106  [автор] 4 січ. 2024 о 18:45 
Also thanks for including the code <3
Ares106  [автор] 4 січ. 2024 о 18:44 
@Kay, awesome, great job, you did it so fast too! :KneelingBow:
Kay 4 січ. 2024 о 11:02 
It is done! Was pretty easy to port it over. Link to code is on the workshop page

https://steamproxy.com/sharedfiles/filedetails/?id=3131350531
Ares106  [автор] 3 січ. 2024 о 18:24 
@Kay absolutely, I would really like that! I said below I don't plan on buying or playing WH3 until they are finished with the DLCs. Don't worry about attribution except for VARIANVS who inspired the original mode perhaps.

Would be nice if you posted a link here once you upload so others can easily find the WH3 version and if you have link to the code so i could take a look out of curiosity that would be cool too. Good luck, it's a very small mod so I think it should be easily portable. I wouldn't worry about implementing the "yellow button" it took more work than it's worth imo.
Kay 3 січ. 2024 о 8:15 
I would actually love this mod to be in WH3. I presume you will not be porting it any time soon?

I have some minimal mod/lua experience with WH3. Nothing released yet though. But i would like to give it a shot perhaps, if you permit?
KaNNaY 29 листоп. 2022 о 9:12 
Anybody ported it? :D
KaNNaY 29 листоп. 2022 о 9:11 
plz plz plzzzzzzzzzzz mAKE THIS FOR wh3!!!!!!!!!!!!!!!!!!!!!!!!!!
Ares106  [автор] 5 листоп. 2022 о 22:35 
@ . <3
gl!
Excusememan 5 листоп. 2022 о 7:36 
very good mod. I hope will see 3
Ares106  [автор] 26 верес. 2022 о 17:11 
A lot of the lua file I wrote works on the new auroresolve button, that in retrospect I found pretty useless, like @BOT says if you hover over the old one it still shows the loses in units and I find myself using that feature anyway and almost never clicking on the new button (since if it's an even battle I'm going to fight it anyway). That's great news for anyone trying to port the mod to WH3, you don't need to worry about like 70% of that code, just remove the aurotesolve panel which is quick and easy to do, like around 20 lines of code.

Anyone having questions or needing any guidance to work on the port feel free to DM me :D
Ares106  [автор] 26 верес. 2022 о 17:09 
@Susanj Nope, unfortunately I'm not planning to buy WH3 until they finish all the DLC and release a final version which should be years down the line.

I highly encourage anyone to use and modify this mod for WH3, assuming they use the same lua listener structure as well as the same panel names it should be fairly easy to port. If a dummy like me with minimum coding experience can do it so should most :)

The tutorial in my description is super helpful with that too.
Susanj 22 верес. 2022 о 22:42 
Is there any chance to create a same mod for TWWH3
rest 23 лип. 2022 о 20:32 
@Ares106
Yes. I don't want to see the the flashing red highlight function.
I can know win or lose because of flashing red highlight function.
but I use this mod well. thank you.
Ares106  [автор] 23 лип. 2022 о 13:39 
@BOT
Not yet, I will have to think about it. I personally still hover over that original button in the case where I have clear superiority over the enemy but some of my units are so damaged they might die.

Might also be technically challenging since the new autoresolve button upon activation, works by basically clicking on the old autoresolve button. If the old autoresolve button does not exist it will not work. I'm not sure how to hook the new one directly into the game system... I also tried to remove the flashing red highlight function from the old autoresolve button with no success.
Ares106  [автор] 23 лип. 2022 о 13:31 
@IficantScuba <3
rest 23 лип. 2022 о 8:32 
Is there a version that deleted the original auto-resolve button?
IficantScuba 12 лип. 2022 о 17:13 
Nice mod!
Dr. Manhattan 10 січ. 2022 о 17:31 
yeah, I understand, I tried modding with mixed results
I can also add that sometimes this works for me and not for my h2h friend, and vice-versa
Ares106  [автор] 8 січ. 2022 о 12:30 
@Dr. Manhattan, totally agree they should have made auto-resolve outcome optional.

Thanks again for explaining, seems like a tough problem to fix since it's so random. I had similar issues interacting with the game using lua script, it seemed buggy to say the least. Virtually same code would work and also not work depending on the formatting, which was really weird. Also I'm a newb so probably not using the best total war lua practices lol
Dr. Manhattan 6 січ. 2022 о 10:03 
well basically sometimes it shows the outcome, sometimes it doesn't. looks pretty random imho.
can't believe we need mods like this, CA can't get a grasp of what people really want from their games...
Ares106  [автор] 6 січ. 2022 о 7:40 
@Railgun <3
@Dr. Manhattan, thanks for the feedback! sent you a friend request, if i could get a brief description of how it worked in your MP test, perhaps I could try to fix it.
Dr. Manhattan 4 січ. 2022 о 11:01 
this mod is mostly welcome, thank you. in MP sometimes it works and sometimes it doesnt :(
Railgun 4 груд. 2021 о 10:17 
@Ares106
Thank you for this mod, I was searching for something like this following their last update. ;)
VARIANVS 19 листоп. 2021 о 10:38 
Awesome! Thank you. I will surely check out the Rome 2 and Attila versions as I am rather onto historical titles :P
Ares106  [автор] 19 листоп. 2021 о 10:37 
@VARIANVS Thanks for the kind words, you must be the famous Robcore :)
And yes, you are entirely correct, I was directly inspired by your mod and as such I just added you to the credits, forgive me for not doing so initially.

Sure! I will look into Rome2 and Attila and see what I can do.
VARIANVS 18 листоп. 2021 о 22:37 
Well, you even improved upon the mod. Awesome to see! I am happy to see your progress man! Btw, you would make a dream come true to a lot of people if you would be able to do this for Rome 2 and Attila TW as well! I really hope you could do so as there you got those pesky percentage numbers which I could not get rid of.

Btw, I am the one you got the whole idea from ;)
Ares106  [автор] 18 листоп. 2021 о 9:04 
@W31rdomaniac <3 you are very welcome. Same here, I got so sick of waiting for someone else to make this that i spent a few weeks, of my spare time, learning a little lua and making it myself.
W31rdomaniac 18 листоп. 2021 о 3:16 
I´ve been waiting for something like this! Thank you!