March 15, 201610 yr comment_194168 http://i.imgur.com/hxO9Awm.png Salut à tous ! Avec des mois (années) de retard, il est enfin là !Le Jailbreak CS:GO ouvre enfin ses portes. Le serveur est pour l'instant en beta et il y a beaucoup de choses a corriger, et de fonctionnalités à ajouter.Nous vous invitons tous à venir jouer sur le serveur, pour l'instant un rendez-vous quotidien a 21h (il faut bien se coordonner pour rencontrer du monde ), et une grosse soirée quand nous jugerons le serveur 100% stable. L'intérêt pour l'instant et de retrouver toutes les choses qui peuvent poser problème où peuvent être amélioré. A chaque fois que tout sera corrigé, nous pourrons ajouter de nouveaux plugins pour améliorer votre plaisir de jeu. Liste des choses à corriger :Vote à la fin des maps qui change mal là nextmapPetit freeze fréquent!lr bug (quand on cut dans le vide, elle affiche tricherie)Différencier le chef (on ne voit pas le micro au dessus des CT)Ajouter un plugin de TAGModifier l'image de victoire d'une équipe en fin de roundChanger l'auto balanceAffichage joueur sourceban16/03Augmenter le temps des rounds a 10 minTester un autre affichageNe pas ban après trop de suicide Ajouter du kevlar/casque aux CTs Disconnect: Pure server: file [GAME]\materials/sprites\sg_micicon64.vmt does not match the server's file.Changer physique des props (ballon trop lourd)N'hésitez pas a citer les problèmes que vous rencontrez. IP : 51.254.14.180:27035N'oubliez pas d'inviter vos amis, c'est comme ça qu'il se remplira au fur et à mesure chaque soir de plus en plus Bon jeu Report
March 15, 201610 yr comment_194169 Cimer chef ! Retirer le prisoner wins etc.. Equilibrage des équipes sauf si ça a été déjà faitSur le sourceban on voit pas le nombre de joueurs Edited March 15, 201610 yr by Elliot ex-Saucisse Report
March 15, 201610 yr Author comment_194170 N'oubliez pas de rejoindre ce groupe et d'y inviter toute votre liste d'amis si vous avez le time :http://steamcommunity.com/groups/SupremeEliteJB Ca ferra plus de gens a flood pour les faire venir sur le serveur Report
March 16, 201610 yr comment_194174 so i had my first try this morning, here is what i've checked and maybe could be solved: -the roundtime is set to 9 minutes, after 9 minutes its "draw" and the round ends.-the player info display chef/gardien/terrorist is set in the middle of the screen, could be placed at right upper like on cs:s- i've been kicked from server due to much suicide- after maptime was over, the mapvote started, i voted mlcastle but the server started jb_clouds! (RACISM???) jb_caceris:-the balls does not work. neither volleyball nor soccerthe rest of the map is likeable, most of all the german signs all around could be nice as on cs:s jb_clouds-couldn't check so much due i was alone on the server, looks nice but only 1 portal to the other stock.. could be easy for the rebels! -- couldn't test anymore due i was banned from the server for to much suicide -- however, see ya this evening Report
March 16, 201610 yr comment_194175 so i had my first try this morning, here is what i've checked and maybe could be solved: -the roundtime is set to 9 minutes, after 9 minutes its "draw" and the round ends.-the player info display chef/gardien/terrorist is set in the middle of the screen, could be placed at right upper like on cs:s- i've been kicked from server due to much suicide- after maptime was over, the mapvote started, i voted mlcastle but the server started jb_clouds! (RACISM???) jb_caceris:-the balls does not work. neither volleyball nor soccerthe rest of the map is likeable, most of all the german signs all around could be nice as on cs:s jb_clouds-couldn't check so much due i was alone on the server, looks nice but only 1 portal to the other stock.. could be easy for the rebels! -- couldn't test anymore due i was banned from the server for to much suicide -- however, see ya this evening For the kick, its ok now, you wont be kicked for too more suicides. Im working on the other things. Report
March 16, 201610 yr comment_194177 so i had my first try this morning, here is what i've checked and maybe could be solved: -the roundtime is set to 9 minutes, after 9 minutes its "draw" and the round ends.-the player info display chef/gardien/terrorist is set in the middle of the screen, could be placed at right upper like on cs:s- i've been kicked from server due to much suicide- after maptime was over, the mapvote started, i voted mlcastle but the server started jb_clouds! (RACISM???) jb_caceris:-the balls does not work. neither volleyball nor soccerthe rest of the map is likeable, most of all the german signs all around could be nice as on cs:s jb_clouds-couldn't check so much due i was alone on the server, looks nice but only 1 portal to the other stock.. could be easy for the rebels! -- couldn't test anymore due i was banned from the server for to much suicide -- however, see ya this eveningTobi, on CSGO it's not possible to put text on the up right corner Je pense le mieux pour le texte, ça serait déjà de retirer "chef : blablalba terroriste 4/4 ct 3/3" Car ça cache les phrases, du genre "machin est le gardien", ou alors les phrases avec le resultat des votes du RTV (même si y a pas encore le rtv), ou alors les phrases du genre sur la DV lancer de deagle.Pour moi le mieux ça serait juste de popper "Le chef des gardiens est blablabla" quand la vote est finit, puis de ne rien affiché Car pour le chef, on voit son TAG en regardant les scores où en pointant son pseudoEt pour le nombre de joueurs vivants y a marqué au dessus (principe de CSGO), on voit en clair les images des joueurs qui sont encore vivants Report
March 16, 201610 yr comment_194180 Ils ont un truc génial sur un serveur jail qu'ils avaient pas avant http://image.noelshack.com/fichiers/2016/11/1458130511-genial.png Je sais pas du tout quelle fonction de sourcepawn permet d'écrire comme ça, mais ça pourrait être pas mal pour afficher le nombre vivant/mort enfin si c'est possible Pour le micro au dessus du joueur, on pourrait faire un plugin pour ça, un plugin qui affiche le micro au dessus quand les joueurs parlent, j'ai vu dans un plugin qu'on pouvait détecter quand un microphone s'activait en vérifiant toutes les secondes si un client parle : CreateTimer(1.0, Timer_CheckAudio, _, TIMER_REPEAT); public Action:Timer_CheckAudio(Handle:timer, any:data) { new max_clients = GetMaxClients(); for (new client = 1; client <= max_clients; client++) { if (IsClientInGame(client) && !IsFakeClient(client)) { QueryClientConVar(client, "voice_inputfromfile", CB_CheckAudio); } } } public CB_CheckAudio(QueryCookie:cookie, client, ConVarQueryResult:result, const String:cvarName[], const String:cvarValue[]) { if (result == ConVarQuery_Okay && StringToInt(cvarValue) == 1) { // afficher le micro } else { // retirer } } // Je crois ça fonctionne comme ça et la source du plugin : https://forums.alliedmods.net/showthread.php?p=969323 Edited March 16, 201610 yr by Elliot ex-Saucisse Report
March 16, 201610 yr comment_194188 jb_potato:-the deathcrate gives the map hard shakes, you can't aim with that to shot rebels (or smh) mlcastle:-fall game does not work-what is that little skate ? only for sucidie in the lava? or i dont get that game lol!-deathrun: buttons should become red after they were used, the 3rd game button does not work vipinthemix:-grenade game does not work (if you hit one hole, the next opens and is closing directly again lol Report
March 16, 201610 yr comment_194190 svp ajouter le systeme de mute parce que c'est chaud de donner les orde comme ça Report
March 17, 201610 yr comment_194194 On était pas beaucoup, entre 6 et 10, et tout le monde pouvait parler Report
March 17, 201610 yr Author comment_194195 Bon plus qu'a trouver d'où viennent les lags et avoir accès au mirroir, et on pourra ajouter des skins et commencer à ajouter le vip Report
March 17, 201610 yr Author comment_194199 Ca lag toujours, Choke à 50% constamment, faudra voir si ça vient d'un plugin Report
March 21, 201610 yr Author comment_194232 On peut enfin ajouter de nouvelles maps & teste les skins ! Reste plus qu'à fixe le lag (cmer s'en occupe) et on pourra faire une ouverture officiel ! Report
March 21, 201610 yr Author comment_194237 http://i.imgur.com/MMch10j.jpghttp://i.imgur.com/LUY7bhx.jpg Report
March 23, 201610 yr Author comment_194297 Skins :Ajout de 4 skins au total pour les terrosHoncho PonchoAlbert Billy Vin Diesel (Qui sera VIP) En !gift Ajout des 2 planches + une bleu en CT http://i.imgur.com/K8G1iG6.jpg La maplist devient la suivante : ba_2015_minecraftba_jail_canyondam_goba_jail_rebellionba_jail_umbrella_f6ba_jail_voodoo_finalba_mlcastle_sejb_carceris_021jb_clouds_final5jb_dusty_v1jb_jailberd_v5_final_fixjb_lego_jail_v6_b2jb_mist_v1jb_obama_v5_betajb_paper_alive_ultime_se jb_peanut_v3rjb_potato_final_fixjb_renegade_v3jb_sg_dojo_v4-5jb_spy_vs_spy_beta7bjb_tower_b7jb_vipinthemix_se Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.