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

Plutonium

Black-maksundefined

Black-maks

@Black-maks
About
Posts
65
Topics
9
Shares
0
Groups
0
Followers
7
Following
2

Posts

Recent Best Controversial

  • gsc scripts not working
    Black-maksundefined Black-maks

    Сan someone tell me if there is a gsc script for issuing perks to oneself?
    I know that you can use this code, but it gives out perks to everyone, and I would like only me to have perks. It would be very convenient to get them in the same way as weapons or killstreaks via !giveperk me as in the gsc script examples.

    OnPlayerSpawned()
    {
    self endon("disconnect");
    for(;;)
    {
    self waittill("changed_kit");

    	GivePerks();
    }
    

    }

    GivePerks()
    {
    self setperk( "specialty_quickdraw", true, false);

    MW3 Modding Support & Discussion

  • Iw5 Survival Mod Announcement
    Black-maksundefined Black-maks

    Soliderror https://forum.plutonium.pw/topic/32159/pre-release-iw5-survival-reimagined/3
    hi, is this the same mod? Or do you develop it yourself?
    it would be great if you team up with the developer
    from that thread. there is a very high quality port of survival.

    MW3 Modding Releases & Resources

  • [Pre-Release] IW5 Survival Reimagined
    Black-maksundefined Black-maks

    LastDemon99 Unfortunately, my knowledge does not allow me to correct errors. I will expect that if you have time, you will be able to fix them, and I will inform you here if I notice any more bugs. Please add the ability to select attachments for weapons, this is sorely lacking. By the way, I know that you can give a weapon to yourself with 3 attachments through giveweapon, but this is inconvenient, it would be better to do this in the weapon purchase menu.

    MW3 Modding Releases & Resources

  • [Pre-Release] IW5 Survival Reimagined
    Black-maksundefined Black-maks

    LastDemon99 hi buddy you did an amazing job, it's very cool.
    I hope you do not abandon the development and complete this mod.
    Noticed some bugs.

    1. Juggernauts run like regular fighters with no speed limit.
    2. If you skip the killcam, the map will automatically restart, but if you don't skip the killcam, you can respawn indefinitely.
    3. Some bots, especially dogs, can get stuck and behave strangely.
    4. When buying a weapon, I cannot put any attachments on it (((
    MW3 Modding Releases & Resources

  • How to enable Unlimited Sprint in MW3?
    Black-maksundefined Black-maks

    FutureRave
    what plugin? the problem is that even when I compile the ff mod myself and leave only perctable.tsv there and try to add a bot, the game still crashes. i wanted to play with bots and add cut perks, i already edited perctable.csv and put back about 20 working cut perks back into the game. Do you have any ideas how to make this work?

    MW3 Modding Support & Discussion

  • How to enable Unlimited Sprint in MW3?
    Black-maksundefined Black-maks

    FutureRave When using your mod and botwarfare, a crash occurs when you try to add a bot on the map (((

    MW3 Modding Support & Discussion

  • How to enable Unlimited Sprint in MW3?
    Black-maksundefined Black-maks

    FutureRave I managed to create a ff file and make the marathon and jumpdive perks work, thanks for the help.

    MW3 Modding Support & Discussion

  • How to enable Unlimited Sprint in MW3?
    Black-maksundefined Black-maks

    FutureRave I did everything as you said, but when I create a ff mod file, it has a size of 12 kb, it seems to me that this is very small. I launched the game and entered the fs_game mods / bots command, but the perks did not work, although I gave them to myself through the script. Can you just post a link to the ff file?

    MW3 Modding Support & Discussion

  • How to enable Unlimited Sprint in MW3?
    Black-maksundefined Black-maks

    Who knows how to use zonetool and can create ff mod files please help

    MW3 Modding Support & Discussion

  • How to enable Unlimited Sprint in MW3?
    Black-maksundefined Black-maks

    Resxt can you help create FF mod files?

    MW3 Modding Support & Discussion

  • Error when using scripts
    Black-maksundefined Black-maks

    give a link to the scripts that you use or publish their code in a message

    MW3 Modding Support & Discussion

  • How to enable Unlimited Sprint in MW3?
    Black-maksundefined Black-maks

    Сan someone collect and throw off the ff file of the mod?

    MW3 Modding Support & Discussion

  • How to enable Unlimited Sprint in MW3?
    Black-maksundefined Black-maks

    FutureRave could you give me a link to the finished ff file
    corrected perctable csv. No matter how I tried to collect the mod through zonetool and run it through fsgame, these perks refuse to work

    MW3 Modding Support & Discussion

  • MW3 Help changing the fire rate of the M16A4
    Black-maksundefined Black-maks

    GreySkeleton really strange, I also tried to partially edit some weapon files and got an error like in the screenshot, and it swears at
    loaded_sound,weapons/shells/shell_bounce_lg01.wav although I specified it in mod.csv and it was in the mod folder as well as other files.
    maybe Bubbles can help us 6ac18a27-1ac8-4062-9bbe-be29cdb2978a-image.png

    MW3 Modding Support & Discussion

  • MW3 Help changing the fire rate of the M16A4
    Black-maksundefined Black-maks

    GreySkeleton I will wait and hope you succeed

    MW3 Modding Support & Discussion

  • New weapon mw3
    Black-maksundefined Black-maks

    Bubbles I can use it on my private servers and users who download the mod will also be able to use it. It's just prettier to add it via class creation than to give via (self giveWeapon) directly when you enter the server. can you help in this thread and post the finished files for assembly in ff mod?https://forum.plutonium.pw/topic/24024/mw3-help-changing-the-fire-rate-of-the-m16a4

    MW3 Modding Support & Discussion

  • mw3 _perks.gsc
    Black-maksundefined Black-maks

    hello, can someone post _perkfunctions.gsc and _perks.gsc, I want to change them in my mod, but I could not extract them through zonetool. And another question, where are the parameters of the perks of fastreload, fast running, etc. stored? would like to do unlimited sprint.

    MW3 Modding Support & Discussion

  • Problems with the Gold camo
    Black-maksundefined Black-maks

    SrDAvincci I suspect that you have a damaged golden camouflage texture skin or something else, try to take the golden camouflage from this link and check. https://forum.plutonium.pw/topic/17562/mw3-dark-matter

    MW3 Modding Support & Discussion

  • MW3 GSC SCRIPT
    Black-maksundefined Black-maks

    This is very cool for modders. I found out that with the help of dvar you can give a weapon to a player with 3 modules, as well as any camouflage and sight reticle, but I do not know how to add a recoil or bulletpenetration skill to this weapon. Can someone suggest a code to add weapon buff?

    self giveWeapon("iw5_ak47_mp_gp25_reflex_silencer",11,1,6,true);

    MW3 Modding Support & Discussion

  • camouflage problems
    Black-maksundefined Black-maks

    SrDAvincci open plutonium_cheytac.iwd\images with winrar and pastle your iwi files.
    should work.

    MW3 Modding Support & Discussion
  • 1
  • 2
  • 3
  • 4
  • 2 / 4
  • Login

  • Don't have an account? Register

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