全面战争:战锤3

全面战争:战锤3

16倍天灾(可调整难度)
9 条留言
Ticker175 4 月 19 日 下午 5:02 
FYI, this DOES work in multiplayer Immortal empires, i have done this several times now with no issue :battlesgrin:
jamesdemaio 2023 年 2 月 16 日 上午 5:30 
I am very delayed inn my response but appreciate all the responses thank you guys! I learned something new today
ReinHarD  [作者] 2022 年 8 月 29 日 上午 3:13 
@jamesdemaio Thank you~ I see that some people have explained the meaning of floating-point numbers. Here you can simply understand it as a number with a decimal point. For example, if you open the endgame with 213 difficulty values, CA needs to divide 213 by 100 to get 2.13, and then round it down to get 2. This is the difficulty coefficient of endgame, and there are 2 or 4 endgame armies of each faction in the game. Multiply it by 2 to get the last number of armies you see in the game, I.e. 4 or 8.
Nick 2022 年 8 月 28 日 上午 9:19 
Floating point numbers are the common way for computers to handle math. They're made up of some combination of powers of 2 summed together and some bit that determines the sign of the number. Floating points are usually off by a very small amount when working with them, so a person trying to do 1.6+1.6 would result in 1.60000002384185791015625 + 1.60000002384185791015625 = 3.2000000476837158203125. It's used because it's very memory efficient and is almost always close enough.

Having perfect precision isn't possible for computers because irrational numbers(like pi) exist, which would require infinite space to store fully, so coders opt for different methods that have differing levels of precision. If floating point errors get too large, the programmer can up their floating point type to get more precision and get access to larger numbers, but it would be a hit to performance.
jamesdemaio 2022 年 8 月 26 日 下午 9:17 
Your English is great friend. i need to work on my Chinese haha awesome mod btw. What are floating numbers?
ReinHarD  [作者] 2022 年 8 月 25 日 下午 11:59 
联机无法开启天灾,目前正在研究中。
The multiplayer game can't activate endgame. I'm currently studying how to activate it.
Ellarian 2022 年 8 月 25 日 上午 9:46 
Does this work in multiplayer?
Rookie Canarii 2022 年 8 月 25 日 上午 8:50 
大佬,联机有用么?