@BoLT-Velo windows + r, paste %localappdata%/Plutonium/storage/iw5 press ok and paste the entire file into the folder that will open.
camos preview in the original post: https://forum.plutonium.pw/topic/1263/release-camo-pack?_=1648950868126
LastDemon99
Posts
-
CAMO MW3 DARK MATTER -
[Pre-Release] IW5 Survival ReimaginedSoliderror Sorry, but no. It's been months since I revised anything. I don't want to buy the game and a VPS just to fix bugs and update the mod, I'm busy on other things, I think I left a pretty advanced and tidy version of which if anyone wants to can start modified.
-
Iw5 Survival Mod AnnouncementSoliderror It's been months since I've checked anything. I don't want to buy the game and a VPS just to fix bugs and update the mod, also...
-
I don't see a reason to use your code and adapt it to mine, we have different approaches. Besides, my mod was much more advanced than yours.
-
Inspiration... we're back to the same point. I had a base version with the wave system, But i considered learning modding, models & menu stuffs to showcase a decent version. Since you posted this post earlier, I considered pausing my mod.
-
I made my version completely by myself without any help. I only asked your 'old dev' months later if you abandoned the mod since they hadn't published anything else and if they would mind if I published my version, something I also asked you.. lmao
-
-
Game crash when loading some maps with mods loadedSlvr99 At the moment there is no solution, it is a error of the mods support itself.
-
Custom Gloves/Viewhands Request -
[Pre-Release] IW5 Survival ReimaginedBlack-maks You are loaded the dsr survival?, the killcam is disabled. Regarding the rest that you mentions, I am aware and the speed of the juggernauts was something that I forgot, but it is easily solved by editing the value in the zonetool/mod/mp/survival_bots.csv then you will have to re-build the fastfile.
-
[Pre-Release] IW5 Survival ReimaginedFry I tried the files and they loaded correctly, also that weapon mismatch error only happens when the scripts are loaded but not the fast file.
-
[Pre-Release] IW5 Survival ReimaginedMeepers266 survival dsr is loaded?, If you are playing it in private and you have that error, it must be because the dsr is not loaded.
-
[Pre-Release] IW5 Survival ReimaginedI have updated the mod again and fixed some bugs, the most important one is that the mod doesn't crash with predator. As usual for a couple of months I show up and a couple of months I disappear. I don't think I will be able to update the mod for a while so I will release the code.
-
[Pre-Release] IW5 Survival ReimaginedMeepers266 on servers I had the same problem I will see how to solve it, for the moment you can fix it by doing a map_restart :C
-
[Release] Always UAV@1-2-X-U EasyMapEdit It is a script that I have not finished so I did not announce it or add a readme at the time. It is similar to this other https://forum.plutonium.pw/topic/8043/release-gsc-mapedit?_=1681774952651, I updated the readme in case you want to view it again.
-
[Release] Always UAVA simple script that allows you to enable the uav, you can also switch between point radar or directional radar and enable or disable radar sweep.
How to Use
-
Place the script file at "%localappdata%/plutonium/storage/iw5/scripts" if the folder does not exist, create it
-
To configure the script you can set the following dvars in your server config or in the game console.
Disable script:
always_uav 0
Allow Point Radar:
always_uav 1
Allow Directional Radar:
always_uav 2
Disable Sweep Radar:
sweep_uav 0
Allow Sweep Radar:
sweep_uav 1
A restart of the map is required for the changes to take effect
https://github.com/LastDemon99/IW5_Sripts/tree/main/GSC/AlwaysUAV
-
-
[Pre-Release] IW5 Survival ReimaginedSoliderror I could check it, but I really have the whole base ready now I just need to fix bugs and add more maps. thanks anyway.
-
[Pre-Release] IW5 Survival ReimaginedSoliderror xD, in my defense, i had a wave system a long time ago, but at that time, i was just beginning with scripting and had no knowledge about modding, i saw it as something distant, and... i also gave them quite a bit of time.
-
[Pre-Release] IW5 Survival ReimaginedGhostRider0125 In the next version i will try to fix most of the errors for dedicated servers. By default there is a dvar that sets a 4 player slot, this can be changed, but keep in mind that by increasing the players the number of bots will decrease.
-
[Pre-Release] IW5 Survival ReimaginedAs mentioned in the title this is not the final version, so there is much room for improvement, this version only has the dome map, and only up to wave 20, although privately the game may be stable it has not been fully tested on dedicated server, it may have several errors or bugs.
I am releasing this version because several people have requested to test it, and due to time problems it has not been possible to advance in a stable version for dedicated server, it can work and it can also fail xd.
Notice
I have updated the mod again and fixed some bugs, the most important one is that the mod doesn't crash with predator. As usual for a couple of months I show up and a couple of months I disappear. I don't think I will be able to update the mod for a while so I will release the code. :c
Video Preview
https://www.youtube.com/watch?v=_J97aHzRNe0&ab_channel=LB_RandomCodes
Mod Files
https://github.com/LastDemon99/IW5-Survival-Reimagined
This mod required
https://github.com/ineedbots/piw5_bot_warfare
-
[IW5 error] BG_IndexForString: unknown token 'throwingknife': (mp/playeranim.script, line 210)Regarding the error that is appearing in mw3, I was making a script and it appeared, so I know a way to replicate it... well, I don't know if it will help, and I don't know where to report it, so I'll comment here.
One way to replicate the error is to use the function givePerk( perkName, useSlot )
works correctly unless you send it an object property as an argument Example:[Works]
player givePerk("specialty_quickdraw", false);
test = "specialty_quickdraw"; player givePerk(test, false);
[Com_ERROR: §BG_IndexForString: unknown token 'throwingknife': (mp/playeranim.script, line 210)]
player givePerk(self.customStreak, false);
test = self.customStreak; player givePerk(test, false);
[Works]
player givePerk(self.customStreak + "", false);
test = self.customStreak + ""; player givePerk(test, false);
[Post Update]
When executed directly as a string in a for loop also crash
[Com_ERROR: §BG_IndexForString: unknown token 'throwingknife': (mp/playeranim.script, line 210)]
perk = ""; for (i = 0; i < self.customStreak.size - 3; i++) perk += self.customStreak[i];
[Works]
_perk = self.customStreak; perk = ""; for (i = 0; i < _perk.size - 3; i++) perk += _perk[i];
-
[Release] IW5_NukeBotsI was having errors when using moabs against bots, so I have edited some functions so that it doesn't happen, if you have the same problem this topic may help you.
How To Use
- Place the iwd file at "%localappdata%/plutonium/storage/iw5/"
Download: IW5_NukeBots