Posted February 06, 2016
I haven't used Quake Injector.
---
The command line specifies the location and name of the program to run. Each shortcut has one.
Go to your Quake installation directory.
Put the mod in a folder called:
arcane
Right click on your quakespasm.exe and select "Create Shortcut"
Right click on the shortcut and select "Edit" or "Properties", or something similar.
Find the line that mentions quakespasm.exe, and add this at the end of the line:
-heapsize 256000 -zone 4096 -game arcane
Save it
If that doesn't work, replace
-game arcane
with just
-arcane
Alternative - Make a batch file:
Go to your quake directory.
Put the mod in a folder called arcane.
Make a text file in your quake directory. Name it arcane.bat
Edit the batch file in Notepad and enter this line:
quakespasm.exe -heapsize 256000 -zone 4096 -game arcane
Save it and then Run the batch file (which will run the game).
If that doesn't work, try this line in the batch file instead:
quakespasm.exe -heapsize 256000 -zone 4096 -arcane
---
The command line specifies the location and name of the program to run. Each shortcut has one.
Go to your Quake installation directory.
Put the mod in a folder called:
arcane
Right click on your quakespasm.exe and select "Create Shortcut"
Right click on the shortcut and select "Edit" or "Properties", or something similar.
Find the line that mentions quakespasm.exe, and add this at the end of the line:
-heapsize 256000 -zone 4096 -game arcane
Save it
If that doesn't work, replace
-game arcane
with just
-arcane
Alternative - Make a batch file:
Go to your quake directory.
Put the mod in a folder called arcane.
Make a text file in your quake directory. Name it arcane.bat
Edit the batch file in Notepad and enter this line:
quakespasm.exe -heapsize 256000 -zone 4096 -game arcane
Save it and then Run the batch file (which will run the game).
If that doesn't work, try this line in the batch file instead:
quakespasm.exe -heapsize 256000 -zone 4096 -arcane