Digging around in the vegastrike.config...

Need help testing contributed art or code or having trouble getting your newest additions into game compatible format? Confused by changes to data formats? Reading through source and wondering what the developers were thinking when they wrote something? Need "how-to" style guidance for messing with VS internals? This is probably the right forum.
Post Reply
Genken
Star Pilot
Star Pilot
Posts: 5
Joined: Sun Aug 07, 2005 6:32 pm
Location: Odessa, Texas
Contact:

Digging around in the vegastrike.config...

Post by Genken »

This seems like the best forum for this. Now, I know Multiplayer is planned, and there was(at one point, at least), a split-screen multiplayer. But this is interesting.

Code: Select all

<section name="player">
			<var name="realname" 	value="Nickname"/>
			<var name="email" 	value="email@where-ever.net"/>
			<var name="homepage"	value="http://vegastrike.sourceforge.net/"/>
			<var name="callsign" 	value="test2"/>
			<var name="password" 	value="test2"/>
		</section>
<!-- # Networking config -->
		<section name="network">
			<var name="server_ip" value="127.0.0.1"/>
			<var name="server_port" value="6777"/>
			<var name="use_account_server" value="false"/>
			<var name="transport" value="tcp"/>
			<var name="use_webcam" value="false"/>
			<var name="use_portaudio" value="false"/>
			<var name="logintimeout" value="10000"/>
			<var name="encryption_method" value="rsa"/>
			<var name="encryption_keylength" value="128"/>
			<var name="encryption_seed" value="Blah blah blah"/>
		</section>
<!-- # End Networking -->
	</variables>
Webcam is my main curiosity. I'm guessing the Network config is part of the (hopefully)upcoming multiplayer. And then there's the Name, email, and whatnot there.

So, anyone mind explaining the webcam bit to me? Do you guys have something up your sleeves? Should I be afraid? Or is it some secret thing that I should forget that I saw, because if I dont, I'll have a couple of guys in suits and sunglasses at my door?

By the way, great game. My mouse is a little sensitive, and my joystick probably needs to be dismantled and lubed, but great game.
spiritplumber
Developer
Developer
Posts: 1831
Joined: Mon Mar 07, 2005 10:33 pm
Contact:

Post by spiritplumber »

The idea is to allow video comms (wing commander style) between players.... that's very much on the backburner tho, that i know of.
My Moral Code:
- The only sin is to treat people as if they were things.
- Rules were made for people, not the other way around.
- Don't deceive. Real life is complicated enough.
- If all else fails, smash stuff.
Genken
Star Pilot
Star Pilot
Posts: 5
Joined: Sun Aug 07, 2005 6:32 pm
Location: Odessa, Texas
Contact:

Post by Genken »

That would be awesome. Taunting another player with a cocky look on your face. Or joking around with them. A new form of Psychological warfare! Cigars and Sunglasses.

Yeah, probably better to get a mostly bug-free multiplayer down first.
Post Reply