Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

有关GIT游戏论坛的问题 #167

Open
sherlockHlb opened this issue May 23, 2022 · 4 comments
Open

有关GIT游戏论坛的问题 #167

sherlockHlb opened this issue May 23, 2022 · 4 comments

Comments

@sherlockHlb
Copy link

[url]https://bbs.gityx.com/forum.php?mod=viewthread&tid=566&highlight=evolve[/url]
这个帖子的内容还能发出来吗,因为已经无法回复了

@pjy612
Copy link

pjy612 commented May 23, 2022

控制台输入 下方内容后 回车

debug(exportGame);exportGame();undebug(exportGame);

然后触发断点后输入 下方内容并回车

game = t;

然后按F8 或者 蓝色小箭头 继续游戏。

提供一个自动满资源脚本:

autoMaxResource = setInterval(()=>{
for(var k in game.resource){
if(game.resource[k].max>0)game.resource[k].amount = game.resource[k].max;
}
},100)

//如果要暂停请执行下面的脚本 去掉开头的 //
//clearInterval(autoMaxResource)

@pjy612
Copy link

pjy612 commented May 23, 2022

[url]https://bbs.gityx.com/forum.php?mod=viewthread&tid=566&highlight=evolve[/url] 这个帖子的内容还能发出来吗,因为已经无法回复了

emmm 为什么会在这里问这个。。。

@sherlockHlb
Copy link
Author

因为论坛已经不能回复了,哈哈哈哈

@sherlockHlb
Copy link
Author

还有个问题,必须得等触发断点后才能输入后面的内容么.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants