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

Pages: [1]
1
Themes / Extra System Banners For NewStation
« on: January 27, 2017, 02:58:29 AM »
Here's some extra banners i have made for "New Station" and Themes that use corner mounted System names
( You'll probably have to rename some files to match your system names )



Thesse are the files i have made and Included in the zip

C64
Amiga
CPS1-3
DOS
Game Gear
Jaguar
Lynx
Master System
NeoGeo
NeoGeo Pocket
PC Engine
Sega CD
Sega Saturn
Virtual Boy


I'll upload a nicer batch once im finished might add little 8bit console icons too.

2
Themes / My Gameboy Display
« on: February 01, 2016, 07:44:27 AM »
Feel free to make this better :)



Video Loads in Screen and Boxart on the left


Havent got the cart image working yet

3
General / Re: 1920x1080 Basic Layout help
« on: April 19, 2015, 02:33:51 PM »
ello.... :o :o


i know what you mean , the dimensions stuff (x,y) is a headache to get to grips with

this is how i treat it.....

eg....
local snap = fe.add_artwork( "snap",  20, 109, 900, 800);

( "snap",  20, 109, 900, 800);
this will put my video 20 pixels from the left hand side of the screen and 109 pixels down from the top

then the video will be
900 wide
by 800 high

i think i got those round the right way :P

the way i do it is to exaggerate the numbers to see whats happening on screen, then quit, make a change, save and reload (over and over again )

There's probably a much easier way of doing it.... i can upload one of my layouts (though they are very basic as im just starting too)



ps wait till you start playing around with video/image rotation,skew and pinch its hurting me right now.. i just cant get my head around it

4
General / Re: 1920x1080 Basic Layout help
« on: April 18, 2015, 06:22:50 AM »
Hi

what background are you using?

heres the first part to change

fe.layout.width=1920;
fe.layout.height=1080;

then start playing around with the different x and y settings for each of your onscreen info


you'll also need to resize your bg.png file "Use GIMP if you dont have photoshop as its free"

5
General / Re: n64 emulation
« on: March 28, 2015, 10:24:00 AM »
Thanks akafox

I've added those tweaks to my config..

 ;D ;D ;D ;D

6
General / Re: n64 emulation
« on: March 28, 2015, 05:55:30 AM »
heres what i use and setup

# N64-Mupen64
#
executable           X:\mupen64\mupen64plus.exe
args                 --fullscreen "[romfilename]"
rompath              X:\Roms\N64
romext               .n64;.z64;.v64
artwork    flyer           X:\artwork\n64\boxfront
artwork    marquee         X:\artwork\n64\boxfront
artwork    snap            X:\artwork\n64\snaps

7
Themes / Re: Arcade Row - WIP
« on: March 28, 2015, 05:31:16 AM »
love it keep up the good work :)

8
General / Re: PSX Setup config
« on: February 24, 2015, 02:12:36 PM »
Thanks  :D


Gave it a try but it doesn't at all run with the switch that way round..

I'm using petes ogl2 driver just seems like attract mode isnt fully handing the video control to pcsxr

will try another plugin and let you know how i get on :)


Failing that think i may try this on my linux partition , Esp if you dont get that issue, plus i could try to run it as fully headless setup ....

9
General / PSX Setup config
« on: February 22, 2015, 03:24:03 PM »
Just thought i'd share my config file as i had a little trouble at first, then got it runningto using pcsxr 1.9.3

presetup pcsxr before :P

# Generated by Attract-Mode 1.4.0
#
executable           X:\pcsxr\pcsxr.exe
args                 -cdfile "[romfilename]" -nogui  -loadbin
rompath              X:\roms\psx
romext               .zip;.iso;.bin;.img;.ecm;.mdf
artwork    flyer           X:\artwork\psx\boxfront


Only thing that isn't really working is i have a spinning mouse cursor on screen not sure why...

System:
PCXR 1.9.9.3
Attract Mode
Windows 8.1


Update!

No longer have this issue since using the new version of Atrract-Mode  with the same settings above & resfix ;)

Pages: [1]