maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   Adventure Game Studio? (https://talk.maemo.org/showthread.php?t=19691)

GozerTC 2008-05-01 02:26

Adventure Game Studio?
 
I did a search for AGS but didn't find anything. I found tons of discussions of other great adventure game stuff like ScrummVM and FeeSCI and I'm looking at those too just in case you were going to say that. :)

Now I don't have my N800 yet (Friday! C'mon! :D) but one of the little things I'd like to do now and then is play some old school games. (I hear DosBox works on here which is sweet, but no Xcom working yet. Boo!) One of my favorite style of old school games was the Adventure Genre.

With that in mind I stumbled across Adventure Game Studio while reading about ScrummVM. They DO have a Linux version so that begs the question. Has anyone tried porting the player to the N8X0? I think it'd be a fun way to create new games for the N8X0 besides Flash games of course.

Thanks in advance!

desiv 2008-05-01 04:15

Re: Adventure Game Studio?
 
:(There is a linux port, but all binaries.
Not only is there no source, but in the faq, the author is very clear about not asking him for source or new ports.
Apparently he was burned releasing code once.
Sorry, it looks fun.
desiv

GozerTC 2008-05-01 04:39

Re: Adventure Game Studio?
 
Dang. Oh well. Plenty of other fun things to do eh? :)

PrisonPlanet 2014-03-23 01:10

Re: Adventure Game Studio?
 
There is a port in Extras-Devel by AapoRantalainen, and it is working great! For the first time I've been able to play "Trilby, The Art of Theft" on an ARM device - it runs smoothly even on the stock clocks and kernel, and it is absolutely flying on 1000 Mhz N900. Even the Android couldn't boast of that since there is no decent keyboard support on their port, and the keys are not mappable even with third-party utils - believe me, I've tried.

All is well, but I've got two questions: how to enable the sound, if it is possible, and how can we map the ESC key? The engine is a mean douche and will not close properly (srsly, the only way of quitting is to shut down the phone) - you are welcome to prove me wrong :)

Thanks in advance!

PrisonPlanet 2014-03-23 12:51

Re: Adventure Game Studio?
 
Hey guys, I just went ahead and "permanently" remapped my US-layout arrow keys to roguelike-friendly "Esc, Tab, <, >" when "Fn" is pressed by following this guide. Just holler if you wish to do the same and I will send you the exact mapping code.

Trilby, The Art of Theft is now fully working and finishable! Please let me know if someone managed the sound to appear (it tells me something along the lines of "...the /home/user directory is not ours..." when trying to initialize audio)...

I'll upload a gameplay video soon, just for the heck of it and to encourage more people to play the game/ buy the phone :)

Estel 2014-03-31 03:00

Re: Adventure Game Studio?
 
Hey PrisonPlanet!

I've already "fixed" (not a real code fix - just some scripting tricks) the problem with program not wanting to go away - including possibility to conveniently change volume during gameplay, etc. Aapo is aware of it - he haven't pushed updates, as he wasn't sure if AGS can work properly on N900 at all (I was the "tester", but it seems that I took too heavy games - everything I tried was working so slow, that it was absolutely unplayable).

I'll point him to this thread, he'll surely be glad to hear that its useful, after all.

Cheers,
/Estel

PrisonPlanet 2014-04-02 20:01

Re: Adventure Game Studio?
 
Estel, thanks, that would be cool :)

The volume control means that the sound output is supported? What game can I test it on?

Half-Life_4_Life 2014-04-02 20:15

Re: Adventure Game Studio?
 
This game looks really fun! I'll install it tomorrow.
I play far too little games on my N900!

shawnjefferson 2014-05-06 01:26

Re: Adventure Game Studio?
 
I was fooling around with AGS, and compiled v3.3.0.1162 (from here: https://github.com/adventuregamestudio/ags).

The sound issue is due to this bug in Allegro 4.2:
https://bugs.launchpad.net/ubuntu/+s....2/+bug/445945

It seems that if we could get a later 4.2 version compiled, or compile libaldmb1 against 4.4, we could get sound working in AGS. There's still the issue of not being able to exit easily from fullscreen, but windowed mode seems to work alright.

I've been testing with Heroine's Quest. The file is too big to attach unfortunately...

Estel 2014-05-06 13:09

Re: Adventure Game Studio?
 
Startin with windowed mode and makingit fullscreen through sending:

Code:

wmctrl -r :ACTIVE: -b toggle,fullscreen
...for example, from wrapper script (that runs ags executable, sleep for like few seconds, and send above line of code), should allow to have fullscreen working with all features of windowed mode - possibility to change volume, switch to taskbar, etc.

/Estel


All times are GMT. The time now is 07:36.

vBulletin® Version 3.8.8