 |
Author |
Message |
wertigon
Rookie
Joined: Sat Aug 07, 2004 7:20 pm Posts: 46
|
If you're going down this route, atleast be kind enough to create subfolders automaticly (One for images, one for sounds etc). Takes about 20 seconds total and helps everyone tremendously. :3
|
Mon Dec 01, 2008 4:06 pm |
|
 |
FitzRoy
Veteran
Joined: Wed Aug 04, 2004 5:43 pm Posts: 861 Location: Sloop
|
That's a bit overzealous for me, I move things to my program folder all the time, overwrite executables with different ones, etc. It's not like they're system files, I put them there. There's no reason Vista should be extending admin lockout to this folder by default.
But anyways, bsnes doesn't have an installer/uninstaller, so it leaves remnants of itself upon deletion. Nor does it create unique cfgs for each version, so operating multiple versions under this system is impossible. If that's by the book, it needs a new chapter.
|
Mon Dec 01, 2008 5:46 pm |
|
 |
byuu
|
Too bad I missed this. I just spent my $150 on a new processor. I really do want a working NTSC SWC DX2, but I unfortunately don't have the money right now D: I prefer if the default uses the current path for everything, as is the case now. Also, that doesn't work well for Linux. I'd have to default all the paths to a users' home folder. Given people don't like the config file there, I can only imagine the ensuing chaos of putting everything there ... Linux, Linux, Linux :P I like consistency between ports.
Keeping the config file between versions is much better than making them incompatible. See ZSNES+PSR.
If we make an important change, all we have to do is change the name of the variable (eg snes.smp_ntsc_rate -> snes.ntsc_smp_rate or whatever), and it will automatically be set to the emulator default.
----------
Would be cool if you were a programmer, I could just give you the reigns of the Windows port :P
|
Mon Dec 01, 2008 6:24 pm |
|
 |
Verdauga Greeneyes
Regular
Joined: Tue Mar 07, 2006 10:32 am Posts: 347 Location: The Netherlands
|
But let's face it, Linux isn't even consistent with itself
On a more serious note, why not put a version string in the config file? Then you don't have to rename any variables, you can just make bsnes enforce a minimum version number. You could simply use the bsnes version numbering system for that, but only update it on major changes.
|
Mon Dec 01, 2008 6:56 pm |
|
 |
DataPath
Lurker
Joined: Wed Jul 28, 2004 1:35 am Posts: 128
|
 bsnes windows installer
byuu, would you be interested in a windows installer for bsnes?
Wrap everything up nice in a little windows installer package, create a start menu shortcut, and lets people uninstall it from the windows Add/Remove programs tool?
|
Mon Dec 01, 2008 8:32 pm |
|
 |
_willow_
Hazed
Joined: Mon Dec 24, 2007 2:03 am Posts: 51 Location: Russia
|
Please Please do not pack the goods into installer c**p [garbage]
Let it remain clean.
_________________ quake2xp audio engineer
|
Mon Dec 01, 2008 9:16 pm |
|
 |
henke37
Lurker
Joined: Tue Apr 10, 2007 4:30 pm Posts: 152 Location: Sweden
|
Just do it like the pros and ship with and without an installer, now everybody is happy.
[Imagine a picture of people singing and dancing here]
|
Mon Dec 01, 2008 10:20 pm |
|
 |
FitzRoy
Veteran
Joined: Wed Aug 04, 2004 5:43 pm Posts: 861 Location: Sloop
|
I would've still gotten it myself because I'm in the market for a copier, but it's pretty steep compared to the UFO he had and of no advantage to me. So I got the UFO, which I've owned before. The flash cart is a million times faster to dump with, but a bug in the dumping software makes it incapable of dumping games with colons or slashes in the internal header. It also transfers via a legacy port that my new motherboard doesn't have, and LPT1>usb adapters may not work for this device.
Would be cool if I was lord of the universe. I've thought about getting into programming... I've always wanted to create a rom management program because I hate working with the ones that exist. I doubt I have the time to get to your level and create an emulator.
But I foresee myself getting livid with OS-end issues I can do nothing about. I'm also nitpicky about other things. For example, I get bothered by things most people don't care about, like inconsistent or nonsensical constructions in the languages themselves. Take A HREF for instance. What does A have to do with hyperlinks? Why not LINK REFERENCE? Why abbreviate IMAGE to IMG and SOURCE to SRC? TABLE isn't. BODY isn't. Learning the language could have been made much simpler by doing away with this randomness and utilizing existing memories as much as possible. I'm sure the savants who constructed the higher level languages took chainsaws to every short word they could find.
I'm just turning into a huge non-conformist these days when it comes to systems we've adopted from god-knows-who and done nothing to improve upon. The phonetic orthography of English is a disaster.
|
Tue Dec 02, 2008 2:48 am |
|
 |
henke37
Lurker
Joined: Tue Apr 10, 2007 4:30 pm Posts: 152 Location: Sweden
|
Yup, things does get messy when they gradually evolve. Look at how actionscript evolved. It was such a mess that they really did scrap (kinda) the full thing and remade it from scratch, and much faster this time.
|
Tue Dec 02, 2008 7:21 am |
|
 |
Verdauga Greeneyes
Regular
Joined: Tue Mar 07, 2006 10:32 am Posts: 347 Location: The Netherlands
|
While I agree with you to an extent, it generally gets very annoying to work with code that has massive variable names. (they make it harder to see the algorithm as a whole: lines get too long, and when line wrap rules are in effect it's even worse) On the other hand you still want them to -mean- something; using A and B and X and Y works to an extent, but can be very difficult to understand for someone seeing the code for the first time (even with explanations above the function, which also lead to excessive commentary)
The people who designed these languages were most likely long-time programmers, and old habits die hard. For web-based languages they also had to take into account the fact that smaller pages are quicker to send - not a real problem nowadays, but with the languages already in such wide-spread use..
PS: besides, if programming languages looked like normal languages, programming wouldn't look impressive 
|
Tue Dec 02, 2008 1:56 pm |
|
 |
odditude
Official tech support dood
Joined: Wed Jan 25, 2006 7:57 am Posts: 2092
|
not to mention that especially in the earlier days of the intarwebs, shaving bytes off your HTML was a huge thing. shorter tags, hell yeah!
_________________ Why yes, my shift key *IS* broken.
|
Wed Dec 03, 2008 12:28 am |
|
 |
Verdauga Greeneyes
Regular
Joined: Tue Mar 07, 2006 10:32 am Posts: 347 Location: The Netherlands
|
I did mention that  But yeah, what was that 'sport' called again? The only thing I remember is that you were supposed to keep your lines within a 256 character limit (or 255 to include a null?) because browsers tended to use 256 character buffers and would choke (well, slow down at least) on longer lines. Other than that they strongly discouraged the added cost of line breaks.
|
Wed Dec 03, 2008 12:33 am |
|
 |
byuu
|
Went to World Market for the first time finally. Got some Julmust and Dubbel Zout Salmiakki.
The Julmust is fucking awesome. It's basically hops flavored Coke. I wish I could buy this stuff year-round.
The double-salt salmiakki ... wow. The first piece was similar to what I imagine drowning in the Atlantic Ocean would be like. But ... it grows on you pretty quickly. Oddly enough, the Ammonium Chloride in it seems to cause at least a psychosomatic mood lift effect.
Bastard co-workers won't even try a piece D:<
If "Ammonium Chloride" scares you -- not to worry. It's just a mixture of Hydrogen Chloride and Ammonium ;)
I'll have to try and make some home-made Salmiakki Koskenkorva with some Absolut sometime.
If an entirely new version of the config file is needed, I would take this route, yes. I'm not personally interested in making / hosting one, but if other people want one I certainly don't mind if one is made. I do want to make a .deb Linux binary package at some point. Speaking of which -- a recent idea: since bsnes uses UPX anyway, and the only other files are the readme texts ... what if I stuck those inside the emu under the "Misc" menu, and distributed bsnes as a direct executable, rather than as a ZIP file? Would people like that more or less? I bought a cheap PCI add-on card for serial ports. Though the USB one works great, too. I like the USB one more, it turns blargg's SNES<>serial interface into a SNES<>USB interface :D
It'd be for editing the GUI, which would be substantially easier.
Writing an entire emulator is certainly not for everyone. Most importantly, you need lots and lots of patience. Even after a half-decade of programming daily, you need the patience to work on an app that only shows a black screen for a solid three to six months.
Once you get your first game running a bit, no matter how broken it is overall, it's all downhill from there. For me, that was with Super Valis IV with no BG SC region support ("corrupted" backgrounds.)
|
Wed Dec 03, 2008 1:44 am |
|
 |
h4tred
|
Thats something I can actually agree with you on.
Another thing, try upx with the --lzma command line parameter.
|
Wed Dec 03, 2008 1:55 am |
|
 |
byuu
|
Thanks, I'll try it. Always thought -9 was the best you could do, but that looks to be incorrect.
Also, the manual at http://linux.die.net/man/1/upx advises:
Info: the option --brute is an abbrevation for the options --best --all-methods --all-filters --crp-ms=999999.
I'll try that, too.
|
Wed Dec 03, 2008 2:24 am |
|
 |
Jipcy
Veteran
Joined: Thu Feb 03, 2005 8:18 pm Posts: 768
|
Can you make them auto-generate on first-run like the config file?
Either way, that sounds find to me. And if you start using -brute with upx, well then smaller downloads all around, right?
_________________ Official ZSNES Docs | NSRT Guide | Using a Wiimote w/ emulators
|
Wed Dec 03, 2008 6:52 am |
|
 |
grinvader
ZSNES Shake Shake Prinny
Joined: Wed Jul 28, 2004 4:15 pm Posts: 5615 Location: PAL50, dood !
|
Err... what you do with your food is not my concern, but I doubt you should advertise it like that.
Little primer. It's good for plants as a long-lasting fertilizer, but it's completely useless for animals - seeing as it's a primary toxic waste, and not used for anything.
And smells like crap, honestly.
But hey, it's your kidneys, not mine.
_________________ 皆黙って俺について来い!!
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
|
Wed Dec 03, 2008 7:12 am |
|
 |
Fras
Hazed
Joined: Tue Jan 16, 2007 5:32 pm Posts: 54
|
After a whole month with julmust being almost the only thing one drinks here, one can get a little tired on it. If not, then there's påskmust(essentially the same thing...) in the easter. >_>"
|
Wed Dec 03, 2008 11:56 am |
|
 |
Tallgeese
Justice is Blind
Joined: Wed Jul 28, 2004 3:33 pm Posts: 620 Location: Test
|
Well, if I'm not mistaken... chemically it is possible to mix a poisonous thing with another thing, and the result is non-poisonous. Table salt anyone?
|
Wed Dec 03, 2008 5:06 pm |
|
 |
byuu
|
I could, sure. Don't see the point if they're accessible from the menu, though. Seems like a better place for them. The combination is supposedly safe. Given the Finns eat the stuff all the time. In fact, they use AC for some kidney diuresis thing or something. Not like it really matters, I'm not a big fan of the stuff so far.
Do they make you drink it there? o.O
I figure it'd be like Egg Nog or Coke, just get it when you're in the mood. Hmm ...
|
Wed Dec 03, 2008 5:12 pm |
|
 |
FitzRoy
Veteran
Joined: Wed Aug 04, 2004 5:43 pm Posts: 861 Location: Sloop
|
I like the idea of putting the readme and license into the program. I take it that will change "About..." to more of a notepad-like program window with everything in the readme displayed. And License would be an entry. If you do it in a program window, you might be able to make the links clickable, which would be cool.
I think this less obvious location for the readme information makes me not like "Misc" as much. I think you should put things like the debugger and wav logger into a "Tools" section and put the other stuff into "Help".
|
Wed Dec 03, 2008 6:09 pm |
|
 |
byuu
|
Okay, looks like upx --lzma only tests one mode. So upx --brute is best for testing all 36 methods and choosing the best. Results:
ZIP: 378 KB (387,620 bytes)
Yes, exactly. Though a hyperlink inside of an standard editbox wouldn't be possible. For that, I'd have to make something fancy like an HTML viewer widget -- and that could get really tough. The blocking feature here would be hiro's font support. I'd want to create a monospace font (for the === separators) and size the window for 80xNN vertical-scroll only. I need that anyway for the debugger stuff I'm starting on. Could always use all-caps for the section names, too. Then just use the normal font.
The only "tools" would be "Log audio data" and "Capture screenshot" ... doesn't make much sense to have a whole top-level menu option for that. How about we relegate those options to keyboard bindings? We can make it one of the input config UI groupings: "General", "Tools" and "Debugger". Not like that many people are going to take screenshots anyway.
Then we can have:
Help >
- Readme / Documentation
- License
- <separator>
- About ... (keeping this as I'd like to put some artwork on here one day)
|
Wed Dec 03, 2008 6:35 pm |
|
 |
grinvader
ZSNES Shake Shake Prinny
Joined: Wed Jul 28, 2004 4:15 pm Posts: 5615 Location: PAL50, dood !
|
Salts aren't any less toxic than their components. Why ? Because they dissociate in water (and saliva is largely made of it).
Now, what ARE the components of table salt ? Sodium ION and Chloride ION (plus others like iodine - still ionic - depending the origin/processing of that salt). NOT the elements, the ions. I'm not gonna explain the differences here, but they are many and major.
As a matter of fact, you can't live without sodium or chloride (and many, many other) ions.
But you can live just fine without ammonium. It's not used for anything and is a byproduct of cellular activity, is transformed by your kidneys into urea then excreted. Eating it increases their workload. Eating too much overloads them and you end up happy dialysis kidney failure yay fun times.
Of course 'too much' is a specific amount for the average adult human being, you can probably find it somewhere on the extarbutts. Also everything has a 'too much' limit over which it stops being good, but ammonium's limit for that is ZERO. It's never good.
Anyway, I'm all for enjoying stuff in life and eating various horrors in the process, but you don't see me advertising it without pointing out the (arguably) fun consequences, if ever.
_________________ 皆黙って俺について来い!!
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
|
Wed Dec 03, 2008 8:13 pm |
|
 |
FitzRoy
Veteran
Joined: Wed Aug 04, 2004 5:43 pm Posts: 861 Location: Sloop
|
NM then, it's easy enough to copy and paste. You don't have to use a different font, but maybe you should add bold support and use that. Which you needed to do for GUI notes anyway, right?
I do want to get away without a tools section, but WAV recording has to be singled out as problematic. If you accidentally hit that keybind, an enormous audio file would start generating on your hard drive. I question the usefulness of this option anyway. You know I'd rather have people using external programs to log audio or video of their apps. They're as common as dirt since youtube took off, I doubt we even have to bother suggesting any in the documentation.
I don't like the redundancy of having both documentation and about, but whatever. I've modified my readme reconstruction since you last read it, changed tips and tricks to standard behavior, and explained what bsnes does with configuration settings in as simple terms as I could. I did not go into the whole "single-user" mode thing. I don't think anyone needs to know about that functionality except developers and testers who use versions prior to when you realized the variable conflicts, because avoiding those is the only reason I'd ever use it.
|
Thu Dec 04, 2008 12:17 am |
|
 |
creaothceann
Seen it all
Joined: Mon Jan 03, 2005 5:04 pm Posts: 2302 Location: Germany
|
Let bsnes have a "save file" dialog pop up then that can be canceled.
I take it you never used that option yourself?
The reason why internal recording options are so immensely great, why e.g. the TASers maintain their own emulator forks if necessary, is that nothing gets lost. You get frame-perfect results, no matter how long it takes to render a frame. External programs like Fraps are inherently flawed in that regard.
_________________ vSNES | Delphi 10 BPLs bsnes launcher with recent files list
|
Thu Dec 04, 2008 1:43 am |
|
|
Who is online |
Users browsing this forum: No registered users and 4 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum
|
|
 |
|