调试控制台及命令指南

0 点赞
勇者斗恶龙 VII Reimagined
转载

本指南涵盖调试控制台及其可用命令:生成坐骑、敌人,更改玩家技能,分配法术,调整等级,添加/移除队友,添加NPC等。 开发中 本指南仍在积极制作中,若您所需信息尚未包含其中,建议稍后再次查看。 《勇者斗恶龙7 重制版》使用的调试控制台与《勇者斗恶龙11》的非常相似,但针对本游戏仍有许多细节需要进行数据挖掘和测试。 感谢您的耐心等待! 解锁命令控制台 首先,要访问游戏内置控制台,您需要一个小型修改才能在游戏中打开它。您需要: 控制台解锁器。直接下载并将文件复制到游戏目录中。

Once in-game, you can press the tilde (~) key and a console will pop up at the bottom of the screen. Press it again, and it will open completely: <---------- Press it once more the close the console. Adding/Removing Party Members, Guest NPCs For modifying your permanent (main) party members: Adding a party member: FriendJoin <CharacterID> <CharacterID>NameP001HeroP002MaribelP003KieferP005RuffP006MervynP007Aishe Example: Have Mervyn join the party FriendJoin P006 **NOTE: any characters added with FriendJoin are reset to level 1 (including characters already in your party)! Removing a character from your party: FriendLeave <CharacterID> To keep their equipped items: FriendLeaveKeepItems <CharacterID> Guest NPCs: As you (probably) know, there are many points in the game where a character will join your party for a short time, they'll follow you around in the overworld, and basically do their own thing in battle. We have a way of adding them to your party at any point! Adding a Guest NPC: GuestNpcJoin <GuestID> Removing a Guest NPC: GuestNpcLeave <GuestID> See the full character and guest IDs list here: https://sites.google.com/view/dq-guides/dq7/reimagined/ids/character-ids Changing Character Skills/Spells This command can be used to learn any skill or spell in the game: ActionLearn <CharacterID> <ActionID> Spell names that can be used with ActionLearn: <ActionID>Spell Name█<ActionID>Spell Name█<ActionID>Spell Name█<ActionID>Spell NameMeraFrizz▓DeinZap▓HoimiHeal▓KiariSquelchMeramiFrizzle▓RaideinZapple▓BehoimiMidheal▓KiarikuTingleMerazomaKafrizz▓GigadeinKazap▓BehoimuMoreheal▓KiararuDefuddleMeragaiaKafrizzle▓DorumaZam▓BehomaFullheal▓ZamehaC@ck-a-Doodle-DooHyadoCrack▓DorukumaZammle▓BehomaraMultiheal▓ManuhaDedazzleHyadarukoCrackle▓DorumoaKazam▓BehomazunOmniheal▓BahaInsulateMahyadoKacrack▓DorumadonKazammle▓ZaoraruZing▓FubahaInsulatleMahyadedosuKacrackle▓ZarakiThwack▓ZaorikuKazing▓PioraAccelerateGiraSizz▓ZarakimaKathwack▓MegazaruKerplunk▓PiorimuAcceleratleBegiramaSizzle▓NifuramuPoof▓RukaniSap▓BaisionOomphBegiragonKasizz▓MeganteKamikazee▓RukananKasap▓BaikirutoOomphleGiragureidoKasizzle▓MadanteMagic Burst▓HenatosuBlunt▓SukaraBuffBagiWoosh▓MahotoraDrain Magic▓BomieDecelerate▓SukurutoKabuffBagimaSwoosh▓ZibariaRubblerouser▓BomiosuDeceleratle▓DevineSpellAnathematiseBagikurosuKaswoosh▓ZibarikaBoulderbringer▓MahotonFizzle▓MahokantaBounceBagimutyoKaswooshle▓ZibarinaMountainmover▓ManusaDazzle▓MagicbarrierMagic BarrierIoBang▓ZibarunbaRidgeraiser▓MedapaniFuddle▓AsutoronKaclangIoraBoom▓RihoimiReheal▓MedapanimaKafuddle▓RuraZoomIonazunKaboom▓RibehoimiRemidheal▓RarihoSnooze▓RiremitoEvacIogurandeKaboomle▓RibehoimuRemoreheal▓RarihomaKasnooze▓ToherosuHoly Protection▓ZakiWhack▓MahosuteSnub▓InpasuPeep See the full Action IDs list here: https://sites.google.com/view/dq-guides/dq7/reimagined/ids/action-ids How to FORGET any learned skill or spellTo undo any learned skill or spell from above, simply use this command: ActionForget <CharacterID> <ActionID> Alter character levels Here's how to change the levels of your characters: LevelSet <CharacterID> <Level#> Level# is the level you want your character to be, can be 1 - 99. Example: LevelSet P001 40 Sets Hero to level 40 Obtaining Items / Equipment ForceGetItem <ItemID> <ItemCount> Item IDs are listed below and ItemCount is the # you want of that item Example: Get 12 of every item in the game ForceGetItem All 12 See the full Item IDs list here: https://sites.google.com/view/dq-guides/dq7/reimagined/ids/item-ids Custom Battles First off, you can spawn any enemy anywhere (even in towns!), but unless they're in the overworld or somewhere that is designated by the game as a "battlefield" you won't be able to fight them. Instead they'll be friendly, and townsfolk won't even bat an eye to their presence! To spawn an enemy in the overworld: MonsterSpawn <MonsterID> To spawn another enemy during an active battle: BattleMonsterSpawn <MonsterID> See the full Monster IDs list here: https://sites.google.com/view/dq-guides/dq7/reimagined/ids/monster-ids Miscellaneous This section will cover all the little things that aren't easily categorized into their own sections: Triple the game speed (everything is faster, including monsters!) Slomo 3 Change your main character's name (without creating a new file!) -- changes the name on your saves as well. The new name can be as long as you want and contain anything. SetPlayerName <PlayerName> Set your gold to <GoldAmount> Gold <GoldAmount> Set your character's HP to <HP#> (see above for <CharacterID>) HPSet <CharacterID> <HP#> Set your character's MP to <MP#> (see above for <CharacterID>) MPSet <CharacterID> <MP#> Freecam (take the camera wherever you want, enter again to exit freecam mode) FreeCamera Fully heal and revive all party members RecoverAll 1 Reset back to the title screen (useful if you softlock) disconnect Exit the game exit INI Tweaks The Debug Console can also be used for testing ini tweaks. More information specific to DQ7R is coming soon, but here are a few general examples: Turn on super-scaling (very high value): r.ScreenPercentage 250 Keep higher model and texture details at larger distances: r.MipMapLODBias -3 r.LandscapeLODBias -3 r.SkeletalMeshLODBias -2 r.ViewDistanceScale 5 FAQs Q: "Does this disable Steam or in-game achievements?"A: It does not disable achievements. Conversely, it also means you can accidentally activate several achievements at once if you're not careful. For example- ForceGetItem All 12 -- will instantly activate every item-related achievement Gold 500000 -- will instantly activate every "X amount of gold on-hand" achievement Acknowledgements, Credits and Resources The credit for the vast majority of these discoveries goes to the Dragon Quest Modding Community[sites.google.com] If you like the resources contained in this guide, please consider visiting them[discord.gg] and thanking them yourself! ------------------------