Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: TehBigA on August 13, 2008, 12:11:55 AM
-
What happened to the CPPI download on facepunch, and I don't see one around here? Am I missing something? I wanted to integrate a prop protect with it in my gamemode so CPPI would be a big help.
-
http://ulyssesmod.net/archive/CPPI_v1-1.pdf
Good luck! ;D
-
No, where is the code! You guys had a release of the code I saw before, don't tell me you don't :(
-
CPPI is a standard inteface definition for prop protectors. It is up to the individual prop protection scripts to implement it within their codebase.
The specification should tell you everything you need to know in order to implement or use the CPPI.
You can see an example implementation in UPS under /lua/ups/modules/sh/cppi.lua if that's what you're looking for, but it is specific to UPS's function set.
-
Ok, now I see what you guys did. Basically it's like a dictionary on what the functions names and outputs are, it can be coded any other way internally.
Thanks