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 - Matti

#1241
Quote from: Khris on Sat 19/06/2010 16:09:05
EDIT: I just found a game, WARNING FOREVER.

I must have mixed it with another one though because one can't upgrade the ship.

Yeah, I was thinking of another game too. It looks VERY similar to Warning Forever, but doesn't have all the fancy effects.. and you could upgrade/design the ship(s). I wonder what the name of that game was..
#1242
I think it's an evidence of incapacity to overcome old disgusting traditions and systems that royal families still exist (in western democracies), legally and official. And that people want to be near members of royal families is rather sad too. What are they thinking - "Hey, these guys are so rich and famous, they must be better than me. So it's a privilege for me to stand aside them." Wtf? They deserve nothing of their wealth and fame.

Are we proud about times where kings ruled whole nations on their own? Is that the "symbol of our nations" or the "living connection to our cultural history"? I say we should delete the royal status everywhere and overcome yet another one of many bad traditions.
#1243
Quote from: CodeJunkie on Sat 19/06/2010 13:43:07
Sounds like one of Kenta Cho's shooters.  Tumiki Fighters?

Green lines on a black background ?  ;)

Khris, I think I know the game you're talking about, but ain't sure about the name either. If I hadn't uninstalled it some months ago I could tell you..
#1244
The forum rules are one thing, another is that you still - how did Andail put it - write like you're typing in your mobile phone while running away from a fire... so reading your posts is not a pleasure.
#1245
Quote from: tzachs on Sun 30/05/2010 22:03:56
It was fun to play, hope to see it developed further...

Seconded. Nice concept.
#1246
I like some RPGs, FF is not among them.
#1247
The Rumpus Room / Re: Happy Birthday Thread!
Sat 22/05/2010 14:01:03
Thanks, Dualy.
#1248
The Rumpus Room / Re: Happy Birthday Thread!
Sat 22/05/2010 01:16:55
Danke!
#1249
This looks quite interesting and I'm looking forward to it!

Nice to see a growing amount of non-adventure projects around here as I'm currently only making non-adventures myself. This looks like fun and I'm totally into turn-based tactics.

Good luck with this, sir.

PS: I wanna see some damn bears too ;)
#1250
I smoke since 10 years and I smoke much.. between 20 and 50 per day, depending on how long the evening is, how much I drink, how boring it is etc.

I disagree with InC that the "fake group" of people who don't smoke every day are idiots. I have some friends who smoke a little, depending on the situation, and can have days without any cigarette. That's what I'd wish for: I can't possibly go on with my addiction for another ten years, but I don't want to completely stop smoking. Also, I don't want to smoke marijuana without any tobacco in it ;)
#1251
..and there goes my favorite image host...   :'(
#1252
Quote from: icey games on Thu 13/05/2010 18:04:40
Oh and I did come up with a lot of game's just take a look at my bottom picture those game's are all main except somic,link,ff.X,NNT,FF.Xiii

And olic, bink, dd.Y, FFO, DD.Yzz are all main. But I don't put them in my signature. I also don't use a mobile phone when posting in a forum.
#1253
From the bottom of the add game page:
"Note that you MUST use the original forum name that the user registered under, not whatever their current nickname is"

I think that's the problem..
#1254
Will check it out within the next days, looks cool.

Don't forget to add it to the game database, so more people will play it ;)
#1255

It couldn't be possible at all, so of course it's fake. Looks funny though.

And yes, what they're talking feels forced indeed.
#1256
Quote from: dkh on Sun 09/05/2010 13:43:02
Remember, you can't code something you haven't fully thought out before hand.

That's a lesson I gotta learn. I always start coding and afterwards I realize that I could've done it so much quicker and better.

Oh yeah, I regularly get headaches working on Knight Fight. Most of them are bug-related, when I have to go through a few hundred lines of code to find a little mistake. But hell, it's all worth it.
#1257
General Discussion / Re: "Band" name?
Mon 10/05/2010 12:23:28
"Two of some kind"
#1258
Thanks for the great stuff, guys. This is perfect for my game  :)
#1259
Quote from: magintz on Sun 02/05/2010 12:50:19
Code: ags

SetTimer(5, 1);
while(IsTimerExpired(5) == false){
  // do nothing
}


When I up the SetTimer to 2 the game crashes saying that the while loop ran 150001 times or something ridiculous. I've even tried nesting several timeout, while loops in the hope that it will prevent a crash but with no luck :(

Of course it crashes. The while-loop runs as long as the timer isn't expired... so it doesn't stop running.

As for the speed problem, why not simply use a variable instead of the wait() ?


Code: ags

function fade(this GUI*, String inOut, int speed) {
	int i = 100 - (100 - ((100/speed)*speed));
        int slow=0;
	
	while(i > 0) {
		if (inOut == "in") { this.Transparency = i; }
		else { this.Transparency = 100-i; }
                if (slow<1) slow++;
                else slow=0;
		if (slow==1) i-=speed;
	}
}


That should be aquivalent to wait(1);
#1260
AGS Games in Production / Re: nnt(chap2)
Wed 28/04/2010 10:57:51
Quote from: Xenogia on Wed 28/04/2010 09:40:44
Are your other games in the Games Database icey games?

Yes, as you can see in his profile. But who can be bothered to download each file of the first chapter individually? Not me, that's for sure..
SMF spam blocked by CleanTalk