Client/server mismatch after loading instagib mod

Locked
gem1n1
Posts: 6
Joined: Sat Sep 29, 2012 5:25 pm

Client/server mismatch after loading instagib mod

Post by gem1n1 »

I'm getting the "Client/server mismatch: BASEQ3-1" error when I load the instagib mod and try to spawn a server. Other mods seem to work fine. Any ideas as to why? I am using version 1.32. For that matter, is there a difference between 1.32 and 1.32c? Thanks.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: Client/server mismatch after loading instagib mod

Post by obsidian »

Yes, 1.32c is a newer patch. The latest IIRC is 1.32d, though not too many servers are running it.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
User avatar
Eraser
Posts: 19174
Joined: Fri Dec 01, 2000 8:00 am

Re: Client/server mismatch after loading instagib mod

Post by Eraser »

Don't think there's a protocol version between the two 1.32 patches though.
Maybe the instagib mod was built on old pre-1.27 source code?
gem1n1
Posts: 6
Joined: Sat Sep 29, 2012 5:25 pm

Re: Client/server mismatch after loading instagib mod

Post by gem1n1 »

Eraser wrote:Don't think there's a protocol version between the two 1.32 patches though.
Maybe the instagib mod was built on old pre-1.27 source code?
Ah. I bet this is it perhaps. I would use QSwitch to try it but I doubt many people are running 1.27 anyhow. I did just think of a way to manually make it insta which is by using noghost to modify the game in console, i.e. increasing weapon damage, etc.
gem1n1
Posts: 6
Joined: Sat Sep 29, 2012 5:25 pm

Re: Client/server mismatch after loading instagib mod

Post by gem1n1 »

Ok, here's the final thing holding me back-- So I switched to using Instagib+ which works great (except that you can't allow multiple weapons at once). Now, I made a command line shortcut to launch a dedicated server which executes the following:

"C:\Program Files\Quake III Arena\Quake III Arena\quake3.exe" +set dedicated 1 +exec instactf.cfg +vstr m1 +fs_game instagibplus +instagib 7

But I am getting the following error messages:

Code: Select all

couldn't exec instactf.cfg
fs_game is write protected.
Hitch warning: 9439009 msec frame time
If I'm not mistaken, the hitch warning can be ignored (?) but I can't figure why it's not loading the config and also, the mod probably won't be started if I'm getting that fs_game error. I tried putting the config in both /cfg and /baseq3 so it should be seeing it. Anyone care to flex their Quake knowledge and debug me here? :confused: This is on Windows 7 just so we're clear on that, but you probably should have realized that by looking at my shortcut up there. Thanks again.
User avatar
Eraser
Posts: 19174
Joined: Fri Dec 01, 2000 8:00 am

Re: Client/server mismatch after loading instagib mod

Post by Eraser »

Try putting the +fs_game switch as the first one after quake3.exe

I assume the +vstr m1 switch starts a map rotation? That means you tell Quake 3 to start loading a map, and afterwards you tell it to switch to a different mod which by that time is no longer possible.
SoM
Posts: 8489
Joined: Fri Dec 03, 1999 8:00 am

Re: Client/server mismatch after loading instagib mod

Post by SoM »

try making a config with this site
[color=red][WYD][/color]S[color=red]o[/color]M
gem1n1
Posts: 6
Joined: Sat Sep 29, 2012 5:25 pm

Re: Client/server mismatch after loading instagib mod

Post by gem1n1 »

SoM wrote:try making a config with this site
Actually, you are on the total right track. I figured out yesterday that the config itself had flawed code. The irony is that I copied that config template from a forum and just modified the variables but there was something wrong with it to begin with. So I was able to make a new config that is correctly doing my map rotation. As far as the fs_game thing, I'm still toying with that to get it to work from the command line shortcut but I have no problem getting the server working properly at this point if I spawn it from the game and then just exec the cfg. :)
SoM
Posts: 8489
Joined: Fri Dec 03, 1999 8:00 am

Re: Client/server mismatch after loading instagib mod

Post by SoM »

glad you got some of it sorted out.

you should read this too
[color=red][WYD][/color]S[color=red]o[/color]M
SoM
Posts: 8489
Joined: Fri Dec 03, 1999 8:00 am

Re: Client/server mismatch after loading instagib mod

Post by SoM »

[color=red][WYD][/color]S[color=red]o[/color]M
SoM
Posts: 8489
Joined: Fri Dec 03, 1999 8:00 am

Re: Client/server mismatch after loading instagib mod

Post by SoM »

Eraser wrote:Don't think there's a protocol version between the two 1.32 patches though.
Maybe the instagib mod was built on old pre-1.27 source code?
this is what i've been finding about instagib, only on 1.27

and isn't 1.32c/d server side only ? <-- correct me if i'm wrong plz // only play QL these days
[color=red][WYD][/color]S[color=red]o[/color]M
Locked