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

#1621
Export of Objects, GUIs, Characters, Sprite folders would all be fab and a way to import/export a set of things... say import everything importable in a specified zip file would be great!
#1622
It sounds like you're better off using your own code to adjust the x and y of the car each frame rather than using AGS functions, which as you say will mess with animation frames.

Take a look at the code in the slowmove module: http://ssh.me.uk/moddoc/slowmove.zip    and put some stuff in to change the speed according to some reciprocal of the Y position. You may find the Star Wars module, useful too, as it does pespective speed correction: http://ssh.me.uk/moddoc/StarWars.zip
#1623
Indeed, I think you can use the negative speeds as has already been said, or you can look at my slowmove module (which does pretty much the same thing) and perhpas adapt it for greater flexibility, if you require it.
#1624
I think he means dialog script explicit positioning. You can do it via run-script, though:

Code: ags

 function dialog_request (int xvalue) {
   if (xvalue==1) { SetGameOption (OPT_PORTRAITPOSITION, 0); }
   else if (xvalue==2) { SetGameOption (OPT_PORTRAITPOSITION, 1); }
 }


Then to make portrait be on the left, put run-script 1 before the dialogue, and use run-script 2 to put it on the right.
#1625
General Discussion / Re: Culture shock!
Tue 15/05/2007 13:18:56
Quote from: Disco on Tue 15/05/2007 03:33:01
Aside from that, I visited  Scotland last summer and witnessed some culturey things.

Don't worry, I've cleaned that shower curtain now...
#1626
General Discussion / Re: Madeleine McCann
Mon 14/05/2007 10:12:34
I'm sure the parents already hate themselves enough for leaving the kids alone without anyone else even mentioning it. "You should have done X" is not going to help anyone, now, is it, and I'm sure those twins will never EVER be left alone until they're 33 years old.

Also, I understand the desperate desire of parents for a meal out somewhere without the kids. Especially since they had 3 under-four kids. It must be hard work.

On the other hand, I'd never do that. Part of the reason my wife and I are so desperate for nights out is because its so hard to do.

#1627
I think that each country should have a list of 5 or 6 countries from which they are not allowed to receive more than 6 points from, so Russia's "capped list" would be Ukraine, Belarus, etc. (all those countries with lots of Russians living in, basically). Cyprus's list would include Greece, Turkey, etc. Serbia's list would include all the former-yugoslav countries. Sweden's list would include the fennoscandic countries, etc. UK's list would be Ireland, Malta and... does anyone else vote for us?

#1628
Sinsin, no he looks not very mush like himexcept a "high forehead"

#1629
Can extenders take OTHER arguments, too?
#1630
Well, at the moment a struct can have static (i.e. general, not instance-specific) functions, but not static variables... Monkey just showed a way to make it LOOK like it has static variables (although actually, you're just providing a static struct interface to a variable that is declared somewhere else)

I wonder if MyStruct.MyStaticInt++ works...

#1631
For 1, you could use something like Python's hacky scope hiding: Python actually invisibly renames a function (or variable, or anything) Wilma in file Fred to Fred.__Wilma
#1632
Quote from: Pumaman on Fri 04/05/2007 23:15:56
QuoteI just looked into Monkey Island 2 template and noticed that ACTION is a name of the very first GUI (#0) in the list.
I thought it's worth mentioning in case it's somehow related.

Hmm yes, in 2.72 the GUI names have #defines created for them, but 2.8 doesn't do tihs any more. Would this be useful for people?
Well, if you want games to convert automatically...

Also, I think some of my modules depend on this behaviour
#1633
This isn't nomination, but rather trying to compile a list of eligible so far:

After a Shadow
Dr. Lutz and the Time Travel Machine
Scared Stiff
Paul Quest Gold Edition
Tempus Fugit
Nelly
Fynewrylst Memories: The Secret of th...
Banana Man - the Video Game
6 Days a Sacrifice
Earl Bobby is looking for his Balls
also... I think A Cure for the Common Cold should be eligible even though its filed as "short"

non-AGS:
Hewitt
#1634
General Discussion / Re: Oh, Baby...
Wed 02/05/2007 09:53:51
Cool, a human-snake hybrid... just like Hera in Battlestar! ;)

Congrats!
#1635
General Discussion / Re: AGS Guiness Records
Thu 26/04/2007 22:43:20
For a list of who has won lots of AGS Awards see: http://americangirlscouts.org/agswiki/Ags_awards
#1636
Quote
Like it or lump it, the biggest reason why you should NEVER sleep with anyone under the age of 16 is the risk of pregnancy.

Since I've had the snip, does that mean I can start hanging around schools with my dirty mac?
#1637
Quote from: Helm on Mon 23/04/2007 11:35:57
The taboo of incest is based on the fact of flawed birth because of same blood mixed.

There's also the "minor" issue of abuse of trust, which is probably far more damaging than a single generation of limited gene pool reproduction.
#1638
Clementines are seedless (unless accidentally cross-pollinated)... mandarins and satsumas are not.
#1639
Yes, definitely BS
#1640
Maybe better to use tags rather than categories, so a game can be tagged with "Canon", "Medium" and "Quality" or... "Long", "Joke" and "Crap" ;)
SMF spam blocked by CleanTalk