[Release] Black ops II Mapvote for Zombies and Multiplayer
-
alejandrodarz Fixed and now i the animation are more cleaner
-
alejandrodarz Fixed and now i the animation are more cleaner
Sorex I found something and it is that the printToAllMapVoted (str) does not work at the end of the game for this I had to remove the if (! level.gameended)
-
It is nonsense but hey also whoever knows a little bit of gsc will realize
-
alejandrodarz Can you contact me in DM? sore#1141
-
alejandrodarz Can you contact me in DM? sore#1141
Sorex Yes, how would it be on Twitter? Don't have Telegram?
-
alejandrodarz Follow DoktorSAS on twitter
-
Sorex Look at how I solved the problem of when the game ends and there is no killcam, and well I also modified the mapvote a bit. I have tested it for the following TDM, GUN, SHRP, KOTH, DM, OIC, and SAS modes:
https://www.youtube.com/watch?v=X6zK7RygEHU
And well here is another video of how the mapvote was modified:
https://www.youtube.com/watch?v=29sZ7zYjpNUalejandrodarz That looks really good
-
Hi, I still dont understand the second instruction where it says 'Convert the file into a new _killcam.gsc'. How do I do that? Sorry I have no clue about any of this stuff.
-
RayAUS if you edit the file you have to use a gsc converter to make the code working on your server. You can use GSC studio or a GSC Compiler
-
When I right click the selection window keeps going to the right side automatically it doesn't stop. Any solution?
-
noraze You have to press and then release the key. If you keep pressing it, it is normal for it to go on
-
noraze You have to press and then release the key. If you keep pressing it, it is normal for it to go on
Sorex https://youtu.be/ROrvvnEugp8
Of course I release the click as soon as i pressed it still it keeps going to the right side.
To make it stop I have to double click the aim button then it stops. -
Sorex https://youtu.be/ROrvvnEugp8
Of course I release the click as soon as i pressed it still it keeps going to the right side.
To make it stop I have to double click the aim button then it stops.OK so I use "Toggle ADS" that is why it keeps going to the right side so i have to click one more time to make it stop. I am used to toggle ADS because I play Escape from Tarkov.
After I switched to "ADS" in controls this issue doesn't happen.
Any solution for "Toggle ADS" players that would be great. -
noraze i have ADS to, just don't keep press the button, press it to change then release it
-
Sorex Estoy utilizando esta función para que el mapvote se ejecute cuando no hay kills.
ontimelimit(){
level waittill("game_ended");if(!getKills() && waslastround()){ wait 7; level notify( "play_final_killcam" ); //llamar el mapvote aqui level notify( "final_killcam_done" ); }
}
-
Sorex Estoy utilizando esta función para que el mapvote se ejecute cuando no hay kills.
ontimelimit(){
level waittill("game_ended");if(!getKills() && waslastround()){ wait 7; level notify( "play_final_killcam" ); //llamar el mapvote aqui level notify( "final_killcam_done" ); }
}
alejandrodarz es por si lo deseas implementar en el mapvote. saludos
-
alejandrodarz i fixed all now i release the new version with fix
-
alejandrodarz i fixed all now i release the new version with fix
Sorex discúlpame me equivoqué escribiendo el código el level notify( "play_final_killcam" ); va antes de wait porque en shearch and destroy se termina antes de los 7 segundos y no da tiempo a pausar el juego para votar y el wait lo modifiqué para 10 segundos para que el mapvote no tuviera conflicto con ningun mensaje del juego al final. Saludos
-
Sorex discúlpame me equivoqué escribiendo el código el level notify( "play_final_killcam" ); va antes de wait porque en shearch and destroy se termina antes de los 7 segundos y no da tiempo a pausar el juego para votar y el wait lo modifiqué para 10 segundos para que el mapvote no tuviera conflicto con ningun mensaje del juego al final. Saludos
alejandrodarz Por todo lo demas todo ok, me funcionó en todos los modos de juego.
-
Hi Sorex !
Thank you for this super-useful-mod !
I have a problem getting it to work...
I think I did everything you ask, I even follow the YouTube tutorial.
Now I have the map vote menu at the end of the game but:- its really very fast, I have like 1 or maybe 2 sec to choose the map...
- there are some glitches after I choose the map: map strikers became purple / blue flickering
- the next map is still the same
Other things:
- if I remove "exec blabla.cfg" from my map list, the gametype keep being TDM, so I let exec gun.exe in front of the only map I let
- my cfg(s) are in Gamedir\main, I put your file in Gamedir\t6r\data\maps\mp\gametypes. Is it right ? (my gamesettings dir is in Gamedir\main dir)