Please add .UNF extension to the list of allowed files
Moderator: Moderators
Please add .UNF extension to the list of allowed files
.NES is allowed, so I think .UNF should be allowed too.
Re: Please add .UNF extension to the list of allowed files
I've added .unf extension and a few others. Now I need a ROM that plays "The Terrible Secret of Space", called "pak_chooie.unf".
Re: Please add .UNF extension to the list of allowed files
How about adding .IPS next?
Here come the fortune cookies! Here come the fortune cookies! They're wearing paper hats!
Re: Please add .UNF extension to the list of allowed files
For extensions in a category that did not exist, I first have to add the category ("Patch files"). What other patch formats in this category are desired?
Re: Please add .UNF extension to the list of allowed files
IPS, UPS, XDELTA, BPS, anything else?
As for what is actually used, IPS is by far used the most, since many patches don't need to move data around.
edit: List of all patching tools from Romhacking.net: http://www.romhacking.net/?page=utiliti ... lsearch=Go
File extensions:
.ips
.xdelta3
.bps (beat)
.bdf (bdiff)
.pat/.ffp (fileflower patch)
.ups
.ppf (playstation patch format)
.jfp (just F patch)
.rup (NINJA patch)
.gdiff
As for what is actually used, IPS is by far used the most, since many patches don't need to move data around.
edit: List of all patching tools from Romhacking.net: http://www.romhacking.net/?page=utiliti ... lsearch=Go
File extensions:
.ips
.xdelta3
.bps (beat)
.bdf (bdiff)
.pat/.ffp (fileflower patch)
.ups
.ppf (playstation patch format)
.jfp (just F patch)
.rup (NINJA patch)
.gdiff
Here come the fortune cookies! Here come the fortune cookies! They're wearing paper hats!
Re: Please add .UNF extension to the list of allowed files
I've added support for these extensions, under the extension group called "Patch Files".
Attached a test .ips file just as proof.
Attached a test .ips file just as proof.
- Attachments
-
- MRTYI Demo.ips
- (411.4 KiB) Downloaded 797 times
- rainwarrior
- Posts: 8756
- Joined: Sun Jan 22, 2012 12:03 pm
- Location: Canada
- Contact:
Re: Please add .UNF extension to the list of allowed files
Can I request the .py file extension? I use python to build simple tools for working with NES code sometimes and they might be helpful to share. (Is there a security risk with .py or is everything just disallowed by default?)
Re: Please add .UNF extension to the list of allowed files
Correct; it's a whitelist. But py.zip should be fine because it sees only the extension of the outermost container.is everything just disallowed by default?
Re: Please add .UNF extension to the list of allowed files
Rephrased: the forum software only looks at everything past the last dot found in the filename. ("Container"? Damn Python freaks... ;P) And yes, by default nothing is permitted. I can't find a good screenshot of the control panel that controls this (all the stuff I find is either outdated or obfuscated or in a foreign language) else I'd show you and you'd understand the UI/model a bit better.
I've added the following extensions as permissible:
.py
.php
.bmp
.dmg
.lha
.lzh
I've added the following extensions as permissible:
.py
.php
.bmp
.dmg
.lha
.lzh
- rainwarrior
- Posts: 8756
- Joined: Sun Jan 22, 2012 12:03 pm
- Location: Canada
- Contact:
- rainwarrior
- Posts: 8756
- Joined: Sun Jan 22, 2012 12:03 pm
- Location: Canada
- Contact:
Re: Please add .UNF extension to the list of allowed files
Could you add .nesproject files for NESICIDE?
- cpow
- NESICIDE developer
- Posts: 1097
- Joined: Mon Oct 13, 2008 7:55 pm
- Location: Minneapolis, MN
- Contact:
Re: Please add .UNF extension to the list of allowed files
Beat me to it.rainwarrior wrote:Could you add .nesproject files for NESICIDE?
Re: Please add .UNF extension to the list of allowed files
Is there a spec for .nesproject files? I'm trying to find why not to just zip them.
Re: Please add .UNF extension to the list of allowed files
I've added .nesproject (for Tepples: I added it to "Downloadable Files" because it's the only description/section/behaviour that makes the most sense for what it is. I didn't want to add it to Plain Text, etc...)