Menu

Show posts

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 Menu

Messages - Gilbert

#6361
I never watched the movie and am not going to, and I don't care about what it's about.

But similar catastropic disaster happened 30+ years ago already, read Incredible Tide!
#6362
Yeah, should work too, but changing the talking colour just sounds like a small cusatomization as the game's option.
#6363
I noticed that too, but it's an old problem got carried over before the update already.
I think it's just that the feature wasn't implemented in the forum software (yet).
#6364
It can be slow if there're multiple bg frames too, as the raw draw functions draw on all frames simultaneously, so the RawSave/RestoreScreen() functions has to save/restore all the frames simultaneously.

I don't quite agree on just restoring the visible viewport part, as it can be quite messy that it doesn't restore the off-screen changes.

So I think implementing some other functions to restore part of the BG may be a better idea (like I suggestioned before, even only one function that restore a rectangular area can be handy).
#6365
No, not currently.
#6366
Richard Longhurst and the Box that ate Time
#6367
Heh I don't know, as I'd never watched MTV channel, neither do I know what it is.
#6368
Hmmm. This is obviously incomplete and I don't care whether they're classics or not but I have bad memory. Anyway all of the below are legal copies:

Sierra:
SQ4CD
SQ6CD
KQ5CD
KQ6CD
KQ7CD
KQ1-6 Collection
Torin's Passage CD
QFG4CD
QFG1-4 Collection
Phantasmagoria

Lucasfilm Games:
Loom CD
Loom PCE CD
MI1 CD
DOTT CD

Others:
Shadow of the Comet CD
Rex Nebular
Dragonsphere CD
Toon Struck
Mean Streets, Martian Memorandum and Coutndown (in 1 disc)
Under a Killing Moon
Pandora Directive
AITD2 CD
Knight's Chase CD
Normality
Lost in Time CD
Kyrandia 1 CD
Kyrandia 2 CD
Kyrandia 3 CD
Hell
Bereau 13
Alien Virus
#6369
Variables declared in the global script are initially local to the global script, that is, they're not global to the game.

To make them accessible via the other room scripts, you have to export the variables in the global script after declaration and then import them on top of a room script (if you want them accessible by all the rooms, just import them in the script header), For example:

Global Script:
int blah, haha;
export blah, haha;

Room Script:
import int blah, haha;



#6370
Maybe it's just because the old RON site was on a "free" space, which "provide" the site with banner ads, and you by chance came across the banner for that MTV award.
#6371
General Discussion / Re: Webpage or not
Wed 02/06/2004 06:48:11
It's in the window$ installation disk (if there's one).
#6372
Heh but still I don't know what logo that was, maybe that's because I didn't play all the RON games (yet).

Evil, can you find out which RON game it was and take a screenshot of the logo?
#6373
General Discussion / Re: Webpage or not
Wed 02/06/2004 06:39:23
Notepad...

No kidding here, I made my pages with it. o_O
#6374
Actually your games are AGS games, not non-ags games, they're just non-adventure games, so your announcements fit perfectly here. :)

The problem was that you didn't post the links initially so we couldn't judge and you mentioned non-ags games.

Of course if the games are non-ags they don't fit here.

I'd tried out your previous games a bit and they looked quite good, so I'm going to download your new games too. ;)
#6375
Actually that's a good idea, but of course, make sure your game is 256 colours to use this feature.
#6376
The problem was these items are numbered, if you can delete one, it's possible that the numbers of the remaining items got shifted down, which may cause hard to fix bugs in your games.
#6377
Yeah if they're AGS games this thread fits here, I couldn't judge as he didn't post any link here.

*Downloading now*
#6378
What? A tablet is something you take when you're sick or want to enhance your stats in a short period, usually served with liquids.

Pen tablet drawing simply means you take a artistic skill enhancing tablet and then draw with a pen.
#6379
The Rumpus Room / Re: What State are YOU from?
Tue 01/06/2004 09:40:23
States? What?

* Gilbot V7000a hates that the forum is now full of regional threads that he has no fun (chance) in participating.
#6380
Hmm in that case why not block the saving function in a room that uses the plugin?
SMF spam blocked by CleanTalk