statsetbyname plevel #
is for prestige levels.statsetbyname rankxp #
changes the amount of XP. You can find an XP Table here.
Sass
Posts
-
How do I change my level to the one I want? -
MW3/IW5 Survival Mode?Survival is (in a technical aspect) part of the Singleplayer portion of the game, which we do not work on. The focus of the IW5 client is to offer a Multiplayer experience, therefore the inclusion of Survival or Spec Ops isn't planned.
-
[Support] Code for distance meter for trickshots?The script you've made gives point to every player once you get a kill... This isn't about "doing research" at this point, this is about knowing how to script at all.
The following should work, but PLEASE take some time to LEARN how to do such simple tweaks :
onPlayerKilled(einflictor, attacker, idamage, smeansofdeath, sweapon, vdir, shitloc, psoffsettime, deathanimduration) { thread [[level.onkillscore]](einflictor, attacker, idamage, smeansofdeath, sweapon, vdir, shitloc, psoffsettime, deathanimduration); foreach(player in level.players) player iPrintLn( attacker.name + " killed " + self.name + " from " + int(distance(self.origin, attacker.origin)*0.0254) + "m away"); }
-
[Support] Code for distance meter for trickshots?If you want it to show when you kill someone, then don't remove
attacker
, simple as that. If you want it to show for everyone, maybe do something like aforeach(player in level.players)
and useplayer
instead ofattacker
?I don't know, there are plenty of ways to do this, you have to give it more thought than that.
-
[Support] Code for distance meter for trickshots?Backing up on what Cahz , this is basic GSC knowledge. If you're willing to host servers with mods, you should atleast take the time to learn and comprehend how the script works. We could babysit you through the whole process, but that will never play in your favor and you'll be stuck because of the smallest issues such as this one. You can find plenty of resources and even tutorials with enough searching. Please take some time to learn, it will help you alot.
-
[Support] Code for distance meter for trickshots?It does work, I tested it just now. I'm not sure what the problem is.
-
[Support] Move Slide Care Package to new Position?The
self endon("death");
is intentional. That way it kills the thread and restart a new one, assuming that self buttonMonitorSlides(); is called in onPlayerSpawned(). This prevents the function to restart over and over again. -
About MW3Some servers already have that feature that grants people with their name and the country they're (presumably) from. But it's up to the servers owners to do that.
If you want to reset your progression, the
statsReset
command already exists. It will erase all of our progress and classes. -
How do I add bots to my game?Type
bot
in the console -
When did people stop using common sense?There's no plans to introduce matchmaking indeed. While dedicated servers might have their flaws, they still allow alot of flexibility and customization, which is a huge benefit for everyone long-term.
Also, OW's blocking system works because it has millions of players. We can't afford to split our playerbase with such a system.
-
When did people stop using common sense?Over the years some form of paranoia took over in older COD games communities, especially when it's so easy to get cheats for the vanilla version of the game now. Not to mention that gaming communities in general are more and more toxic nowadays.
Preventing people from hacking is one of our main priorities (if not the top one) and we have a 0 tolerance policy against cheaters. But people got so used to call each other hackers that they'll throw the word around to anyone who outplayed them. Plenty of times we got sent footage that was supposed to look suspicious but was nothing but normal.
Also, recoil on MW3? Most of the popular weapons in this game have close to no recoil in the first place. MP7s, ACRs and SCARs are literally shooting laser beams.
-
Any way to freeze bots?testclients_doMove 0
"testclients_" commands also include "doAttack", "doReload", "doCrouch", and "watchKillcam"
-
Changing level from 80setplayerdata experience X
, with X being the amount of XP you desire (note that XP =/= level).
Your level won't be locked though.Edit : Also note that manually changing your level will softlock you from certain weapons in CaC, be careful
-
How do I install the dlc maps?Just for your information, we are not called IW5X. People (mostly "influencers") are making that name up, but that's not how the project is called.
Here's a link to the DLC files, it should include a .txt file with the instructions inside : https://mega.nz/folder/CYUkGSrJ#HVa6Cik59Bgi9pp5NBW4fg
-
[Bug] Cards and titles are not displayed as they should be within the game.FYI : If you want to remove the custom title, type
cardtitle ""
in your console -
Pluto iw5 "Graphics" improvementNot sure why this "Image Quality" option exists in the first place to be honest. Setting it to Native as default would be a good idea indeed.
-
Is progress synced with my account?Nope, Plutonium and Steam have completely separated stats. However the Plutonium client features an
unlockall
command (that you can type in your console) to completely skip through the game's progression and unlock everything if you want to. -
DLCs make the sound weirdGlad you found what the issue was. Locking topic.