Jump to content

Recommended Posts

  • Replies 4.1k
  • Created
  • Last Reply

Top Posters In This Topic

Posted
cheers H2K-xXx.... do you want to join in BETA testing at all?

 

Hey BP!

 

I'd sure like to get in on BETA testing for you if you've still got room.

 

Beau

Posted

ill be looking at Betas soon but only really for those that help...so they can get there stuff in....correctly...as im finished my side now....ill be working on the ShowROOM stuff apart from BETA testers final wants in

Posted

Hey (H2K)-xXx!

 

Thank you for all your hard work on this project! Your efforts are very much appreciated by me and I'm sure countless others who love CoinOPS.

 

Thanks again!

 

Beau

Posted

Added

 

MK

MK 2

NBA Jam

NBA Jam TE

Narc

 

now with sound :)

 

thanks to trig to getting mameB6 sources to compile

 

fixed some game controls for old atari games....and inserted new XBOX PSX and N64 names

Posted
Hey (H2K)-xXx!

 

Thank you for all your hard work on this project! Your efforts are very much appreciated by me and I'm sure countless others who love CoinOPS.

 

Thanks again!

 

Beau

I have to thank BP and all the others who made a wonderful EMU for the old Xbox. I just wanted to give something back. For all who are interested how to do it, here's the Bash-Script:

#!/bin/bash
rm testlist_$1.txt
while read I; do
		# Cuts off the left Part until $2
		NAMETHEGAME_left=${I##*$2}
		# Cuts off the right Part until ,
		# and searches for [a-z] following [A-Z], substitutes it with space
		NAMETHEGAME_one=$(echo ${NAMETHEGAME_left%%,*} | sed -e 's/\([a-z]\)\([A-Z]\)/\1\ \2/g')
		# searches for NFL, FIFA ... and adds space behind
		NAMETHEGAME_NFL=$(echo ${NAMETHEGAME_one} | sed -e 's/\(NFL\|FIFA\|AFL\|FIFA\|ESPN\|IHRA\|LMA\|MTX\|MTV\|MVP\|MX\|NCAA\|NHL\|TOCA\|UFC\|WWE\|ATV\|NBA\)/\1\ /g')
		# Search for [a-z] following with a digit and adds space between
		NAMETHEGAME_two=$(echo "${NAMETHEGAME_NFL}" | sed -e 's/\([a-z]\)\([1-9]\)/\1\ \2/g')
		# Search for a digit following with [a-zA-Z] and adds space between
		NAMETHEGAME=$(echo "${NAMETHEGAME_two}" | sed -e 's/\([0-9]\)\([A-Za-z]\)/\1\ \2/g')
		# writes it to List
		echo $I | sed "s/GAMENAME/$NAMETHEGAME/g" >> testlist_$1.txt
done < $1
exit 0

to run the script, just enter "./nameofthescript.sh listofGames Substitution"

to convert the Xbox List i had to enter: ./CoinOps_NameSubstitution.sh Xbox XBOX_

Then i only had to look over the List to sort some Typos (andthe, ofthe) out :)

CU

Posted

Cheers HK ive done alot of renaming :)

 

but really I just added some new features and got Midway core done for a proper MK1 and MK2 and Narc and NBA jams with SOUND :) this is great now....im preping for the bug bash as all features are in....tommorrow ill list features and some other stuff people can check before the final is released in a week or so

Posted (edited)

I have a list of present games in the Mame and that I would want also in CoinOps Inferno:

Magic Johnson's Fast Break

24xigyf.png

Ninja Mission

wjxapg.png

Sidewinder

16217x5.png

World Trophy Soccer

1672l8l.png

Xenon

2zj9bt5.png

Best Of Best

hwc1u0.png

Big Fight - Big Trouble In The Atlantic Ocean

14bs51t.png

Blazing Lazers

19l3wz.png

Bomb Kick

291didv.png

Buggy Boy/Speed Buggy

33zg3mu.png

 

This is only a part of the games. If it can serve in the next few days I will put the rest :)

Edited by philipsmsx
Posted

ive allready added a few of those but really this stuff will be discussed after the standalone...ill let everyone play then ill release the massive pack onto the world...

 

remember though there is some locks to make consoles mandatory in this release.....

 

unless 10 people that arnt the trolls and have been around for more than 3 months request it doesnt happen the locks will go in place (remember this was because of xbox waal and cba giving misinformation and me deciding that ill force you to see that its misinformation and consoles work sweet)

Posted

ha Brit do you really think that affects me or any of the so called "trolls"....matter fact lock the hell out of it, you should take out any options....cya buddy :)

 

ps: Im not updating regardless locked /unlocked i was content last build. :)

Posted

Personally I think the lock is a bad idea, although I can understand why you do it. However, punishment rarely works. I love the console part, and I guess lots of us do. For those who doesn't I don't see why there has to be a lock just because a few annoying persons give you a hard time. Haven't been around for 3 months, so I guess it doesn't make a difference. Still, I think almost everyone appreciate your fantastic work, lock or not, and I see no good reason to have it.

 

Cheers! :)

Guest
This topic is now closed to further replies.

×
×
  • Create New...