《海島大亨5》是一款非常優(yōu)秀的模擬建設(shè)類游戲,在唯美如畫的海島上建立一個(gè)屬于自己的王國,不斷的發(fā)展經(jīng)濟(jì)建設(shè),完善和優(yōu)化城市的功能,該補(bǔ)丁為游戲的車速修改秘籍。
使用說明:
這個(gè)是海島大亨5的車速修改mod,此MOD修改了車輛的速度,以及各種車距減速方面的設(shè)置,從而解決交通問題,再也不怕十字路口啦,作者DarthPresidente,喜歡的玩家可以下載試試。
使用方法:
1:解壓縮文件
2:放在 “x:\Tropico 5\CommonLua” 目錄下,本來沒有,需要自己新建一個(gè)
修改方法:
OnMsg.ClassesPreprocess = function()
DebugPrint("\nRoadRage mod by DarthPresidente loaded...\n Version: 2x\n SourceFile: " .. debug.getinfo(1).source:match("@(.*)$") .. "\n\n")
RoadVehicle.min_speed = 900 最小速度
RoadVehicle.max_speed = 4000 最大速度
RoadVehicle.crossroad_speed = 4000 拐彎速度
RoadVehicle.min_dist_between_cars = 0 * guim
RoadVehicle.dist_slow_down_to_cars = 0 * GetTransportMaxAdvanceDist()
RoadVehicle.slowdown_crossroad_dist = 0 * guim
RoadVehicle.accelaration = 200 加速度
RoadVehicle.dist_slow_down_at_end = 0 * guim
RoadVehicle.enter_exit_wait_radius = 1 * guim
RoadVehicle.equilize_speed_to_car_infront = 2 * guim
紅色內(nèi)容請按需修改,除了幾處紅字以外不建議修改別的數(shù)值