It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
[English below]

Die extrem hohe Geburtenrate (Haus bezogen, bäm!, drölf Kinder) scheint irgendwie mit der Geschwindigkeit der CPU zusammenzuhängen. Die einfache Lösung dafür, zumindest bei mir, ist, die Prozesspriorität herabzusetzen. Dazu habe ich mir eine kleine Batchdatei mit folgendem Inhalt erstellt:

Öffne Notepad und füge Folgendes ein:

start /low "crome" "[Pfad der game.exe]"

Alternativ kann man anstatt /low auch /belowNormal eingeben, was dem ganzen etwas mehr Priorität geben würde.

Das ganze speichert man z.B. auf dem Desktop unter Völker2.bat

Ein Doppelklick auf die .bat öffnet das Spiel nun mit niedriger Prozesspriorität. Man könnte selbige auch im Taskmanager unter dem Reiter "Details" mit Rechtsklick auf den entsprechenden Eintrag umstellen, aber mich hat er immer aus dem Spiel geworfen, wenn ich versucht habe den Taskmanager zu starten.

Viel Glück :)

------

The ridiculous high birth rate (moving into a home, bam!, bazillion children) seems to be connected to the speed of the CPU. Simple solution, at least on my system, was to lower the priority of the Nations process. To do this I made a little batch file that contains the following:

Open notepad and insert

start /low "crome" "[path of the game.exe]"

Alternatively you can insert /belowNormal instead of /low, which would give the process a little more priority.

Save e.g. on the desktop under nations.bat

With a double click on that .bat the game now opens an runs with low priority. You also could set the priority in the task manager under "Details", but every time I tried to get back to the desktop the game crashed and I had to start it again.

Good luck :)
Thanks for the tip, unfortunately, I get the error message that the .exe can´t be found. Beats me, I just copied the path and typed game.exe at the end. Now reads, "[C:\GOG Games\The Nations Gold\bin\game.exe]", which looks quite right. What am I doing wrong?

edit: My bad, had never programmed a batch-file before and didn´t realize the brackets don´t belong... Danke vielmals für den Fix!

edit: Didn´t help with the problem though... :(
Post edited September 11, 2019 by fm25
Did this work for others?