dev
textPage 37 of 208
50 messages on this page
Monday, August 9, 2021
User a506fe
there is also a command for setting gamestats
User a506fe
anyhoo if the setting changed (check with gg) and still no playerkill possible, thats on pimps
User a506fe
weird that ggs show it though and doesnt change
User a506fe
gg is gameprefs
User a506fe
ggs is gamestats
User a506fe
have to use gg to check
User a506fe
works
User a506fe
ah no
User a506fe
but also no change
User a506fe
aaah fak
User a506fe
just executed from remote console
User a506fe
thats not clientonly anymore
User a506fe
oooooh wait
User a506fe
going ingame to check if i have same behaviour
User eca9c0
fun pimps with their unfunness again
User a506fe
vanilla so nothing i can do
User a506fe
then setgamepref is fukked
User eca9c0
same = 0
User a506fe
and if you do setgamepref PlayerKillingMode 3 from ingame console?
User eca9c0
playerkillingmode = 0
User a506fe
what does ggs say bout the setting for you and the player you want to kill?
User eca9c0
eoc 76561198273743725 "setgamepref PlayerKillingMode 3"
eoc 76561198273743725 "setgamepref PlayerKillingMode 3"
eoc 76561198273743725 "setgamepref PlayerKillingMode 3"
command goes through but still cant kill
User a506fe
"csmm command"
User a506fe
but its 1 command for all
User a506fe
thought it would be per player command
User a506fe
mah bad
User a506fe
oeh
User bddf69
{{#each server.onlinePlayers}} eoc {{this.steamId}} "setgamepref PlayerKillingMode 2"; {{/each}}
User bddf69
Forgot a ; in Prismas example
User eca9c0
eoc 76561198009011858 "setgamepref PlayerKillingMode 2" eoc 76561198273743725 "setgamepref PlayerKillingMode 2" ERR: Wrong number of arguments, expected 2, found 5.
User a506fe
eoc {{this.steamId}} "setgamepref PlayerKillingMode 2" {{/each}}```
User eca9c0
handlebars time
User eca9c0
hmm
User a506fe
and do it per player
User a506fe
if you want it for everyone you d have to do a loop through online players
User a506fe
so on that client the setting will be active
User a506fe
you target a client as setgamepref is a client only consolecommand
User eca9c0
so it will apply to everyone or just 1 person?
User a506fe
eoc <steamId> "setgamepref PlayerKillingMode 2"User a506fe
i dont see a steamid
User a506fe
you target it at a player when using executeonclient
User eca9c0
eoc setgamepref PlayerKillingMode 2
says it wants 2 arguments found 3
says it wants 2 arguments found 3
Friday, August 6, 2021
User eca9c0
That's interesting
User a506fe
if it doesnt need a reboot
User a506fe
or for 10 minutes
User eca9c0
So someone can change the killing mode to pvp for a single session?
User e5e1a1
I'm definitely down to give it a go next time I'm free
User a506fe
true
User e5e1a1
Well you can check it's been updated, but harder to confirm it's actually had an effect
User a506fe
GamePref.LootRespawnDays = 30 GamePref.LootTimer = GamePref.MatchLength = 10 GamePref.MaxSpawnedAnimals = 50 GamePref.MaxSpawnedZombies = 60 GamePref.MaxUncoveredMapChunksPerPlayer = 131072 GamePref.NoGraphicsMode = True GamePref.PartySharedKillRange = 100 GamePref.PersistentPlayerProfiles = False GamePref.PlayerAutologin = False GamePref.PlayerId = GamePref.PlayerKillingMode = 0 GamePref.PlayerName = Player GamePref.PlayerSafeZoneHours = 5 GamePref.PlayerSafeZoneLevel = 5 GamePref.PlayerToken = GamePref.RebuildMap = False```