Only the server may changelevel, problem Created 3 years ago2021-02-28 15:01:05 UTC by John Pot John Pot

Created 3 years ago2021-02-28 15:01:05 UTC by John Pot John Pot

Posted 3 years ago2021-02-28 15:01:05 UTC Post #345387
Hello,
I getting this problem when i try to do a trigger_changelevel on a elevator.
Now, this only happened when i load a BSP File from 1 to 3 or Level 1 to 3 or something like that.
But, when i load the second or Level 2, the trigger_changelevel eventually work as intended.
Also, i try everything i could but none of them worked.

So... someone please help me fix this issue? Thanks.
John Pot John PotIt's Me, From Discord
Posted 3 years ago2021-02-28 17:18:02 UTC Post #345388
That message means you're trying to execute a changelevel while there is no map loaded. If you're getting it when you're playing a map and hitting a trigger_changelevel then something is seriously wrong.

Note that if you're connected to a server (one your client isn't hosting) you need to execute changelevel using rcon.
Posted 3 years ago2021-03-01 05:33:05 UTC Post #345389
The map is intended for singleplayer, not multiplayer tho
John Pot John PotIt's Me, From Discord
Posted 3 years ago2021-03-01 07:49:49 UTC Post #345390
When you get that error message, write "deathmatch" in the console and confirm that it is "0"
Oskar Potatis Oskar Potatis🦔
Posted 3 years ago2021-03-01 08:38:56 UTC Post #345391
I tried that, it's just does not work
John Pot John PotIt's Me, From Discord
Posted 3 years ago2021-03-01 19:42:36 UTC Post #345392
What exactly are you doing? What's your map setup, when and how are you initiating a changelevel?
Posted 3 years ago2021-03-02 01:54:34 UTC Post #345393
Simply by walking trough the changelevel?

I will upload the map file to see iif you can spot the problem
John Pot John PotIt's Me, From Discord
Posted 3 years ago2021-03-02 02:00:47 UTC Post #345394
John Pot John PotIt's Me, From Discord
Posted 3 years ago2021-03-02 07:39:36 UTC Post #345395
Nevermind

I fixed the problem
This happened due to the Uppercase name for the BSP File.
John Pot John PotIt's Me, From Discord
Posted 3 years ago2021-03-03 01:02:40 UTC Post #345396
That's good. It's best to avoid uppercase letters in file names altogether, or you might unknowingly create a map or mod that works fine when installed on case-insensitive file systems (as commonly used by Windows and Mac OS) but not on case-sensitive ones (as commonly used by Linux and web servers, which are extra important if you instead make a multiplayer map)
Oskar Potatis Oskar Potatis🦔
You must be logged in to post a response.