Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: TehBigA on August 13, 2008, 12:11:55 AM

Title: Where is CPPI?
Post 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.
Title: Re: Where is CPPI?
Post by: Megiddo_at_work on August 13, 2008, 05:39:51 AM
http://ulyssesmod.net/archive/CPPI_v1-1.pdf

Good luck!  ;D
Title: Re: Where is CPPI?
Post by: TehBigA on August 13, 2008, 12:15:16 PM
No, where is the code! You guys had a release of the code I saw before, don't tell me you don't :(
Title: Re: Where is CPPI?
Post by: spbogie on August 13, 2008, 12:48:02 PM
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.
Title: Re: Where is CPPI?
Post by: TehBigA on August 27, 2008, 04:05:11 PM
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