working (with latest AGS) revolution style template?

Started by flotilla, Thu 10/06/2010 13:58:31

Previous topic - Next topic

flotilla

Hi, I am looking for a GUI template similar to Beneath a Steel Sky (revolution) style that is compatible with the latest
AGS. I have had a look through a few template pages but cant find one that imports correctly. Can anyone point me in the direction of a working template?

Thanks in advance

Tim

Dualnames

Quote from: flotilla on Thu 10/06/2010 13:58:31
Hi, I am looking for a GUI template similar to Beneath a Steel Sky (revolution) style that is compatible with the latest
AGS. I have had a look through a few template pages but cant find one that imports correctly. Can anyone point me in the direction of a working template?

Thanks in advance

Tim

There is the control modes module I made that features BASS interface, though not sure how much it will cover your needs.
Worked on Strangeland, Primordia, Hob's Barrow, The Cat Lady, Mage's Initiation, Until I Have You, Downfall, Hunie Pop, and every game in the Wadjet Eye Games catalogue (porting)

flotilla

Hi thanks. yes I had already found and downloaded it, however being a noob I was not sure exactly how to use it? I read the readme however could not make sense of how I integrate it into my game.

Any quick hints?

thanks again

Dualnames

Quote from: flotilla on Fri 11/06/2010 01:38:09
Hi thanks. yes I had already found and downloaded it, however being a noob I was not sure exactly how to use it? I read the readme however could not make sense of how I integrate it into my game.

Any quick hints?

thanks again

if you want to use BASS for the mouse click you go sth like that on your global script.

Code: ags

function on_mouse_click(MouseButton button) {
BASSFunctions.mouse_click(button, true);
}


//exception on BASS: if you want left and right click reversed set reverse as true.
NOTE: BASS should have HandleInventoryScripts as true, while the rest two should have it
Worked on Strangeland, Primordia, Hob's Barrow, The Cat Lady, Mage's Initiation, Until I Have You, Downfall, Hunie Pop, and every game in the Wadjet Eye Games catalogue (porting)

SMF spam blocked by CleanTalk