Try the solution from this thread.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Monsieur OUXX on Wed 25/07/2007 16:06:17
int x = tab[(i MACRO2) + MACRO1]; also works and is more consistent with the meaning of my macros.
Quote from: Monsieur OUXX on Wed 25/07/2007 16:06:17So "(i+MACRO1) MACRO2" looks like it should give exactly the same result as "i+MACRO1 MACRO2"
int x = tab[(i+MACRO1) MACRO2];
Quote from: Alliance on Wed 18/07/2007 07:18:38
Go to /home/yourusername/Games/AGS/ATOTK in whatever file browser you use
Right click on ags, choose "use custom command"
For the custom command type "gnome-terminal" if you use regular Ubuntu with the GNOME desktop
Quote from: Radiant on Wed 18/07/2007 13:42:10
The music isn't MIDI, it's MP3.
Quote
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 134 (XFree86-VidModeExtension)
Minor opcode of failed request: 10 (XF86VidModeSwitchToMode)
Value in failed request: 0x2800001
Serial number of failed request: 4635
Current serial number in output stream: 4640
Error: the program has exited without requesting it.
Program pointer: +9902 (write this number down), ACI version 2.72.920
If you see a list of numbers above, please write them down and contact
Chris Jones. Otherwise, note down any other information displayed.
Aborted (core dumped)
Quote from: Pumaman on Tue 17/07/2007 22:43:14
With the move towards removing system limits, it will no longer possible for module authors to declare things like:
int characterStatus[AGS_MAX_CHARACTERS];
Quote from: Vince Twelve on Mon 16/07/2007 07:17:16Does a blocking function not actually change the cursor to the wait mode? It seems like it only changes the mouse's graphic.
Quote from: R4L on Mon 09/07/2007 20:26:29Quote
Note : there is a state machine module existing somewhere; i remember it confused an admin a lot because he didn't know of what use it could be...
This won't run on the newest AGS either; I've already tried.
// main script header
// Uncomment the following line to compile a Linux/Mac version:
//#define NOPLUGINS
// some script
#ifndef NOPLUGINS
SnowRain.Go(); // or whatever the plugin function is called
#endif
Quote from: strazer on Mon 24/04/2006 12:35:54
- Post the announcement thread in the main Technical Forum
- Thread subject line: "MODULE: MyModule v1.00 - Optional short description"
- State which version of AGS it was written for
- Moderators will move the thread to the Technical Archive at the appropriate time
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.054 seconds with 15 queries.