Makslane: How about a special present for current GE owners?

Game Editor comments and discussion.

Makslane: How about a special present for current GE owners?

Postby Just4Fun » Mon Dec 27, 2004 4:26 am

Hi Makslane,

I am being bold here! :shock:

You are doing a very generous thing for people who want to own GE by letting them name a fair price for the software.

Now, I wonder if I can ask for two special presents for current GE owners? :?:

1. If GE has any shortcut keys for creating actors, etc would you share even one or two of them with us? I think that we all understand that if there are any shortcut keys, they are not supported and might disappear in future product versions. This information would just be for fun. Kind of like the old "Easter Eggs" that programmers used to include in their programs.

2. Would you write a short GE script editor example statement for one or two (of course, you are welcome to write more than one or two) of the C programming functions mentioned in the GE script documentation:

Like:
int fprintf(FILE * fp,const char *fmt, ...)
GE script editor format:
fprintf("MyFile") Others don't try this it probably isn't correct!! Just a sample of what I'm requesting.


int fgetc(FILE * fp)
int fputc(int c, FILE * fp)
int fputs(const char *s, FILE *fp)
char * fgets(char *s, int n, FILE *fp)
size_t fread(void *buf, size_t elsize, size_t nelems, FILE * fp)
size_t fwrite(const void *buf, size_t elsize, size_t nelems, FILE * fp)
FILE *freopen(const char *name, const char *mode, FILE *fp)
FILE *fopen(const char *name, const char *mode)
int fclose(FILE * fp)
int fscanf(FILE *fp, const char *fmt, ...)
int sscanf(const char *str,const char *fmt, ...)
int fseek(FILE *fp, long off, int origin)
int rename(const char *oldname, const char *newname)

char *strcpy(char * dst, const char * src)
char *strncpy(char * dst, const char * src, size_t n)
char *strcat(char * s1, const char * s2)
char *strncat(char * s1, const char *s2, size_t n)
int strcmp(const char * s1, const char * s2)
int strncmp(const char * s1, const char *s2, size_t n)
char *strchr(const char *s, int c)
size_t strlen(const char *s)

I hope that I'm not too far out of line with my requests... :lol:

Happy New Year...
I've learned that I still have a lot to learn.

** Makslane == Genious **
Just4Fun
 
Posts: 524
Joined: Tue Jul 01, 2003 5:19 am
Location: USA: Washington State; West Coast
Score: 6 Give a positive score

Postby makslane » Mon Dec 27, 2004 11:39 pm

Hi :D,

1. If GE has any shortcut keys for creating actors


No shortcuts yet, sorry


2. Would you write a short GE script editor example statement for one or two (of course, you are welcome to write more than one or two) of the C programming functions mentioned in the GE script documentation:


This is your old request I remember!
Please, give me some time, future version will come with a better documentation and functions samples!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest

cron