The NEW Build Your Own Arcade Controls

Arcade Collecting => Merit/JVL Touchscreen => Topic started by: gmtransman2 on December 02, 2019, 10:32:38 pm

Title: megatouch force replacing pictures
Post by: gmtransman2 on December 02, 2019, 10:32:38 pm
is there someone that could make or help with adding different pictures to a force game. i am computer stupid and i need some thing simple  that i could do this with. it is a 2011 force , i think this would be cool and hope it does not go against the copy write laws. let me know thanks 
Title: Re: megatouch force replacing pictures
Post by: orizzle on December 02, 2019, 10:46:20 pm
A lot of the in-game pictures like Photo Hunt are jpeg's. Just replace the files

Sent from my Pixel XL using Tapatalk

Title: Re: megatouch force replacing pictures
Post by: jasonripp on December 05, 2019, 01:04:10 pm
There is a video on YouTube showing how to do this:

https://www.youtube.com/watch?v=sa7KEBK3oyM
Title: Re: megatouch force replacing pictures
Post by: mahkeymike on December 05, 2019, 08:20:11 pm
https://www.youtube.com/watch?v=ntQLfxVwn3I#
Title: Re: megatouch force replacing pictures
Post by: nipsmg on February 04, 2020, 10:57:25 am
How were you able to achieve the animation on the background?  I know this is Ion and not Force, but it looks like the force animations are in a proprietary format.  There's a tool that has a symlink to it on my 10.5 machine called sprcompress, but it's not actually on disk (it should be in /Software/usr/local/bin which does not exist on disk.).

Any info or suggestions would be appreciated!

Title: Re: megatouch force replacing pictures
Post by: orizzle on February 04, 2020, 11:24:38 am
The same Sprite format is used in both Force and ion. I have code to convert back and forth between Sprite and tga.

Sent from my Pixel XL using Tapatalk

Title: Re: megatouch force replacing pictures
Post by: nipsmg on February 07, 2020, 06:49:55 am
The same Sprite format is used in both Force and ion. I have code to convert back and forth between Sprite and tga.

Sent from my Pixel XL using Tapatalk

Any chance you feel like sharing? :)
Title: Re: megatouch force replacing pictures
Post by: orizzle on February 07, 2020, 08:28:22 am
Not right now but if you want anything converted, I'll do it for you

Sent from my Pixel XL using Tapatalk

Title: Re: megatouch force replacing pictures
Post by: nipsmg on February 07, 2020, 02:18:25 pm
I wouldn’t even know what to have you convert to be honest. I’d want to decode existing SPR files and see how they are structured (individual images? Sprite sheets? Etc). Would be interesting to skin the existing games/menus.

It’s more of a raw morbid curiosity to see how they did their sprite packing, etc.  considering I’m sure my method is wholly inefficient: http://forum.arcadecontrols.com/index.php/topic,156300.0.html
Title: Re: megatouch force replacing pictures
Post by: orizzle on February 07, 2020, 03:30:20 pm
The animations are individual images all in the same file. The Sprite format is pretty basic. Don't remember the exact format from the top of my head but there is a series of bytes that contains the color info in RGB, a byte that sets transparency, followed by the number of pixels to repeat.

Sent from my Pixel XL using Tapatalk