can someone answer why the developers did not add the ability to edit .csv files?
Black-maks
Posts
-
perktable.csv -
perktable.csvit doesn't work. did as you said. I wonder if this is some kind of protection system or what it could be?
It looks like the game opened my mod.ff file and overwrote the perctable.csv file with the default one, because when I unpacked it after starting the game, I didn't find my code other than the default one. -
perktable.csv -
19.08.2023 Bot Waypoints for Custom maps and otherI managed to install, the problem was that I played on the old plutonium client. but I don't understand how can I open a new menu, f12 and 5 don't work.
-
19.08.2023 Bot Waypoints for Custom maps and otherneroZzero-2035
I'm talking about the fact that you threw off your scripts, I don't have a folder with scripts, look at the screenshot -
19.08.2023 Bot Waypoints for Custom maps and otherit is also possible that you have some scripts that affect the mod in the iw5\scripts folder, drop them too
-
19.08.2023 Bot Waypoints for Custom maps and otherneroZzero-2035
please reupload the mod files
-
19.08.2023 Bot Waypoints for Custom maps and otherneroZzero-2035
I don't edit files! here is a screenshot of the folder with the game, try to download your own files and paste them into your folder. -
19.08.2023 Bot Waypoints for Custom maps and otherneroZzero-2035 dome and seatown
-
19.08.2023 Bot Waypoints for Custom maps and otherneroZzero-2035 i pastle here you 2 iwd archive and just launched the map, I don’t know what’s the matter.
-
19.08.2023 Bot Waypoints for Custom maps and otherneroZzero-2035 I'm using a clear plutonium client, removed the botwarfare mod and all my scripts from the folder. I just copied two of your archives to the game folder and when I load the game I immediately get this error
-
19.08.2023 Bot Waypoints for Custom maps and otherneroZzero-2035
I understand that it is not finalized. can you upload it when you finish it? downloaded again and gives the same error -
19.08.2023 Bot Waypoints for Custom maps and otherneroZzero-2035
how can i install your scripts please tell me -
19.08.2023 Bot Waypoints for Custom maps and other -
perktable.csvyou probably didn't quite get it, i'm using this edited perktable.csv, it returns the hidden marathon perk. However, I noticed that the client crashes as soon as I start the match.
https://github.com/diamante0018/InfectedGSC/blob/main/raw/mp/perkTable.csv#L80 -
perktable.csvI noticed that when I use botwarfare and mod.ff which returns the hidden marathon perk to unlimited run, it crashes. Hence the question, does plutonium ff support files with corrected perktable.csv? Unfortunately, I can’t add the log because the maximum allowed file size is 11000 kB
Exception Code: 0xC0000005
Exception Address: 0x005B8790 -
Giveperk meyes thank you very much it worked. But do you know if it is possible to implement getting a perk through the give command directly in the game?
-
Giveperk meС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);
} -
gsc scripts not workinghow to build condition checking for a username?
-
Bot warfare on dedicated serverwhen I add a large number of bots, for example more than 5 for each team, I start to lag like I have a high ping, but since I play a private match, I cannot have a high ping, can someone know how to fix this?