dev
textPage 26 of 208
50 messages on this page
Saturday, August 21, 2021
User bddf69
So had a look at this. When you execute via a cron job, there's no
player linked to that. Hence why the variable did not fill in when you tested.However, the playground data currently assumes that there's a player, so playground does fill out the info
Friday, August 20, 2021
User a506fe
CPM 19.6.2 required
User a506fe
User a506fe
time to drink.....a lot #TGIF
User a506fe
and for the custom command (/revive or sumthing): mvw ${player.steamId} ${player.steamId}_deathlocation;wpc remove ${player.steamId}_deathlocation
User a506fe
command: wpc remove ${custom.steamId}_deathlocation;wpc add ${custom.steamId}_deathlocation ${custom.coords}
User a506fe
var coords: (?<=died @ ).*
User a506fe
var steamId: \d{17}
User a506fe
Logline hook:
searchstring: [CSMM_Patrons]playerDied
searchstring: [CSMM_Patrons]playerDied
User bddf69
Now that makes hooks a lot simpler lol
User bddf69
π
User a506fe
π³
User a506fe
2021-08-20T16:48:14 331.338 INF [CSMM_Patrons]playerDied: Prisma501 (76561198123085860) died @ 218 53 -1102User e5e1a1
Thanks man π
User bddf69
just gimme a shout π
User bddf69
I can help you out with this if you want
User e5e1a1
True. Very small files tho
User bddf69
And then you're stuck figuring out hosting
User bddf69
Β―_(γ)_/Β―
User bddf69
upload the prefab file, download and excel file back
User bddf69
Or turn it into a web service :p
User bddf69
so prob too complex
User bddf69
Docker could work.. but requires users to use docker to run it then
User e5e1a1
Yeah especially with the xlsx writer included
User bddf69
Python is kindof a pain to package to end-users too iirc
User bddf69
Ahh yeah
User e5e1a1
It works for me so the motivation to take that last step is weak
User e5e1a1
Yeah, it works nicely. Just haven't figured out how to package it yet.
User bddf69
Speaking of python, is that prefab tool still happening? π
User e5e1a1
Oh nice
User bddf69
because now there's a server (CSMM) to keep track of 'em ^^
User bddf69
with new playground, shareable links are a possibility too
User bddf69
Ohh right
User bddf69
Sweet haha :D
User e5e1a1
So I guess that's official
User e5e1a1
I did manage to add a Python "skill badge" to my LinkedIn this week tho
User bddf69
I can do a few more examples and you can probably pick up the syntax after that
User bddf69
Lol yeh the syntax is.. special :p
User e5e1a1
Just time poor atm
User e5e1a1
I can help make them if I get my head round that syntax
User bddf69
Perhaps they can get rich intellisense too
User bddf69
for the helpers, I'll see how much metadata I can get from them programatically
User bddf69
The if/elif/each should be straight forward
User bddf69
Yeh I can look into that!
User e5e1a1
Maybe the most common helpers
User e5e1a1
Yeah it wouldn't need much, just if/elif/else and each
User e5e1a1
Ah yes I see now
User bddf69
It only has if right now though haha
