aaronkirkham / jc4-console-thingy

Spawn vehicles, characters, animals, props and mess with the game in Just Cause 4.
MIT License
70 stars 19 forks source link

ISSUE: Mission Nagging everytime the game is booting up #23

Closed menoanie closed 4 years ago

menoanie commented 4 years ago

I have 7 or 8 messages like this when I boot the game with the latest release.

image

I don't know if this a bug, but removing the "notifications" would make it better.

aaronkirkham commented 4 years ago

Does this happen without the mod loaded? If this is part of the game then it's not something I would be interested in changing

menoanie commented 4 years ago

No, it does not happen with the version I build from this commit: https://github.com/aaronkirkham/jc4-console-thingy/commit/66eafd3735a0bcbbd79eb8fe7d692d170bc1af65

aaronkirkham commented 4 years ago

Ok, the only thing I can think of would be to clone the latest version and comment out these 3 lines:

https://github.com/aaronkirkham/jc4-console-thingy/blob/master/src/patches.cpp#L134-L136

Those use to be behind a -quickstart argument and are maybe causing some weird side effects like this.

If you can confirm that doing that fixes this issue, then I will revert some things to make the quick loading optional again.

menoanie commented 4 years ago

Can you sent a build with the lines commented out?

Cloning into 'F:/Projects/jc4-console-thingy/deps/meow-hook'...
Host key verification failed.
fatal: Could not read from remote repository.

^ Getting this error while trying to clone with --recursive (first time I encounter this)

aaronkirkham commented 4 years ago

Here you go:

jc4-console-thingy-no-quickstart.zip

menoanie commented 4 years ago

The issue is fixed, too bad this feature was useful.

I'll use it anyway :P