Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

Kalitosundefined

Kalitos

@Kalitos
About
Posts
871
Topics
38
Groups
0
Followers
104
Following
25

Posts

Recent Best Controversial

  • error on game launch
    Kalitosundefined Kalitos

    dinofansem https://forum.plutonium.pw/topic/23158/exe-cannot-find-zone/5?_=1694353123047


  • No me deja jugar con amigos
    Kalitosundefined Kalitos

    snr0presor12 https://plutonium.pw/docs/custom-games/#inviting-your-friends Siga la guia


  • What solutions do I have? steam verification
    Kalitosundefined Kalitos

    Aldair_201 That is the objective of the Steam verification implemented, that the players in this case as owners have purchased the game they want to host on Steam.


  • What solutions do I have? steam verification
    Kalitosundefined Kalitos

    Aldair_201 1. Have you purchased the game on Steam?
    2. Do you have the game list set to public?


  • Bot warfare error mw3
    Kalitosundefined Kalitos

    cYBORG1 Your mistake is that there is no script that needs "_bot.gsc". It should be in the plutonium "maps/mp/bots/" folder. The last thing left is to see your folder "maps/mp/bots/


  • Bot warfare error mw3
    Kalitosundefined Kalitos

    cYBORG1 Do you use the same base folder of the game?


  • [MAP] Seatown from COD:OL
    Kalitosundefined Kalitos

    Artyx Will the same waypoints as the original map work?


  • 19.08.2023 Bot Waypoints for Custom maps and other
    Kalitosundefined Kalitos

    Apart from that, I would recommend neroZzero-2035 creating a GITHUB account and sharing all your resources from there. That of posting mega links is not very reliable and does not look good in my opinion. It is a community to help each other. I think GITHUB is better option to keep your resources. Also, I think anyone can open a request in the BOTWARFARE project for custom map waypoints to be added to the project.


  • zzTenMileRadiuszz ModernWarfare: 3 Server. UnderConstruction.
    Kalitosundefined Kalitos

    TenJellybeans https://plutonium.pw/docs/server/iw5/setting-up-a-server/#setting-up-a-server
    There you will find the documentation you need.


  • Ayuda por favor
    Kalitosundefined Kalitos

    Luckhm20 Disfrutalo mientras puedas.


  • Ayuda por favor
    Kalitosundefined Kalitos

    yesid20 Actualmente debes conseguir el juego de manera legal, osea comprando en steam. Plutonium no promueve la piratería, y en unas semanas implementarán la verificación de propiedad del juego.


  • Auto server restart
    Kalitosundefined Kalitos

    Resxt At the time, I copied it from the forum. I currently don't use it. I had it saved.


  • Auto server restart
    Kalitosundefined Kalitos

    Lemonn_ It's not a bat file, but with this script every time the server goes empty it will automatically reboot. You need to use a plugin for the "quit" command to work, and work with the "autorestart" bat file. It is a matter of modifying it if you want it to restart every time a game ends. Because if the server runs out of players, the game will automatically restart.

    #include maps\mp\zombies\_zm_utility;
    #include common_scripts\utility;
    
    init()
    {
     level thread onPlayerConnect();
    }
    
    
    onPlayerConnect()
    {
    	for(;;)
    	{
    		level waittill("connected", player);
    		player thread onplayerdisconnect();
    	}
    }
    
    
    restartserver()
    {
    	players = get_players();
    	if(players.size == 0)
    	{
    		executecommand("quit");
    		return 0;
    	}
    }
    
    onplayerdisconnect()
    {
    	level endon("game_ended");
    	self waittill("disconnect");
    	wait(3);
    	restartserver();
    }

  • SnD Alive Counter
    Kalitosundefined Kalitos

    chicken emoji Very good, it reminded me of a similar script that was for iw5 S&D


  • Bot warfare error mw3
    Kalitosundefined Kalitos

    cYBORG1 I recommend you do a clean install of plutonium again and see what happens.


  • Cant create a Server key
    Kalitosundefined Kalitos

    SirJoyn You need to make your game list public as well.


  • Ban Appeal
    Kalitosundefined Kalitos

    8MAdRevenue no. you should read the documentation. https://plutonium.pw/docs/intro/
    https://plutonium.pw/docs/anticheat/


  • Main menu text is no visible
    Kalitosundefined Kalitos

    Javiuh Have you thought that it may be a problem with read and write permissions, try moving the game to a freer directory such as the download folder.


  • Steam Overlay
    Kalitosundefined Kalitos

    Close Steam then

  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate