xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
2 Pages V < 1 2  
Reply to this topicStart new topic
> How To Add The Smc File Extension To Snes Roms
Barney_1
post Jun 7 2006, 11:36 PM
Post #16


X-S X-perience
**

Group: Members
Posts: 342
Joined: 5-February 06
From: Madison, WI
Member No.: 271280
Xbox Version: v1.0
360 version: none



How to rename your files using LInux: (you should be using LInux you know!)

*****Warning****** Before doing this, make sure there is NOTHING in the folder other than the roms without extensions. This command will add .smc to EVERYTHING!

1) Open a terminal window and navigate to the folder with the extension-less roms.

2) Make sure you have permission to write to this folder and these files (It is advisable that you change the folder attributes using chmod instead of doing this as root. You're less likely to screw something important up that way ;-))

3) Use this command:
CODE
ls -d *.php3 | sed 's/\(.*\).php3$/mv "&" "\1.php"/' | sh


4) Wait. If you have lots of roms this can take some time.

5) When the cursor returns type:
CODE
ls | more

you will see that every rom now has the .smc extensions. (press 'q' to quit the list)

Enjoy!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
VampX
post Jun 8 2006, 12:59 AM
Post #17


X-S Legend
*********

Group: Moderator
Posts: 5149
Joined: 11-November 03
Member No.: 73629
Xbox Version: v1.2
360 version: none



Awesome Linux tutorial dude, i noticed one small flaw in your logic though.


People that use Linux are most likely much more advanced in computers then most windows users so i doubt they'd need a faq on renaming files biggrin.gif

This post has been edited by VampX: Jun 8 2006, 01:01 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Thraxen
post Jun 8 2006, 03:11 AM
Post #18


X-S Hacker
******

Group: Moderator
Posts: 2691
Joined: 11-July 03
From: 72764
Member No.: 49251
Xbox Version: v1.0
360 version: v3.0 (falcon)



I guess I don't understand Linux at all. Nowhere in those two lines of code do I see anything about ".smc".
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
drumstyx
post Jun 15 2006, 10:35 PM
Post #19


X-S Senior Member
**

Group: Members
Posts: 160
Joined: 26-May 06
Member No.: 283743



well firstly....i'd like to say i should have found this earlier...i renamed a full romset manually...somethin like 3000 sleep.gif...secondly....for linux...yeah i dont see anything that says smc in that....also....couldnt u just do:
mv *. *.smc
dunno....i dont use linux much...but lemme know y it wouldnt work if it wouldnt

but on the plus side...i got to rename all the names i didnt like (roms with (U) and all that junk...yeah i know its organizational.....but i dont like it tongue.gif )

This post has been edited by drumstyx: Jun 15 2006, 10:36 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Russ15xtreme
post Jan 12 2007, 07:23 AM
Post #20


X-S Enthusiast


Group: Members
Posts: 16
Joined: 29-April 05
Member No.: 217365



Thank you! You saved my xbox snes emulation life happy.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
[dbx]
post Jan 12 2007, 05:37 PM
Post #21


X-S Enthusiast


Group: Members
Posts: 12
Joined: 20-September 06
Member No.: 301147



Properties Plus is an easy way to handle file extensions. It just adds an extra properties option in the Explorer right-click context menu.

http://www.softlookup.com/display.asp?id=25161
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Mad_Eyes
post Jun 22 2007, 07:57 PM
Post #22


X-S Senior Member
**

Group: Members
Posts: 191
Joined: 24-July 06
Member No.: 291107
Xbox Version: v1.4
360 version: none



Hypothetically speaking, let's say they all came in a .7z format. Would all the extensions be changed to smc if u typed:

ren *.7z *.smc
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nes6502
post Jun 22 2007, 08:17 PM
Post #23


X-S Freak
*****

Group: Members
Posts: 1799
Joined: 29-October 04
Member No.: 161612



QUOTE(Mad_Eyes @ Jun 22 2007, 08:33 PM) *

Hypothetically speaking, let's say they all came in a .7z format. Would all the extensions be changed to smc if u typed:

ren *.7z *.smc


Technically yes, but the games would not load in any emulator (Xbox or PC). If you did this you would just be changing the extension from 7z to zip. The problem is 7z is allready a compressed format. This thread is about taking "uncompressed" snes roms with no extension and adding one.

7z is a file compression format (like rar or zip). Download 7-zip and extract all the games. This will extract all the games and they will have smc, swc, etc... extensions. If after you extract them, they don't have any extensions, "only then" you would use this tutorial to add smc extensions. At this point you can load them in ZsnexBox or xSnes9x. But the better way would be to compress them in standard zip format. With winrar you can zip up all the games at once but put them in separate zip archives.

So:

1) Extract with 7-zip
2) Add extensions if you need to
3) Zip them all up individually with winrar
4) Run them through a fatx tool to make them Xbox compliant filenames
5) Load them in xSnes9x or ZsnexBox and play

This post has been edited by nes6502: Jun 22 2007, 08:30 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Mad_Eyes
post Jun 22 2007, 11:38 PM
Post #24


X-S Senior Member
**

Group: Members
Posts: 191
Joined: 24-July 06
Member No.: 291107
Xbox Version: v1.4
360 version: none



QUOTE(nes6502 @ Jun 22 2007, 12:53 PM) *

Technically yes, but the games would not load in any emulator (Xbox or PC). If you did this you would just be changing the extension from 7z to zip. The problem is 7z is allready a compressed format. This thread is about taking "uncompressed" snes roms with no extension and adding one.

7z is a file compression format (like rar or zip). Download 7-zip and extract all the games. This will extract all the games and they will have smc, swc, etc... extensions. If after you extract them, they don't have any extensions, "only then" you would use this tutorial to add smc extensions. At this point you can load them in ZsnexBox or xSnes9x. But the better way would be to compress them in standard zip format. With winrar you can zip up all the games at once but put them in separate zip archives.

So:

1) Extract with 7-zip
2) Add extensions if you need to
3) Zip them all up individually with winrar
4) Run them through a fatx tool to make them Xbox compliant filenames
5) Load them in xSnes9x or ZsnexBox and play


Cool thanks for the input biggrin.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ressurectionx
post Jun 23 2007, 07:44 AM
Post #25


X-S Knowledgebase
********

Group: Dev/Contributor
Posts: 4212
Joined: 23-June 07
Member No.: 346756
Xbox Version: v1.0
360 version: none



Ahhhhh..... DOS. A dying artform.

Pretty cool when an old bastard dazzles the n00bs and kiddies with simple tricks that all the dinosaurs used to know.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
VampX
post Jun 23 2007, 01:20 PM
Post #26


X-S Legend
*********

Group: Moderator
Posts: 5149
Joined: 11-November 03
Member No.: 73629
Xbox Version: v1.2
360 version: none



QUOTE(ressurectionx @ Jun 23 2007, 09:20 AM) *

Ahhhhh..... DOS. A dying artform.

Pretty cool when an old bastard dazzles the n00bs and kiddies with simple tricks that all the dinosaurs used to know.



IPB Image
Back in the day if we didn't know our DOS we would get whipped!!
yessiree, and no Tv either!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Daggerx
post Dec 28 2007, 04:46 PM
Post #27


X-S Senior Member
**

Group: Members
Posts: 298
Joined: 14-January 04
Member No.: 92141
Xbox Version: v1.0
360 version: v2 (zephyr)



What a time saver...thank you sooooo much!!!
the thought of renaming all my roms scared me..
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hamisht
post Nov 15 2011, 01:29 AM
Post #28


X-S Enthusiast


Group: Members
Posts: 24
Joined: 12-August 06
Member No.: 294341



This was of great help, thank you so much. I almost was about to delete all these roms because they didn't work.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Koitsu
post Nov 18 2011, 09:26 AM
Post #29


X-S X-perience
**

Group: Members
Posts: 467
Joined: 23-April 03
Member No.: 33825
Xbox Version: unk
360 version: unknown



If we forget our DOS, then the terrorists win.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





2 Pages V < 1 2
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 20th May 2013 - 05:08 PM