AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Insurgency: Paramter overflow in ChangeLevel (https://forums.alliedmods.net/showthread.php?t=288996)

gier 10-12-2016 15:54

Insurgency: Paramter overflow in ChangeLevel
 
Ubuntu 16.04.1 LTS
Also using lgsm.
Using latest SM(5985) and MM(998) from the dev trees.
Validated game files.

Using the on screen menu via 'sm_admin' in the console the change map function is not working. You can use the menu system to select the map, on screen notification appears that SM is changing the map, but then nothing happens.

Server logs when you use the onscreen menu:
Code:

L 10/12/2016 - 12:39:19: [basecommands.smx] "Gier<10><STEAM_1:0:4196676><>" changed map to "market_coop"
L 10/12/2016 - 12:39:22: [SM] Changed map to "market_coop"
Paramter overflow in ChangeLevel

The sm_rcon commands work from the console though.
Server logs from console 'sm_rcon changelevel market_coop' command:
Code:

L 10/12/2016 - 12:40:01: [basecommands.smx] "Gier<10><STEAM_1:0:4196676><>" console command (cmdline "changelevel market_coop")
[PartyTeamMgr] Grace period started.
L 10/12/2016 - 12:40:01: [META] Loaded 0 plugins (1 already loaded)
---- Host_Changelevel ----

Not sure if 'paramter' is a typo or an abbreviation in the error output.
"Paramter overflow in ChangeLevel"

gier 10-12-2016 16:04

Re: Insurgency: Paramter overflow in ChangeLevel
 
wrong forum :-/

My apologies. Can a mod move this so the SM general?

gier 10-13-2016 16:52

Re: Insurgency: Paramter overflow in ChangeLevel
 
Updated to SM 1.9 - build 5987.

Issue is still present.

VPPGamingNetwork 10-14-2016 00:29

Re: Insurgency: Paramter overflow in ChangeLevel
 
it's still a problem. I posted on INS reddit for the dev to see they could care less.

Bacardi 10-14-2016 03:28

Re: Insurgency: Paramter overflow in ChangeLevel
 
Is game insurgency 2014 ?
https://forums.alliedmods.net/showthread.php?t=287595

Anyway, SM suppose change map even it not set next gamemode what that game request.
Try test that plugin, it list maps which have cpsetup txt file in same map folder.

Cattom 10-15-2016 11:41

Re: Insurgency: Paramter overflow in ChangeLevel
 
I am getting a an error nextmap.smx is incompatible with this game, could not parse file insurgency/addons/sourcemod/configs/maplist.cfg, what this means is that I go to the admin menu then server commands then choose map which I do it then tells me in bottom right of screen that it is changing map but nothing happends we stay on current map. This is all so happing on D.O.I

Anybody with any idea's.

Hinex 10-16-2016 04:35

Re: Insurgency: Paramter overflow in ChangeLevel
 
Confirm this problem.

I'm using:
Linux Debian
Lgsm
Last sm dev

Hinex 10-16-2016 04:36

Re: Insurgency: Paramter overflow in ChangeLevel
 
Quote:

Originally Posted by Bacardi (Post 2461943)
Is game insurgency 2014 ?
https://forums.alliedmods.net/showthread.php?t=287595

Anyway, SM suppose change map even it not set next gamemode what that game request.
Try test that plugin, it list maps which have cpsetup txt file in same map folder.

Same problem as standart map plugin

psychonic 10-22-2016 11:39

Re: Insurgency: Paramter overflow in ChangeLevel
 
This is caused by a bug in their engine.

Their IVEngineServer::ChangeLevel implementation is just busted; there is no case in which is won't throw that warning and will send the changelevel (or changelevel2) command to the command buffer. They probably didn't notice since the game's own logic uses the "changelevel" command directly.

VPPGamingNetwork 10-22-2016 12:14

Re: Insurgency: Paramter overflow in ChangeLevel
 
Thanks I will post this thread on their reddit section so they can fix it


All times are GMT -4. The time now is 16:49.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.