Community

AGI Programming => Mega Tokyo AGI Archive => Topic started by: Jelle on September 30, 2002, 04:18:47 PM

Title: My AGI website!!!
Post by: Jelle on September 30, 2002, 04:18:47 PM
I've waited a long time to anounce this, but here it is:

http://www.student.kuleuven.ac.be/~m0219571/joga/

Suggestions, spelling corrections :D and other comments are very welcome!!!

- Jelle
Title: Re:My AGI website!!!
Post by: Joey on September 30, 2002, 07:22:42 PM
very very nice job. great work. i didnt even know you were making games. hitman sounds great!! keep up the good work. maybe you should add a title though.
Title: Re:My AGI website!!!
Post by: CapTAmerik@ on October 01, 2002, 03:28:43 AM
Great job, Jelle. Great graphics and good story-line for Captain's Quest, good storyline for Hitman. You even used me (CaptAin) in your game, ha ha,  ;D.

(I'm beginning to wonder, btw, why do a great bulk of AGI-programmers come from Belgium and the Netherlands?)

Cheers and good luck!
CaptAmerik@
Title: Re:My AGI website!!!
Post by: Joey on October 01, 2002, 01:51:16 PM
yah. captain has a good question there.....
Title: Re:My AGI website!!!
Post by: Jelle on October 01, 2002, 02:31:39 PM
Thanks folks! ;D

CRITISIZE!!!
Title: Re:My AGI website!!!
Post by: Chris Cromer on October 01, 2002, 02:38:16 PM
Quote
CRITISIZE!!!
You post to much and you smell funny. ;)

Oh wait you meant your site huh... looks good, I like the menu, javascript right?
Title: Re:My AGI website!!!
Post by: Jelle on October 01, 2002, 03:00:55 PM
MOEHAHAHA  ;D ;D ;D

Quote
Java Script right

Yes sir

Title: Re:My AGI website!!!
Post by: Joey on October 01, 2002, 04:10:21 PM
your site is awesome. just wanted to encourage again.
Title: Re:My AGI website!!!
Post by: Allen on October 04, 2002, 01:33:26 AM
Your site is really cool!

-Allyb-
Title: Re:My AGI website!!!
Post by: Eigen on October 04, 2002, 05:18:14 AM
You're site rules! And I mean it!!!
Title: Re:My AGI website!!!
Post by: Oliver on October 04, 2002, 06:30:00 AM
Same here (cool site)
Title: Re:My AGI website!!!
Post by: Allen on October 04, 2002, 09:51:57 AM
You post to much and you smell funny. ;)
LOL! You can talk Mr. Over-a-thousand-posts ;)

-Allyb-
Title: Re:My AGI website!!!
Post by: StrangeQuark on October 06, 2002, 01:01:22 PM
~m0219571  ???
De kul heeft wel moeilijk te onthouden sites voor haar studentjes...
Title: Re:My AGI website!!!
Post by: Jelle on October 18, 2002, 02:59:31 AM
I've updated my website!  8)

You can download a little program - AGI Logic Source Changer - which changes logic code into logic code using defines... I'm still working on it, but it works!

Example:
Code: [Select]
if (isset(f0)) {
set.view(o0,5);
}
Code: [Select]
if (ego_on_water) {
set.view(ego,5);
}

I know that there are people out there who don't like defines,... but I do!  :P


PS: If you have a better name for my program, please tell me, this one ****s...  :o


Quote
De kul heeft wel moeilijk te onthouden sites voor haar studentjes...
It's free.
Title: Re:My AGI website!!!
Post by: Parabola on October 18, 2002, 04:58:56 AM
Say, thats a nice site.

I've bookmarked it and will grab your games oncew they become available. keep up the good work

also, your games look interesting and well drawn.

how do you do it? I find it a challenge to work on one game at a time... :-\
Title: Re:My AGI website!!!
Post by: Jelle on October 18, 2002, 10:53:23 AM
THANKS!

Quote
I find it a challenge to work on one game at a time...

Actually, I just got bored working on Captain's Quest... :)
Title: Re:My AGI website!!!
Post by: StrangeQuark on October 18, 2002, 12:35:55 PM
Quote
De kul heeft wel moeilijk te onthouden sites voor haar studentjes...
It's free.
So is http://studwww.rug.ac.be/~jjansens (if your name is Jan Jansens)
Title: Re:My AGI website!!!
Post by: HWM on October 18, 2002, 06:21:25 PM
I've updated my website!  8)

You can download a little program - AGI Logic Source Changer - which changes logic code into logic code using defines... I'm still working on it, but it works!

That's pretty cool, I used to do that stuff using my beloved UltraEdit's marco function (which was pretty a cumbersome manner, btw)...

BUT... (and this is a major league 'but')... It doesn't work...

Quote
syntax error at ../definer/definer.pl line 118, near ") {"
syntax error at ../definer/definer.pl line 122, near "} else"
syntax error at ../definer/definer.pl line 137, near "}"
Execution of ../definer/definer.pl aborted due to compilation errors.

This exe file was created with the evaluation version of Perl2Exe.
For more information visit http://www.indigostar.com
(The full version does not display this message with a 2 second delay.)
...
Title: Re:My AGI website!!!
Post by: Jelle on October 19, 2002, 05:04:41 AM
Quote
BUT... (and this is a major league 'but')... It doesn't work...

 :-[ I changed a little thing just before putting it on my website... I forgot an ; ... ::)

I should work now...

Please try again  :D