This item has been removed from the community because it violates Steam Community & Content Guidelines. It is only visible to you. If you believe your item has been removed by mistake, please contact Steam Support.
This item is incompatible with Populous The Beginning. Please see the instructions page for reasons why this item might not work within Populous The Beginning.
German








Tags: Populous The Beginning
You need to sign in or create an account to do that.
die regs.cmd deren in folgendes ändern
@echo off
SET fullpath=%~dp0
SET fullpath=%fullpath:~0,-1%
SET drivelet=%~d0
SET dironly= %~p0
SET dironly=%dironly:~1,-1%
SET regpath="HKEY_LOCAL_MACHINE\SOFTWARE\Bullfrog Productions Ltd\Populous: The Beginning"
REG ADD %regpath% /v "Language" /t REG_DWORD /d 7 /f /reg:32
REG ADD %regpath% /v "BuildTypeCode" /t REG_DWORD /d 1 /f /reg:32
REG ADD %regpath% /v "Version" /t REG_SZ /d "1.01" /f /reg:32
REG ADD %regpath% /v "InstallDrive" /t REG_SZ /d "%drivelet%" /f /reg:32
REG ADD %regpath% /v "InstallPath" /t REG_SZ /d "%fullpath%" /f /reg:32
REG ADD %regpath% /v "InstallDirectory" /t REG_SZ /d "%dironly%" /f /reg:32
exit