ULX

Author Topic: Where is CPPI?  (Read 2698 times)

0 Members and 1 Guest are viewing this topic.

Offline TehBigA

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Where is CPPI?
« 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.

Megiddo_at_work

  • Guest
Re: Where is CPPI?
« Reply #1 on: August 13, 2008, 05:39:51 AM »

Offline TehBigA

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Where is CPPI?
« Reply #2 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 :(

Offline spbogie

  • Ulysses Team Member
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: 41
Re: Where is CPPI?
« Reply #3 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.
I have not failed. I've just found 10,000 ways that won't work. - Thomas A. Edison
I reject your reality and substitute my own. - Adam Savage

Offline TehBigA

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Where is CPPI?
« Reply #4 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