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

Topics - Mordalles

#21
Hints & Tips / The Faketrix
Sun 12/03/2006 19:35:20
I broke the window, but now a board is in the way. how do i get rid of the board?
#22
Hints & Tips / Bog's Adventure
Sat 25/02/2006 21:38:55
Spoiler

how do you thicken the soup in the 1st room?
i already threw water in, pepper and stirred it with the tale. i also gave the pet water and pie.
[close]
#23
Hints & Tips / Unfinished
Sat 25/02/2006 20:32:34
Spoiler

the starfish hid something somewhere, and i need to find it. all i have left is a straw, and i have the force ability. but i can't seem to find it. can anybody tell me exactly where to find what the starfsh hid somewhere! please
[close]
#24
Hints & Tips / Hit the Freak
Tue 14/02/2006 23:31:30
Spoiler

1.how do i get the block of ice out of the fridge?
2.how do i make the chocalate money look like real money to trick the pizza dude?
3.do i have to do anything with the shower?
[close]
i'm really liking this game. :)
#25
Hints & Tips / Counterfeit
Sat 11/02/2006 19:37:16
um, is there a walkthrough for this game. I don't know what to do? I just picked up a few stuff.
#26
Hints & Tips / bluecup on the run
Fri 10/02/2006 00:31:27
i have a rock and a note from the blue cup. i can't go past the sign, and there doesn't seem to be anywhere else to go?  :-\
#27
Finally, after 4 months:



Mordy has found his way off planet Xen, to again find himself on another strange planet. Help Mordy find a way off this planet, one which will hopefully take him home.

(138MB)
DOWNLOAD PAGE.

Features:

- Original music made just for the game. 18+ songs.
- 640x400 resulotion with 32 bit colours.
- 3D pre-rendered characters and backgrounds.
- 2 Different endings (one of which has his own two sub endings)
- One secret locations (not that hard to find)
- No more eating mushrooms.
- A mixture of Inventory-based, Dialogue-based and Myst-like puzzles.
- Meet over 24 characters.
- Visit around 21 Unique Locations.
- Play golf, do some archery, have a nice duel.
- Easy Interface with shortcuts
- No more eating mushrooms (have I mentioned that before?)
- Missychelle is in the game  ;D

Screenshots:



I'm sure there is some bug somewhere the beta-testers have missed, so sorry in advance for the inconveniance.  ;D

hope you guys dont find it too disappointing, and comments and critique welcome.
#28
Hints & Tips / Santa's Sidekick
Mon 23/01/2006 11:00:31
ive been everywhere, and i know i have to give santa cookies and bandaid.

but i havent picked up anything? what must i do?

Spoiler

i know i have to give the one guy discs so that he will give me money, but i cant seem to pick up the discs in my room?
[close]
#29
This is a short MAGS game for January 2006, set in Vietnam. The general (older than 65 according to the rules), is searching for his own base, and can't quite remember where it is.
This game was made in 5 days to test the inventory and portraits, and it seems that making a commando's/desperado's clone in AGS is quite capable.


DOWNLOAD HERE.



EDIT: link fixed, sorry, i made a spelling error.  ;D
#30
hi. im having problems with an inventory problem.

in my game i use a single cursor. right click is for USE and left click is for LOOK.
this works fine in the game area, but doesnt do anything in the inventory itself.

my inventory is at the bottom of the screen (always visible.)

the "handle inventory clicks in scipt" is enabled, and i have the following code:

Code: ags

function on_mouse_click(MouseButton button) {
  // called when a mouse button is clicked. button is either LEFT or RIGHT
  if (IsGamePaused() == 1) 
  {
    // Game is paused, so do nothing (ie. don't allow mouse click)
  }
  else if (button == eMouseLeftInv)
  {
    ProcessClick(mouse.x,mouse.y, eModeLookat);
  }
  else if (button == eMouseRightInv) 
  {
    ProcessClick(mouse.x,mouse.y, eModeInteract);
  } 
  else if (button ==  eMouseLeft) 
    {
      if (GetLocationType(mouse.x,mouse.y) != eLocationNothing)
      {
        ProcessClick(mouse.x,mouse.y, eModeLookat);
      }
      else
      {
        ProcessClick(mouse.x, mouse.y, eModeWalkto);
      }  
    }
  else // right-click, so cycle cursor
    {   
				if (GetLocationType(mouse.x,mouse.y) != eLocationNothing)
				{
					ProcessClick(mouse.x,mouse.y, eModeInteract);
				}
				else
				{
					ProcessClick(mouse.x, mouse.y, eModeWalkto);
				} 
			
    }


ive searched for help here, and somebody had the same problem, and radiant told that person to do something in the on_event(). however, i have no idea what to put in there.

also, now that i am on the topic, how would i deselect an item. say my char clicks on the inventory item and it becomes active, how do i go back to normal state where item is not selected anymore.

i really need help with this, since im using this in the mags, and theres only a few days left. haha.
#31
This time the topic is Soldiers

Rules: Draw a sprite of a soldier. This soldier can be from the middle ages, from the future, or the present, alien, monster. You can include some sort of vehicle or plane in which the soldier fights his battles, like a tank, if you wish.
In short, any soldier of any race of any time.
Colours: 64
Resolution: 200x200 (if you want to add a tank or something of that nature)
What I'm looking for: Meanness, Originality, An appealing sprite,usable in a game (but not that important, since almost anything is usable in a game)

I hope you guys like the topic and that atleast one person enters.

here is a soldier sprite I did last week for fun. Just an example.



have fun
#32
Critics' Lounge / 4 portraits
Thu 12/01/2006 01:21:00
ive decided to enter the mags and do portraits for my characters for the 1st time. so i had a go. 15-30 minutes for each face.
i was just wondering if they look like they all belong in the same game.Ã,  i tried a cartoonlike-sort of realistic portrait style. but I'm not sure i kept the style consistent.
and i still need to animate them talking, which is going to be hard with the mouse.
any critique welcome.
200%

latest:
#33
Hints & Tips / christmas quest
Wed 11/01/2006 00:12:20
i dont know what to do.
Spoiler

i have the card, candy, put the present on the other present and the star on the tree. how do i open the closet (keyhole), and get power to the computer?
[close]
#34
i was wondering what you favourite ags games are? i coulndt find a thread for this already. so sorry if it was already asked.

my all time favourite thus far is:

Apprentice 2
#35
I would like to annouce: Mordy on Holiday

It's about a guy who is not really liked where he is from, and so the king trick's him into leaving. the king sends him away on holiday, while actually sending him away to a far of planet where he will never bother them again.
you take control of mordy where he starts taking part in the local 'holiday events.'

you can die, but youll just reappear where you were just before you died, so dont worry about trying everything.
also, there is a hidden location where you get to meet one of my favourite characters from a certain book series.

title art:



screenshots:



download link: http://www.adventuregamestudio.co.uk/games.php?action=download&game=621

ps, i hope screenshots works, since im usually at imageshack, but suddenly it wont let log in? so i tried a different place, namely imagehosting.

enojoy, and comments and critique welcome!
#36
AGS Games in Production / Mordy: On Holiday
Mon 05/09/2005 22:58:31
I would like to announce:

Mordy: On Holiday

its about this guy who lives in this hidden, invincible fortress. well, this guy is protecting the princess. thats what he thinks. the rest of the castle just see him as an annoying bug who won't go away. so, the king decides to do sometihng about it . . .
send you on holiday.Ã,  ;D . . . atleast, you think it is a holiday. hehe.

screenshots:




meet mordy:


progress:

Story: 100%
Scripting: 100%
Backgrounds: 100%
Characters: 100%
Animation: 100%
Sound/Music: 0% (searching for sounds right now!)
SMF spam blocked by CleanTalk