SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.68k stars 1.12k forks source link

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

Closed yangzhangstl closed 11 months ago

yangzhangstl commented 12 months ago

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
yangzhangstl commented 11 months ago

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

2023-10-10 11 10 42
heinezen commented 11 months ago

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.

yangzhangstl commented 11 months ago

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
yangzhangstl commented 11 months ago
1 2