Multiple Player Settings on one computer?
Multiple Player Settings on one computer?
I share a computer with a friend and we both have different player settings and controls. Is there a way for us to play with different player settings profiles some how?
RE: Multiple Player Settings on one computer?
Use separate .ini config files?
<agaures> I'm guessing you haven't played many doom mods before huh? :p
<Zuplin> i have played master of puppets zombies doom center and a couple more
<agaures> so not many
<Zuplin> i thought that was everything
<Zuplin> i have played master of puppets zombies doom center and a couple more
<agaures> so not many
<Zuplin> i thought that was everything
RE: Multiple Player Settings on one computer?
... Create different user accounts in Control Panel.
Zandro generates a new INI based on what your username is.

Zandro generates a new INI based on what your username is.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

RE: Multiple Player Settings on one computer?
You could write your own configs, too. Just make two txt files in your Zandronum folder, rename them to "dsfdsdsf.cfg" or whatever, and write whatever settings you want, like:
Then, when your friend has played, just pop open the console with ~ and type "exec dsfdsdsf.cfg" and everything in that file will run. I'd think this is the least hassle and quickest way to swap settings. No renaming or swapping .ini files around before playing.
Code: Select all
mouse_sensitivity 0.55
color "80 80 80"
bind e +use
bind z invprev
bind c invnext
bind x invuse
etc.
Last edited by Medicris on Fri Nov 22, 2013 3:35 am, edited 1 time in total.
RE: Multiple Player Settings on one computer?
^You could even bind for "exec dsfdsdsf.cfg" to a key for extra convenience. :o
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

RE: Multiple Player Settings on one computer?
I was going to suggest mking a batch file to swap the ini files (90s style), but the in-game bind to exec a cfg file is even better.
"For the world is hollow, and I have touched the sky."
RE: Multiple Player Settings on one computer?
I tried making a cfg file but I don not know all the code for everything to make it from scratch. I basically need an easy way to load with two different ini files. I am not interested in making another windows user for my friend to use just for when he comes over to play a game. Back in the good old days with Unreal Tournament 2004 I could set a parameter to run a specific config with a windows shortcut for multiple users on one windows user and machine. I am looking for something similar that will work that way. Any ideas? Thanks.
- Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
RE: Multiple Player Settings on one computer?
The "-config" command line parameter allows you to specify which ini file Zandronum uses.kwk wrote: I basically need an easy way to load with two different ini files.
RE: Multiple Player Settings on one computer?
And you can easily supply extra command line parameters in IDE or Doomseeker options.
Ijon Tichy wrote:I like how your first responses to concerns being raised was to start insulting people, accusing random people on the Internet of being Shadowfox, and digging up irrelevant shit from the past. It really inspires confidence in me that you guys are level-headed and rational folks.
<BlueCool> you guys IQ is the same as my IP, Dynamic
RE: Multiple Player Settings on one computer?
Can you post an example command with the parameters of loading a different ini file? Also where would I put this in doomseeker? Thanks.
RE: Multiple Player Settings on one computer?
Never mind I went into custom parameters on doomseeker and typed
-config *******.ini
It worked like a charm. Thank you all for your help and input!
-config *******.ini
It worked like a charm. Thank you all for your help and input!