欧陆风云4怎么玩美国 欧陆风云4怎么玩( 四 )


现在是几点?:time – What time is it?
创建一个小型转储:minidump [file path] – Creates a minidump
导致应用程序崩溃:crash – Cause the application to crash
切换调试模式:debug_mode – Toggles debug mode
切换释放模式:release_mode – Toggles release mode
创建虚拟小部件 。参数为0时 , 文件名将为gui/debug/test_gui.gui , 小部件名称将为test_window:GUI.CreateWidget(gui_test,test_gui) [File name] [Widget name] – Create dummy widget. With 0 arguments the file name will be gui/debug/test_gui.gui, and the widget name will be test_window
清除虚拟小部件:GUI.ClearWidgets – Clear dummy widget
在game.log文件中显示所有控制台命令 。:helplog – Print out all console commands to game.log file.
显示所有控制台命令或特定的命令描述 。:help [command name] – Print out all console commands or a specific command description.
双彩虹协助 。:helphelp – Double Rainbow help.
在控制台和游戏日志中显示版本 。:version – Prints the version to the console and the game log.
勾选任意天数:tick_day [number of days] – Ticks any number of days
日志统计:statistics – Logs statistics
从磁盘上的savegame加载gamestate:load [file name] – Load gamestate from savegame on disk
检查存档和读档持久性:test_save – Check save and load persistence
将当前的游戏状态保存到磁盘:save [file name] – Saves current gamestate to disk
重新计算修改器:recalculate_modifiers [{if an argument is given, ALL modifiers will be calculated}] – Recalculates modifiers
执行效果:effect [{effect script}] – Execute effect
在/run中执行效果文件:run [{effect file}] – Execute effect file in /run
测试触发脚本:trigger [{trigger script}] – Test trigger script
发送聊天消息:chat [Message] – Send chat message
更改扮演的角色:play [Character ID] – Change played character
开始观看比赛:observe(ob) – Start observing the game
显示角色:hello [Character ID] – Show a character
显示历史人物:hello_history [Scripted history character ID] – Show a character from history
显示头衔:show_title [Title tag] – Show a title
查找头衔:find_title [Title name] – Find a title
选择一个省:select_province [Province Id] – Select a province
改变一个县的文化:change_culture [province id] [culture] – Change culture of a county
将同一种文化的所有县合并为一种新文化:merge_culture [from culture] [to culture] – Merge all counties of one culture into another culture
增加黄金:gold(cash,dough) [Amount] – Add gold
增加虔诚:add_piety(piety) [Amount] – Add piety
增加声望:add_prestige(prestige) [Amount] – Add prestige
将头衔赋予指定角色:give_title(gt) [Title] [Character ID (optional, the player by default)] – Gives the title to the specified character
宣布该角色获得该头衔:add_claim(ac) [Character ID (optional, the player by default)] [Title] – Gives the character a claim on the title
在当前年龄基础上增加年龄:age [Age] [Character ID] – Adds age to the current age
显示角色的历史:IDhistorical_id(hist) [Character ID] – Shows the historical id of a character
为角色添加特质:add_trait(at) [Trait] [Character ID (optional, applies to player character otherwise)] – Adds trait to a character
设置角色的性别:set_sexuality [sexuality] [Character ID (optional, applies to player character otherwise)] – Sets the sexuality of a character
显示有关角色所涉及的所有秘密的所有信息:secret_info(si) [character ID (optional)] – Shows all info about all secrets that the character is involved in

推荐阅读