红警2尤里的复仇是一款非常经典的即时战略游戏,很多玩家在玩游戏的时候都会遇到钱不够用的情况。那么,该怎么调钱呢?
首先,我们可以通过修改游戏文件的方式来调整钱数。我们可以找到游戏文件夹下的rules.ini文件,在里面找到以下内容:
[Balance]
; Money
StartingCredits=10000
;How much cash a player starts with
CreditsPerInterval=200
;How much more cash is generated at each interval
IntervalDuration=1
;How many seconds between cash *ticks*
CrateMoney=1000
;How much is in a money crate
MinMoneyCrateDelay=1
MaxMoneyCrateDelay=3
;The number of intervals between money crates
MoneyCrateInterval=5
;The number of intervals between money crates if they are *forced*
MoneyFromOilDerrick=200
;Amount of money that is generated each credits interval from an oil derrick
MoneyFromBioReactor=0
;Amount of money that is generated each credits interval from a bioreactor
SuperWeaponMoney=2000
;Amount of money required to use a super weapon
As we can see, StartingCredits表示初始资金,CreditsPerInterval表示每一段时间额外获取的资金,IntervalDuration表示两次额外资金的时间间隔。我们可以把这些数据修改为自己想要的数值,然后保存修改后的文件。
另外,我们还可以通过游戏内部的代码来调整钱数。首先打开游戏,按下“~”键打开控制台,然后输入“money [数字]”可以直接为自己添加资金。如果要添加的资金数量比较大,建议多次输入该命令,以免一次性添加过多而影响游戏平衡。
总之,通过修改游戏文件或使用游戏内部的代码,都可以在红警2尤里复仇中调整自己的钱数。但是,在修改游戏文件或使用代码的时候,一定要谨慎操作,以免影响游戏的平衡性,降低游戏的乐趣。