jobo Posted September 15, 2010 Share Posted September 15, 2010 Can't wait to try the new build! Looks like you've made an amazing job. My new 200GB Xbox is ready for the release! Link to comment Share on other sites More sharing options...
(H2K)-xXx Posted September 15, 2010 Share Posted September 15, 2010 @BP ( . ) ( . )I'll do your list over the weekend, maybe earlier. Link to comment Share on other sites More sharing options...
BritneysPAIRS Posted September 15, 2010 Author Share Posted September 15, 2010 cheers H2K-xXx.... do you want to join in BETA testing at all? Link to comment Share on other sites More sharing options...
momaw27 Posted September 15, 2010 Share Posted September 15, 2010 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 Link to comment Share on other sites More sharing options...
BritneysPAIRS Posted September 16, 2010 Author Share Posted September 16, 2010 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 Link to comment Share on other sites More sharing options...
momaw27 Posted September 16, 2010 Share Posted September 16, 2010 Cool BP! I totally understand Really looking forward to the next release! Beau Link to comment Share on other sites More sharing options...
(H2K)-xXx Posted September 17, 2010 Share Posted September 17, 2010 Here's the Full Xbox-List converted: http://ul.to/7cvhy2inside the zip:All_In_One: All Xbox Games, Xbrew, Xapps and XBor in one listXBor: Only XBor-Games in the listand so on ... Link to comment Share on other sites More sharing options...
momaw27 Posted September 17, 2010 Share Posted September 17, 2010 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 Link to comment Share on other sites More sharing options...
BritneysPAIRS Posted September 18, 2010 Author Share Posted September 18, 2010 Added MKMK 2 NBA JamNBA Jam TENarc 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 Link to comment Share on other sites More sharing options...
(H2K)-xXx Posted September 18, 2010 Share Posted September 18, 2010 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! BeauI 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 0to 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 Link to comment Share on other sites More sharing options...
BritneysPAIRS Posted September 18, 2010 Author Share Posted September 18, 2010 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 Link to comment Share on other sites More sharing options...
Recommended Posts