Multiple Player Settings on one computer?

General help and assistance forum.
Post Reply
kwk
New User
Posts: 4
Joined: Thu Nov 21, 2013 10:43 pm

Multiple Player Settings on one computer?

#1

Post by kwk » Thu Nov 21, 2013 11:24 pm

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?

User avatar
agaures
Forum Regular
Posts: 591
Joined: Mon Dec 10, 2012 6:34 am
Location: New Zealand

RE: Multiple Player Settings on one computer?

#2

Post by agaures » Thu Nov 21, 2013 11:50 pm

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

User avatar
Ænima
Addicted to Zandronum
Posts: 3578
Joined: Tue Jun 05, 2012 6:12 pm

RE: Multiple Player Settings on one computer?

#3

Post by Ænima » Fri Nov 22, 2013 12:10 am

... Create different user accounts in Control Panel. :v:


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)
Image

User avatar
Medicris
Forum Regular
Posts: 614
Joined: Mon Jun 04, 2012 5:29 am

RE: Multiple Player Settings on one computer?

#4

Post by Medicris » Fri Nov 22, 2013 1:29 am

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:

Code: Select all

mouse_sensitivity 0.55
color "80 80 80" 
bind e +use
bind z invprev
bind c invnext
bind x invuse

etc.
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.
Last edited by Medicris on Fri Nov 22, 2013 3:35 am, edited 1 time in total.

User avatar
Ænima
Addicted to Zandronum
Posts: 3578
Joined: Tue Jun 05, 2012 6:12 pm

RE: Multiple Player Settings on one computer?

#5

Post by Ænima » Fri Nov 22, 2013 2:28 am

^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)
Image

User avatar
Empyre
Zandrone
Posts: 1316
Joined: Sun Jul 08, 2012 6:41 am
Location: Garland, TX, USA

RE: Multiple Player Settings on one computer?

#6

Post by Empyre » Fri Nov 22, 2013 7:51 pm

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."

kwk
New User
Posts: 4
Joined: Thu Nov 21, 2013 10:43 pm

RE: Multiple Player Settings on one computer?

#7

Post by kwk » Fri Nov 22, 2013 10:52 pm

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.

User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

RE: Multiple Player Settings on one computer?

#8

Post by Torr Samaho » Sat Nov 23, 2013 10:29 am

kwk wrote: I basically need an easy way to load with two different ini files.
The "-config" command line parameter allows you to specify which ini file Zandronum uses.

Konar6
Retired Staff / Community Team Member
Posts: 455
Joined: Sun May 27, 2012 9:38 am

RE: Multiple Player Settings on one computer?

#9

Post by Konar6 » Sat Nov 23, 2013 11:58 am

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

kwk
New User
Posts: 4
Joined: Thu Nov 21, 2013 10:43 pm

RE: Multiple Player Settings on one computer?

#10

Post by kwk » Tue Nov 26, 2013 7:52 pm

Can you post an example command with the parameters of loading a different ini file? Also where would I put this in doomseeker? Thanks.

kwk
New User
Posts: 4
Joined: Thu Nov 21, 2013 10:43 pm

RE: Multiple Player Settings on one computer?

#11

Post by kwk » Tue Nov 26, 2013 10:42 pm

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!

Post Reply