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

#1
AGS Games in Production / The Station DEMO.
Sun 23/12/2007 16:12:01
Story:
The child's psychologist (the main character) goes on a search for his patient - a 9 year old boy that has vanished under unkown circumstances. Later the psychologist finds a letter stateing of a mysterious place, the station. In the same letter, the boy writes that the psychologist should see the station with his own eyes.





Visit

www.ddnplay.com

for download demo.


P.S. Thanks to terrorcell for english grammar support!
#2
Hey!
I tried to find, but has not found similar topic in Search.
So it's possible to do AGS settings and settings of Brightness and Music volume in game options?
How or where answer can be?
#3
AGS need REAL 360 degree panorama plugin feature. In fact Steve did a much in this area, but AGS need more powerfll panorama, and I'm sure Steve do GREAT panorama soon?!
#4
General Discussion / AGS is slow???
Fri 11/05/2007 16:48:58
Hey guys i was confused when i show my demo in some adventure forum and many persons told me that AGS is not best choise for creating 1-person adventure. They recomend me Adventure Maker or Scream engine. The reason why they told this was "AGS is slow"... (?)
Is that true???
Maybe this point have some true because AGS compiler create only one *.exe file and the other side Adventure Maker compiler create different files for periodically download in system memory...???
#5
First Panorama room work fine, but when player try to change room (go to different room) next panorama-room is displaced up and look incorrectly. Who know why?
#6
AGS Games in Production / The Station
Thu 14/09/2006 21:24:29
The Station -
--------------------
//about

Station - mystical quest from the first person.
To some can seem, that in game there is no certain law. For whom - that will seem strange that in
The certain moments of game meet notebooks, newspapers, the letters which are not having the direct attitude to an event.
But do not hasten with conclusions. Everything, that occurs - not casually...
Specially for game within 4 months music was created.
-------------------
//the story

The elderly family employs a detective, that that would find their disappeared daughter.
During investigation the detective gets in a strange place - the station which has been not designated on a map, not having the name,
And, probably, not existing in the real world ?

--------------
//inside the game

resolution:640x480.
full size: 25mb.
language: sorry, only russian available.

screenshots:



http://www.station.newmail.ru/index.files/s04.jpg
http://www.station.newmail.ru/index.files/s02.jpg

Download:
http://www.station.newmail.ru/the_station.exe
or
http://www.g-c.net.ru/_ourhits_/thestation/the_station.exe
#7
I can't find answer on my question in AGS help and forum themes... I use gui with "POPup Modal" and if i press key SPACE - gui is visible, if i press SPACE again - gui is invisible. So in title screen i wanna disable this gui, but "Hide gui" function is not work with POPup modai i guess. How can i disable key press???

P.S. I use module :


function on_key_press(int keycode) {
if (keycode==32) {
  if (gui[1].Visible==true) {
    gui[1].Visible=false;
    return; } //"return" stops running any more functions
  else {
    gui[1].Visible=true;
    return; }
}
}
#8
Hey! I try to make interaction: If current inventory use on hotspot = current action
Here is my code:

  if (player.ActiveInventory == iLamp)
  Wait(140);
  player.ChangeRoom (49) ;     
 

I remember it was work before, but now if i use ANY inventory item player change room! Why???
#9
Well i has confused. I trying to make game in two language: english and russian. At first i write all text in english and then translate in russian. Therefore appear two version: english and russian.
So i wanna make one version where player can chose language. In setup.exe is possible to chose but i metted a problem: i use different fonts for the game.
Can Engine change font if player change language in setup.exe?
#10
I trying to add
character[EGO].PreviousRoom;
function when some keycode is pressed (403 for example) . But my character is hide (therefore i haven't character) coz i make 1 person game. So the code must be:

if (keycode==403) ....

And then???
#11
Please tell me how should i do cursor changing function? In defaul project this function is already exists but i has been started empty project. How i undarstand this code locate in :

#sectionstart on_mouse_click  // DO NOT EDIT OR REMOVE THIS LINE
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 == eMouseLeft) {
    ProcessClick(mouse.x, mouse.y, mouse.Mode );
  }
  else {   // right-click, so cycle cursor
    mouse.SelectNextMode();
  }
}
#sectionend on_mouse_click  // DO NOT EDIT OR REMOVE THIS LINE



But "button" is > undefined token <

Whats wrong?
#12
Well is that not same like "shadow for 2D character" (seems                                    FollowCharacterEX(shadow, character, follow_exactly, 1);
     Set Trasparency(shadow, 50);
dosn't work...)
i suppose. Who know how can i make shadow for 3D character???
#13
Hi!
I create horror 1-person quest
www.thestation.nm.ru
(one admin. on russian site wrote about game: "one of most quality game made with AGS that i saw"). And what i need is - panorama! So if anyone knows where I can buy the full version of Adventure Maker, please leave a link here!

edited by MrColossal
#14
General Discussion / Usind 3D models in AGS.
Fri 09/06/2006 10:25:06
Did some one used "Character3D" plugin? If yes, what problems appear with this? It is difficult?
#15
Hey dudes!
Anybody interesting mystic 1 person quest with ambient sound but unfortunately only in russian language for now? Of cause i have english version, ... but exists problem with upload.
Anyway it will be good experience i suppose :)

http://www.thestation.nm.ru/


#16
General Discussion / Comix instead video.
Fri 02/06/2006 09:27:28
HEy.
I suppose many people playd in Dead City:  no video in game but comix instead.
And comix have some interesting style (blur???).
Who know which program can make comix (except Photoshop)???
#17
Well, i try to explain. Maybe some one playd in "Dead City" game (based on WME)?
In this 1-person game when cursor to get hotspot area then the text message follow to cursor. When cursor to leave hotspot area - message is disappear. It is conveniently...
It is acceptable?
#18
Can't find the answer...
Just try set up the key (Space) button => enable (show) GUI. But i cant.

I paste code in Global script:

if (IsKeyPressed(32) == 1)
gui(3). Visible = true ;

What i do wrong ???
#19
This plugin looks well. But one thing make me sad: when i tryed to run my game in 800x600 there was error (800x600 res. does not supported). Well 640x480 is small for me now and i wanna use in 800x600 "rain" effect.
Exists some method for realize this???
#20
Need russian help with AGS.
SMF spam blocked by CleanTalk