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

Plutonium

zeroconzundefined

zeroconz

@zeroconz
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
14
Following
13

Posts

Recent Best Controversial

  • Bug when modding gun.gsc
    zeroconzundefined zeroconz

    chicken emoji yep, my bad. Now it works just fine. Thank you so much, I've trying to solve this shit for a week and I just couldn't find that.

    BO2 Modding Support & Discussion

  • Bug when modding gun.gsc
    zeroconzundefined zeroconz

    JezuzLizard I've tried and it keeps happening the same thing 😞

    BO2 Modding Support & Discussion

  • Bug when modding gun.gsc
    zeroconzundefined zeroconz

    chicken emoji I've changed the / to \ and now I get this e98dbee8-92d2-4b41-8d3f-bc794a197676-image.png

    BO2 Modding Support & Discussion

  • Bug when modding gun.gsc
    zeroconzundefined zeroconz

    Hello.
    I'm trying to modify the gun.gsc to make a custom ladder but everytime I get to the last weapon of my custom ladder and get the last kill, instead of the game ending, it just gives me the weapons of the last ladder I played.
    I've also tried to use this script from JezuzLizard

    #include maps/mp/gametypes/gun;
    #include maps/mp/gametypes/_hud_util;
    #include maps/mp/_utility;
    #include common_scripts/utility;
    
    init()
    {
    	level.gunprogression = [];
    	addguntoprogression( "knife_ballistic_mp" );
    	addguntoprogression( "scar_mp" );
    	addguntoprogression( "tar21_mp" );
    	addguntoprogression( "an94_mp" );
    	addguntoprogression( "type95_mp" );
    	addguntoprogression( "xm8_mp" );
    	addguntoprogression( "sig556_mp" );
    	addguntoprogression( "sa58_mp" );
    	addguntoprogression( "saritch_mp" );
    	addguntoprogression( "hamr_mp" );
    	addguntoprogression( "lsat_mp" );
    	addguntoprogression( "qbb95_mp" );
    	addguntoprogression( "mk48_mp" );
    	addguntoprogression( "svu_mp" );
    	addguntoprogression( "as50_mp" );
    	addguntoprogression( "dsr50_mp" );
    	addguntoprogression( "ballista_mp+is" );
    	addguntoprogression( "usrpg_mp" );
    	addguntoprogression( "crossbow_mp" );
    	addguntoprogression( "knife_ballistic_mp" );
    	level.gungamekillscore = maps/mp/gametypes/_rank::getscoreinfovalue( "kill_gun" );
    	registerscorelimit( level.gunprogression.size * level.gungamekillscore, level.gunprogression.size * level.gungamekillscore );
    	setdvar( "scr_xpscale", 0 );
    	setdvar( "ui_weapon_tiers", level.gunprogression.size );
    	makedvarserverinfo( "ui_weapon_tiers", level.gunprogression.size );
    }
    

    but the game shows me this error when I try to start the match. 6c15c21d-43ed-46cd-88cf-c57eaf33bed5-image.png

    BO2 Modding Support & Discussion

  • I cant find maps/mp/gametypes/gun.gsc
    zeroconzundefined zeroconz

    Hello there, I'm trying to customize the gun game rotation to play with some of my friends but i can't find the gun.gsc file

    BO2 Modding Support & Discussion
  • 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