salut crywolf.
am o problema
mapa se schimba pentru 5-6-7 harti dar odatal a 6-7 harti apare un bug.
de 3luni caut bugu si in sfarsit am dat de el in consola insa nu stiu sa-l rezolv.
sper sa ma poti ajuta
Code: Select all
CHANGELEVEL: Looking for next level in mapgroup ''
Looking for next map in mapgroup ''...
CHANGELEVEL: GetNextMap failed for mapgroup '', map group invalid or empty
CHANGELEVEL: Not changing level, mp_match_end_restart is false, mp_match_end_changelevel is false and next is the same
1. Ia si creeaza mapgroupul serverului "mg_active" in "gamemodes_server.txt" ai si exemple acolo desi e simplu si la 2 exista o rezolvare aici: https://forums.alliedmods.net/showthrea ... ost2017406 tinand cont ca eu nu m-am lovit de aceasta eroare, desi am sa fac un tutorial pentru mapgroup ala
Code: Select all
mp_match_end_changelevel "1" // perform a changelevel even if next map is the same
mp_match_end_restart "0" // perform a restart instead of loading a new map
Info: NU IMI DATI PM PENTRU CERERI AJUTOR ETC (NU RASPUND) FOLOSITI FORUMUL.
CUM SA NU LUPTI PENTRU IUBIRE ????
Daca lupti,inseamna ca vrei sa castigi ceva.Iubirea nu-i o miza.
// This file has been setup by Krond Solutions SRL
// DO NOT modify gamemodes.txt, anything you need is within this file
// This file rewrites any a part of defined configuration from gamemodes.txt (Casual and Competitive)
// For other gamemodes, please reffer to gamemodes.txt and make your own gamemodes_server.txt from current model.
// Acest fisier a fost scris de Krond Solutions SRL
// NU modificati fisierul gamemodes.txt, tot ce aveti nevoie se afla in acest fisier
// Acest fisier rescrie o parte valorile definite din gamemodes.txt (Casual si Competitive)
// Pentru celelalte moduri de joc, te rog ai in vedere gamemodes.txt si creaza-ti propriul gamemodes_server.txt dupa prezentul model.
// Part 1/2 - General configuration
// Partea 1/2 - Configurari generale
// NOTE: From 30.August.2012, there is a new way to configure CVARS -> http://store.steampowered.com/news/8762/
// so ... the default configuration will take cfg/gamemode_casual.cfg for casual mode and cfg/gamemode_competitive.cfg for competitive one.
// If you need different cvar configurations, please create new file in cfg/gamemode_casual_server.cfg or cfg/gamemode_competitive_server.cfg depending of the gamemode.
// NOTA: Din 30.August.2012, CVAR-urile se modifica diferit -> http://store.steampowered.com/news/8762/
// Asadar ... configuratia implicita va incarca cfg/gamemode_casual.cfg pentru modul casual iar cfg/gamemode_competitive.cfg pentru cel competitiv.
// Daca ai nevoie de o alta configuratie, te rog creaza un nou fisier in cfg/gamemode_casual_server.cfg respectiv cfg/gamemode_competitive_server.cfg in functie de modul de joc.
// sa setezi in acest fisier calea corecta.
"GameModes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"casual"
{
"maxplayers" "32"
"exec"
{
"exec" "gamemode_casual.cfg"
"exec" "gamemode_casual_server.cfg"
}
"mapgroupsMP"
{
"mg_de_default" ""
"mg_cs_default" ""
}
}
"competitive"
{
"maxplayers" "32"
"exec"
{
"exec" "gamemode_competitive.cfg"
"exec" "gamemode_competitive_server.cfg"
}
"mapgroupsMP"
{
"mg_de_default" ""
"mg_cs_default" ""
}
}
}
}
}
// Part 2/2 - Settings for maps groups, if you want to run a map on your server - it must be in used mapgroup name (defined in server.cfg)
// Partea 2/2 - Setari pentru grupuri de harti, daca vrei sa rulezi o harta pe server - trebuie sa existe in numele grupului de harti (mapgroup) - definit in server.cfg
"mapgroups"
{
"mg_de_default"
{
"name" "mg_de_default"
"maps"
{
"de_dust" ""
"de_dust2" ""
"de_nuke" ""
"de_train" ""
"de_inferno" ""
"de_aztec" ""
}
}
"mg_cs_default"
{
"name" "mg_cs_default"
"maps"
{
"cs_italy" ""
"cs_office" ""
}
}
}
}
au vreau ca serveru sa ruleze mapele din maplist.txt adica cele puse de mine.
Fara mapgroupul mentionat in linia de start a serverului si hartile adaugate in acel fisier .txt mentionat de mine mai sus nu vor fi adaugate si recunoscute de server.
Info: NU IMI DATI PM PENTRU CERERI AJUTOR ETC (NU RASPUND) FOLOSITI FORUMUL.
CUM SA NU LUPTI PENTRU IUBIRE ????
Daca lupti,inseamna ca vrei sa castigi ceva.Iubirea nu-i o miza.