broken168 ok, finally i could install black ops ii from lutris, but the issues keeping the same.

broken168
Posts
-
Plutonium BO2 & WaW - Linux Tutorial -
Plutonium BO2 & WaW - Linux TutorialI did it(not completely). I have some problems: black installation from lutris.net does not working, its exit with code 252, but installation keeping idk why, then i download plutonium.exe and make manually an application. Only local party works, the game freeze when i tried play on server.
OS: endeavour os
-
Can only me and my friends play zombies without an vpn?mer said in Can only me and my friends play zombies without an vpn?:
Can only me and my friends play zombies without an vpn?
yes, you need enable the fordwarding ports and use "connect ipHost:4976 or 4977"
or you config a private dedicated server
-
Error creating server to play with friendsadd me on discord xisha#2747
-
Error creating server to play with friendsJesua Did you create a server key and put it on start.bat?
(Ativa esse windows aí amigão)
-
Serverensar94 you did something incorrectly
-
Serverensar94 I recommend that you download your game again. I taught my friend that way and it worked, and I host a server every day that way. your game is probably incomplete.
-
plutonium please make a easy way to host the serverspattseheadshot lol just pay attention to the server hosting topics you can get, and there are several videos on youtube explaining how to do this. you should be thankful for the team providing us with all that they do, and FREE.
-
Serverensar94 download this https://drive.google.com/file/d/1j5BAJtvsFyVLlS0SVVAjgQAy-1t37Wl-/view?usp=sharing extract the files in the game folder, edit! start_zm_server.bat with the server key. if you don't want to use mods, delete "maps" in \ bo2 server \ t6r \ data. just run the zbat .bat, I imagine everything works correctly.
-
party_maxplayers is not working after the new plutonium updateSorex It worked. thank you very much.
-
party_maxplayers is not working after the new plutonium updateDss0 Did not work. I saw other players reporting this problem.
-
party_maxplayers is not working after the new plutonium updateAs I already said, it is not working. I've tried to remove _clientids, but it didn't work. I tested it on a custom game and it apparently doesn't work either.
-
Não consigo criar sala personalizadaOsugi Para iniciar um custom game, você precisa usar o comando "xpartygo", no console(aperte " para abrir).
-
Perma Perks GSC Helpjugernogg2829 To play with your friends, you need a VPN (example: RadminVPN). You and your friends will join the same network. Someone will create the game (if the game does not start, use the command "xpartygo" on the console), and the others will connect using the command "connect radminIp: 4976" (example: connect 23.145.0.12:4976). The "radminIp" you can find within the program.
-
Perma Perks GSC Helpthebx2 I'm happy to have helped you
-
[QUESTION] mod buy wallExists some public mod to change wall buy? if no, someone has a idea how to make this, i'm looking for in scripts, but i'm no find nothing
-
Perma Perks GSC HelpTgamer500 I didn't quite understand what you want. But I made a script that "saves" all its perks. Every time you respawn or revive, you define the perks.
/* * Black Ops 2 - GSC Studio by iMCSx * * Name : modForForum * Description : * Date : 2020/09/17 - 11:01:01 * */ // Put your functions here #include maps\mp\_utility; #include common_scripts\utility; #include maps\mp\gametypes_zm\_hud_util; #include maps\mp\gametypes_zm\_hud_message; #include maps\mp\zombies\_zm_utility; #include maps\mp\zm_transit; #include maps\mp\zombies\_zm; #include maps\mp\zombies\_zm_stats; #include maps\mp\zm_transit_standard_town; init() { level thread onPlayerConnect(); } onPlayerConnect() { for(;;) { level waittill("connected", player); player thread onPlayerSpawned(); player thread onPlayerRevive(); } } onPlayerSpawned() { self endon("disconnect"); level endon("game_ended"); for(;;) { self waittill("spawned_player", player); wait 1; self setperk("specialty_additionalprimaryweapon"); self iprintln("Perk added"); } } onPlayerRevive() { self endon("disconnect"); self endon("game_ended"); for(;;) { self waittill("player_revived"); self setperk("specialty_additionalprimaryweapon"); self iprintln("Perk added"); } }
You can find a perk list here: https://www.nextgenupdate.com/forums/black-ops-2-gsc-mods-scripts/763318-gsc-managed-code-list.html
-
gsc causing the server to suddenly crashJezuzLizard Hey. I managed to make it work. I changed the value of debugModTimescale to 4, maybe I was not connecting because my pc is low-end.
Thank you so much for your help.
-
gsc causing the server to suddenly crashJezuzLizard Really, I just tried to use it to see how it worked. I will keep trying.