Dev ACR
|
2013-06-07, 02:39 AM
|
|||
|
|||
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.
|
|||
2013-06-07, 02:35 PM
|
|||
|
|||
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|) |
|||
2013-06-07, 06:32 PM
|
|||
|
|||
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. They was confident : "Only some thousands of bricks, and it will look like something !"
More a community is little, more the "others will do it" way to think is dangerous for it. |
|||
2013-06-08, 01:57 AM
|
|||
|
|||
RE: Dev ACR
Got it
![]() Thanks The C Programming Language: combines the flexibility of assembly language with the power of assembly language.
|
|||
2013-07-09, 05:26 AM
|
|||
|
|||
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.
|
|||
« Next Oldest | Next Newest »
|