SFTtech/openage

openage game: error: the following arguments are required: --modpacks

yangzhangstl opened this issue · 4 comments

Hi guys:

Running the program reported an error with "openage game: error: the following arguments are required: --modpacks". Actually, I have followed the official instructions and converted the official source assets via python3 -m openage convert --force --source-dir /path/to/game/install command.

Currently using ARM architecture Macbook M1 Pro chip, macOS Ventrua system. Can you please tell me the reason why the program is not starting? Currently the converted official asset data is saved in the OpenAge/Asset/Converted/de2_base folder. Thanks!

2023-10-10 10 22 10

This program built for i386-apple-darwin11.3.0
Report bugs to bug-make@gnu.org
2023-10-10 11 10 42

Thanks for reporting. make run looks broken right now, so I'm going to fix that soon.

As an alternative, you can use

cd bin && ./run game --modpacks hd_base

for startup.

First of all thank you very much for your help, by entering the new command you suggested "cd bin && . /run game --modpacks hd_base", the terminal gave back the new error code as shown. Hope to get your guidance and help soon, much appreciated!
2023-10-10 18 30 29