2013-06-07, 02:39 AM
#11
RE: Dev ACR
I think I mean the second ones. I know I can't call C++ functions(=memory addresses) directly from cubescript, but htere must be an easy way for the command interpreter of cs to understand the command, well, "/nightvision" in a way that he calls the function drawing the nightvision stuff, I suppose? Maybe a list or header file to store the known hardcoded functions there?

The C Programming Language: combines the flexibility of assembly language with the power of assembly language.
Post Reply Quote this message in a reply
2013-06-07, 02:35 PM
#12
RE: Dev ACR
Search for COMMANDN and VARN (or COMMAND and VAR with case sensitivity) in the code

Best regards,
Victor
//victorz.ca
Code:
Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|)
My antithesis compares favorably with _that of_ any high magnitude of pwnage. (|-me| > |-p|, |me| > |p|)
Post Reply Quote this message in a reply
2013-06-07, 06:32 PM
#13
RE: Dev ACR
The macros COMMAND and COMMANDN link C++ functions to CubeScript functions.

The macros with VARF in their name (VARF, VARFP, FVARF, FVARFP, SVARF and SVARFP) link CubeScript variables to both C++ functions and C++ variables.

The other macros with VAR in their name (VAR, VARP, VARN, VARNP, FVAR, FVARP, SVAR and SVARP) link CubeScript variables to C++ variables.

Post Reply Quote this message in a reply
2013-06-08, 01:57 AM
#14
RE: Dev ACR
Got it Tongue
Thanks

The C Programming Language: combines the flexibility of assembly language with the power of assembly language.
Post Reply Quote this message in a reply
2013-07-09, 05:26 AM
#15
RE: Dev ACR
I have a computer @ work with VisualStudio 2012 (Ultimate) installed. Works fine, compilers are all working, too, but it refuses to compile ACR. Any ideas? Anyone already knew that?

The C Programming Language: combines the flexibility of assembly language with the power of assembly language.
Post Reply Quote this message in a reply


Forum Jump: