Die4Ever / build-engine-randomizer

Build Engine Randomizer (Duke Nukem 3D, Shadow Warrior, Ion Fury, Blood, PowerSlave)
https://discord.gg/QwjnYWhKsY
GNU Affero General Public License v3.0
21 stars 1 forks source link

auto-install source ports #38

Open Die4Ever opened 1 year ago

Die4Ever commented 1 year ago

could download on the fly

for nblood they use 7z files https://github.com/nukeykt/NBlood/releases

could extract like this https://stackoverflow.com/a/57589140

from pyunpack import Archive
Archive('data.7z').extractall("<output path>")
pip install pyunpack patool