Anubis-Axor
10/11/2007, 14h17
Salut a tous,
le probleme que je vien de rencontré sur tf2 dans mon server c'est que je n'ai qu'une map sur laquelle on peut jouer (2forts)
pourtant j'ai ajouté des maps dans /games/halflife_source/orangebox/tf/maps/
et j'ai ajouter le nom des maps dans les fichiers maplist et mapcycle en .txt
maplist :
ctf_2fort
cp_box_killer_v1
cp_well
cp_floodzone2_v6
ctf_turbine_v3
cp_dustbowl
cp_rats_alpha2
ctf_firmbases_alpha
background01
ctf_mach2
ctf_stronghold_b1
tc_hydro
ctf_turbine_v2
cp_granary
cp_420_crazed_arena_v1
cp_castle
cp_castle_b3
cp_lazytown
cp_gravelpit
ctf_battle_creek
ctf_mach
ctf_mine
ctf_stronghold_b5
cp_crazedacre
cp_warpath_c
cp_wolf
ctf_420_x-games_v1
map cycle :
ctf_2fort
cp_box_killer_v1
cp_well
cp_floodzone2_v6
ctf_turbine_v3
cp_dustbowl
cp_rats_alpha2
ctf_firmbases_alpha
background01
ctf_mach2
ctf_stronghold_b1
tc_hydro
ctf_turbine_v2
cp_granary
cp_420_crazed_arena_v1
cp_castle
cp_castle_b3
cp_lazytown
cp_gravelpit
ctf_battle_creek
ctf_mach
ctf_mine
ctf_stronghold_b5
cp_crazedacre
cp_warpath_c
cp_wolf
ctf_420_x-games_v1
le nom des maps situer dans ces 2 fichier corespondent au nom des maps dans le dossier maps mais rien a faire :cry: .
je voudrais donc savoir s'il est possible de savoir quelle erreur j'ai comise :oops:
de plus j'ai mis toutes ces maps dans /www/halflife_source/orangebox/tf/maps/
pour que les gens puisse telecharger les map qu'il non pas.
donc j'ai mi dans le server cfg :
sv_downloadurl "http://maps.verygames.net/halflife_source/tf/"
sv_downloadurl "http://x.t.s.verygames.net/halflife_source/orangebox/tf"
mais encore un petit probleme pour les droit d'admin :-|
voici mon fichier clients.txt :
{
"version" "1"
// This key group lists all your client players
"players"
{
// This must be a unique client name
"momi"
{
// Client real name
"name" "moi"
// Steam ID for client
"steam" "STEAM_***********"
"email" "VOTRE E-MAIL"
"IP" "VOTRE IP LAN"
// This is the admin group the client is subscribed to
"groups"
{
"Admin" "Administrateur"
"Immunity" "Serveradmin"
}
}
"un pote"
{
// Client real name
"name" "un pote"
// Steam ID for client
"steam" "STEAM_**********"
"email" "VOTRE E-MAIL"
"IP" "VOTRE IP LAN"
// This is the admin group the client is subscribed to
"groups"
{
"Admin" "Administrateur"
"Immunity" "Serveradmin"
}
}
"un autre pote"
{
// Client real name
"name" "un autre pote"
// Steam ID for client
"steam" "STEAM_**********"
"email" "VOTRE E-MAIL"
"IP" "VOTRE IP LAN"
// This is the admin group the client is subscribed to
"groups"
{
"Admin" "Moderateur"
"Immunity" "Moderateur"
}
}
}
// These are the admins groups a client can subscribed to
"groups"
{
"Immunity"
{
"Serveradmin" "j k m b x i f d g c e h n o q r s u v y a p afk Immunity"
"Moderateur" ""
}
"Admin"
{
"Administrateur" "a j k r q e m b s o a c p w z x y i l f t d g R B v V Q D C A E F G H I J K L M N O P S T U W X Y Z admin client pban spray grav"
"Moderateur" "k b m admin client pban spray grav"
}
}
}
mon fichier est t'il bon ? sinon quelle erreur ai-je commise ?:-|
ci c bon commen activer les droit d'admin sur le server ? c'est à dire s'en servir pour changer de map par exemple.
car en mettan bind o "admin" dans la console il me di unknow command admin :?
voila le resumer de mes quelque probleme que je voudrais que l'on m'aide a resoudre car je ne sais plus quoi faire :happy-fire:
:help:
merci de bien vouloir m'aider assé rapidement (je commence a craker :-P )
le probleme que je vien de rencontré sur tf2 dans mon server c'est que je n'ai qu'une map sur laquelle on peut jouer (2forts)
pourtant j'ai ajouté des maps dans /games/halflife_source/orangebox/tf/maps/
et j'ai ajouter le nom des maps dans les fichiers maplist et mapcycle en .txt
maplist :
ctf_2fort
cp_box_killer_v1
cp_well
cp_floodzone2_v6
ctf_turbine_v3
cp_dustbowl
cp_rats_alpha2
ctf_firmbases_alpha
background01
ctf_mach2
ctf_stronghold_b1
tc_hydro
ctf_turbine_v2
cp_granary
cp_420_crazed_arena_v1
cp_castle
cp_castle_b3
cp_lazytown
cp_gravelpit
ctf_battle_creek
ctf_mach
ctf_mine
ctf_stronghold_b5
cp_crazedacre
cp_warpath_c
cp_wolf
ctf_420_x-games_v1
map cycle :
ctf_2fort
cp_box_killer_v1
cp_well
cp_floodzone2_v6
ctf_turbine_v3
cp_dustbowl
cp_rats_alpha2
ctf_firmbases_alpha
background01
ctf_mach2
ctf_stronghold_b1
tc_hydro
ctf_turbine_v2
cp_granary
cp_420_crazed_arena_v1
cp_castle
cp_castle_b3
cp_lazytown
cp_gravelpit
ctf_battle_creek
ctf_mach
ctf_mine
ctf_stronghold_b5
cp_crazedacre
cp_warpath_c
cp_wolf
ctf_420_x-games_v1
le nom des maps situer dans ces 2 fichier corespondent au nom des maps dans le dossier maps mais rien a faire :cry: .
je voudrais donc savoir s'il est possible de savoir quelle erreur j'ai comise :oops:
de plus j'ai mis toutes ces maps dans /www/halflife_source/orangebox/tf/maps/
pour que les gens puisse telecharger les map qu'il non pas.
donc j'ai mi dans le server cfg :
sv_downloadurl "http://maps.verygames.net/halflife_source/tf/"
sv_downloadurl "http://x.t.s.verygames.net/halflife_source/orangebox/tf"
mais encore un petit probleme pour les droit d'admin :-|
voici mon fichier clients.txt :
{
"version" "1"
// This key group lists all your client players
"players"
{
// This must be a unique client name
"momi"
{
// Client real name
"name" "moi"
// Steam ID for client
"steam" "STEAM_***********"
"email" "VOTRE E-MAIL"
"IP" "VOTRE IP LAN"
// This is the admin group the client is subscribed to
"groups"
{
"Admin" "Administrateur"
"Immunity" "Serveradmin"
}
}
"un pote"
{
// Client real name
"name" "un pote"
// Steam ID for client
"steam" "STEAM_**********"
"email" "VOTRE E-MAIL"
"IP" "VOTRE IP LAN"
// This is the admin group the client is subscribed to
"groups"
{
"Admin" "Administrateur"
"Immunity" "Serveradmin"
}
}
"un autre pote"
{
// Client real name
"name" "un autre pote"
// Steam ID for client
"steam" "STEAM_**********"
"email" "VOTRE E-MAIL"
"IP" "VOTRE IP LAN"
// This is the admin group the client is subscribed to
"groups"
{
"Admin" "Moderateur"
"Immunity" "Moderateur"
}
}
}
// These are the admins groups a client can subscribed to
"groups"
{
"Immunity"
{
"Serveradmin" "j k m b x i f d g c e h n o q r s u v y a p afk Immunity"
"Moderateur" ""
}
"Admin"
{
"Administrateur" "a j k r q e m b s o a c p w z x y i l f t d g R B v V Q D C A E F G H I J K L M N O P S T U W X Y Z admin client pban spray grav"
"Moderateur" "k b m admin client pban spray grav"
}
}
}
mon fichier est t'il bon ? sinon quelle erreur ai-je commise ?:-|
ci c bon commen activer les droit d'admin sur le server ? c'est à dire s'en servir pour changer de map par exemple.
car en mettan bind o "admin" dans la console il me di unknow command admin :?
voila le resumer de mes quelque probleme que je voudrais que l'on m'aide a resoudre car je ne sais plus quoi faire :happy-fire:
:help:
merci de bien vouloir m'aider assé rapidement (je commence a craker :-P )