quake 3 standalone player

21 replies [Last post]
-C4-TYRANTuk.tyrant
Offline
Joined: Sep 2005
Posts:
quake 3 standalone player

ok i got it to work with some bare essentials...i have quake3.exe and would like a shortcut so that when i load it, e+ mod is loaded then player.cfg is executed...but cannot remember correct syntax Confused

its something like +set fsgame excessiveplus +load player.cfg

pls correct me, and if possible could u tell me which section of the shortcut this needs to be in? cheers Happy

~tyrant!~ZoO.ConcreteDonkey

Warren G
FELiX's picture
Offline
Joined: Sep 2004
Posts:
quake 3 standalone player

+set fs_game excessiveplus +exec xyz.cfg

or make bat file in same folder wheres quake3.exe
[code:1]@echo off

start quake3.exe +set fs_game excessiveplus +exec xyz.cfg[/code:1]

in attachment u have mine, u need edit it in notepad to change cfg name.

madbringer
Madbringer's picture
Offline
Joined: Jan 2006
Posts:
quake 3 standalone player

It's easier to just make a .bat file.

Make a simple text file, change the extension to .bat, right click, go edit, put this in:

start quake3.exe +set fs_game excessiveplus +set dedicated 0 (if you want to play on the client that acts like the server, else set this to 1 or 2 ;x) +exec player.cfg

I don't think you can load a server cfg (the one that's responsible for weapon settings etc) from the command line, but you can put a command to launch one in the serverside settings cfg.

Don't forget to put it in the quake 3 folder. You can then make shortcuts to this file. ;x

kek
Offline
Joined: Apr 2005
Posts:
quake 3 standalone player

if im not mistaken as shown in the attachment

Warren G
FELiX's picture
Offline
Joined: Sep 2004
Posts:
quake 3 standalone player

lolcopter x2 @ Cris Smug

-C4-TYRANTuk.tyrant
Offline
Joined: Sep 2005
Posts:
quake 3 standalone player

cheers for the help Happy

~tyrant!~ZoO.ConcreteDonkey

kek
Offline
Joined: Apr 2005
Posts:
quake 3 standalone player
FEL!X wrote:

lolcopter x2 @ Cris Smug

wha? for cs thats where extra commands were added Smug

Warren G
FELiX's picture
Offline
Joined: Sep 2004
Posts:
quake 3 standalone player
kek wrote:

FEL!X wrote:
lolcopter x2 @ Cris Smug

wha? for cs thats where extra commands were added Smug

yeah but it works for shortcut to exe file not to bat like u showed on ss.

kek
Offline
Joined: Apr 2005
Posts:
quake 3 standalone player

each day u learn smth new Happy

Warren G
FELiX's picture
Offline
Joined: Sep 2004
Posts:
quake 3 standalone player

yeap Big grin