Published: 12 Jul 2020 › Updated: 12 Jul 2020

I implmented gmcp and mdsp support in protomuck
https://github.com/jfmherokiller/protomuck
I did it by taking this library https://github.com/scandum/mth and reworking a good portion of the server to incorporate it. I also added a forth command to update msdp variables.
example program with the function
: hello-world (the name of the program)
"CustomProp" (first argument to the function 'notify')
"Hello, world!" (second argument)
UPDATE_MSDP_VAR (a function which takes two arguments)
;
I was unable to directly implement the msdp variables because there is no direct accessible variable and a large portion of the servers seem to implement thier buisness logic in forth.
Leave I implmented gmcp and mdsp support in protomuck to:
Read more #programming posts
Best Posts From Noah the Goodra
We have not curated any of jfmherokiller's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Noah the Goodra
- how to use vtnetcore in a commandline app
- how to access the firebase database emulator from the .net implementation of the realtime database
- tips for deserializing json using newtonsoft.json
- a tip for programming when dealing with databases
- A way to extract strings from the body of a method in c#
- a helpful template for cmake if you are trying to upgrade a project which uses autoconf
- A method of fixing the fps issues in deadly premonition 2
- how the money value is stored in deadly premonition 2
- I implmented gmcp and mdsp support in protomuck
- A short list of gripes I have with lua as a language