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.


Messages - Dukafleed

Pages: [1]
1
Emulators / dos emulator in AM in rasperi pie
« on: March 17, 2017, 06:39:44 AM »
i have looked around to see how to add games in AAm on my raspery pie but i couldnt find a step by step guide,

any tips on thip please ?

2
Emulators / Re: Help Adding ScummVM menu to AM (Ras Pi)
« on: March 17, 2017, 06:35:29 AM »
i spend sometime yesterday to figure out how to get scummvm on raspery pie, and got all my games to work

here are some pointers - assuming you have downloaded latest scummvm emulator
game folders should be same as game id ( along with boxart and snaps if you have)
create svm file for each game with same game id name

use this command line for each svm file

scummvm -f -p "/home/pi/RetroPie/roms/scummvm/Flight of the Amazon Queen" queen
red : name of game-folder
green : scummvm game-id
red and green should be the same (game id)



3
Themes / Re: Need help with a theme command "add text"
« on: February 10, 2017, 03:14:44 AM »
anyone ?

4
Themes / Need help with a theme command "add text"
« on: February 08, 2017, 02:01:46 PM »
so to the point,
i am trying to add game description to a theme, with multiple lines to some of the disciption

i was using
local etc =fe.add_text("[Extra]", 0,480,810,290)
   etc.charsize = 12;
   etc.align = Align.Left;
   etc.word_wrap = true;

extra is the game description from romlist ,,,
the problem is that this paragraph is located from the center, so for example, it could fit with a 3 or 4 line paragram, but if its more, the first like will go over the design space...

how can i located the paragraph using the location of the first letter being static and any additional lines will go Down instead of adjusting every line?

thanks

Pages: [1]