/ How to open the console

/ How to open the console

手順 / Steps


/ How to open the console image 1

ゲームのインストールされている場所を開きます。

Open the location where the game is installed.

以下のファイルを開きます。

Open the following file.

Cookie Clicker\resources\app\start.js

一番下まで移動し、以下の記述を見つけます。

Move to the bottom and find the following code.

win.loadFile(path.join(__dirname,'/splash.html')); setTimeout(()=>{ win.maximize(); win.loadFile(path.join(__dirname,'/src/index.html')); if (DEV) win.webContents.openDevTools(); },1000*splashDur);

「if (DEV) 」のみ削除します。

Delete "if (DEV) ".

スクショのようになっていることを確認してください。

Check that it is the same as the screenshot.

ゲームを起動し、コンソールが表示されることを確認してください。

Launch the game and make sure the console is displayed.

注意事項 / Notes

ゲームを終了する際は、コンソールを閉じないとウィンドウの×ボタンが反応しません。

When you exit the game, the close button on the window will not respond until you close the console.

元に戻したい場合は、削除した「if (DEV) 」を同じところに追加するだけです。

If you want to put it back, just add the removed "if (DEV)" in the same place.

Source: https://steamcommunity.com/sharedfiles/filedetails/?id=2595701956					

More Cookie Clicker guilds