Rominator v3.2.1 Released

Status
Not open for further replies.

Opium

PogoShell it to me ™
OP
Former Staff
Joined
Dec 22, 2002
Messages
8,202
Trophies
0
Age
36
Location
Australia
Website
www.gbatemp.net
XP
1,163
Country
Australia







Rominator v3.2.1 Released

DS ROM Organiser








rominatorshot.jpg



Hankchill is on a roll with his latest version of the popular DS ROM organiser, Rominator. This new version brings about a lot of additions including an extensive save system that lets you organise your save files.



changelog said:
- A new friendly introduction screen has been added, so new users can now do an initial setup process before diving into the program.

- Added a 'Make a Donation' menu item in the Help Menu

- Help > Rominator Help now points to the upcoming Rominator help Web Site

- Extensive Save System - Now you can organize your saves, import them, export them, replace them, comment them, and have as many as you want for each game.

- Changed the Save Manager. Through the save manager you can see the existing saves in the database and only delete from them, without having the actual game at hand.

- Fixed ever so slight misalignment of the Colours in the settings

- When changing the Naming Scheme, the example live-updates to show you exactly how it'll look before you press the Set button to confirm.

- Replaced Character Omissions with an entire String Replacement System, so this way you can define exactly which strings of text or characters you want changed yourself.

- Restricted special characters now cannot be used in the naming scheme or game names.

- Fixed small bug with Multilanguage Tags leaving behind a space if it's being followed by a space.

- Fixed a small bug that would crash Rominator if you dragged a game onto the game list area but dropped it on an empty space if you had more than 1 list available.

- It is now possible to rename game lists and smart lists (Except the Games and Flash lists)

- If Rominator now ever stops functioning correctly due to the window position (ie closing the program while minimized), press and hold the Shift key when launching Rominator to restore the window position to the default.

- An option to delete the default folder is available in the Tools menu.

- Fixed a bug that would allow the special delimiter that separates the string replacers to be used

- You can now edit the string replacements by double clicking on them, instead of deleting and adding a new one.

- Option to AutoSort Alphabetically or By Number

- If you ever experience problems with the settings not functioning, holding the Ctrl+Alt keys down while launching Rominator will allow you to reset to the factory default settings.


Rominator is available for Windows, Mac OS X and Linux. Please select your operating system below.



download.gif
Windows

download.gif
Mac OS X

download.gif
Linux



 

akira28

New Member
Newbie
Joined
Apr 17, 2007
Messages
2
Trophies
0
XP
28
Country
United States
Your application is awesome!
Thank you for the great job
biggrin.gif


I have a question, the db updates are manteined by you or is taken elsewhere?
And there's the possibility to add demos and other xxxx?
A wiki-like project where the community could help to create the rom's db should be great
biggrin.gif
.
I could help with my knowledge in web application creation (php, mysql and so on)
Bye!
 

hankchill

I Pwn n00bs.
Member
Joined
Nov 5, 2005
Messages
2,338
Trophies
0
Age
38
Location
Outer Space
Website
www.hankchill.com
XP
421
Country
Canada
Sorry I haven't been able to do the database update, I've been incredibly busy with personal family matters, but don't worry, I'll get around to it tonight a deliver the update for midnight EST.

Regards.
 

beautifulbeast

Well-Known Member
Member
Joined
Mar 10, 2007
Messages
405
Trophies
0
Age
43
Location
Madrid
Website
Visit site
XP
125
Country
I still get an error message when I try to install it in Linux:
Code:
bb@bb-desktop:~$ sh rominator_linux.gz
rominator_linux.gz: 1: Syntax error: "(" unexpected
Can anyone help? cause I can't live without this app...
 

hankchill

I Pwn n00bs.
Member
Joined
Nov 5, 2005
Messages
2,338
Trophies
0
Age
38
Location
Outer Space
Website
www.hankchill.com
XP
421
Country
Canada
I still get an error message when I try to install it in Linux:
Code:
bb@bb-desktop:~$ sh rominator_linux.gz
rominator_linux.gz: 1: Syntax error: "(" unexpected
Can anyone help? cause I can't live without this app...

I'll reupload it without the ( in the name, since it's named "Rominator for NDS (Linux)", I'll take out the (Linux) portion
smile.gif


Regards.
 

Empyre

Well-Known Member
Newcomer
Joined
Feb 15, 2006
Messages
53
Trophies
0
Age
56
Location
Farnborough (UK)
Website
www.dsbrew.com
XP
145
Country
You could try un gzipping it an running the executable inside.. just a thought,

You might also need to chmod it so that its executable.

And its not a shell script so no 'sh' required.


I still get an error message when I try to install it in Linux:
Code:
bb@bb-desktop:~$ sh rominator_linux.gz
rominator_linux.gz: 1: Syntax error: "(" unexpected
Can anyone help? cause I can't live without this app...
 

beautifulbeast

Well-Known Member
Member
Joined
Mar 10, 2007
Messages
405
Trophies
0
Age
43
Location
Madrid
Website
Visit site
XP
125
Country
I keep getting the same error when I run it from a terminal.
Executing the file inside the gzip doesn't work either because I get an error that there's not a program suitable for it's installation.
I don't see how chmod ding it would work since the file inside the gzip is already an executable
frown.gif

Maybe someone could provide a step by step tutorial for installing it?
 

beautifulbeast

Well-Known Member
Member
Joined
Mar 10, 2007
Messages
405
Trophies
0
Age
43
Location
Madrid
Website
Visit site
XP
125
Country
I keep getting an error. Here's what I do (I replaced the gzip command for gunzip, since it wasn't working that way, the file is already compressed and I guessed this is what you meant):

Code:
gunzip -r rominator_linux.gz
chmod 777 rominator_linux
rominator_linux

Then I get this error:
bash: rominator_linux: command not found
 

Xtreme Bug

Member
Newcomer
Joined
Apr 7, 2007
Messages
9
Trophies
0
XP
48
Country
United States
You're not setting it as an executable, you're just changing the user permissions (which you shouldn't need to do). To set it as an executable, you have to run "chmod +x rominator_linux" and then you should be able to run it without any problems at all. You can also just right click on the file and go to the properties menu. There should be an option at the bottom that allows you to set it as an executable. From then, you should just be able to double click the icon and run it like an exe on windows.
 

beautifulbeast

Well-Known Member
Member
Joined
Mar 10, 2007
Messages
405
Trophies
0
Age
43
Location
Madrid
Website
Visit site
XP
125
Country
Done it. This is how I did it and will leave it here as a reference to other Linux noobs:

Code:
gunzip -r rominator_linux.gz
chmod 777 rominator_linux
./rominator_linux

Note: It's not sure that the chmod part is necessary or not.
 

Empyre

Well-Known Member
Newcomer
Joined
Feb 15, 2006
Messages
53
Trophies
0
Age
56
Location
Farnborough (UK)
Website
www.dsbrew.com
XP
145
Country
oops! I meant "gzip -d" to decompress -r is recursive and isn't required, thats why the next command failed I screwed up and it didn't get decompressed.

chmod 777 sets the file to rwxrwxrwx
chmod 755 would also work, that gives rwxr-xr-x
chmod 744 would also work but only you could execute it, rwxr--r--

depending on the existing protections and your access level you might need to sudo that.

http://en.wikipedia.org/wiki/File_system_p...#Octal_notation

you shouldn't need the ./ if it's executable.
 

hankchill

I Pwn n00bs.
Member
Joined
Nov 5, 2005
Messages
2,338
Trophies
0
Age
38
Location
Outer Space
Website
www.hankchill.com
XP
421
Country
Canada
felixstrife said:
wow awesome such a good trimmer
gbasp.gif

This isn't a trimmer. And you're going to cause confusion by bumping YEAR OLD topics. I've put in a request to get this one locked, because it's obviously a much older version.

Do the board a favour and STOP POSTING USELESS CRAP IN OLD TOPICS. If that is too much for you to handle, then don't post at all.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • SylverReZ @ SylverReZ:
    Thanks mate.
  • Sicklyboy @ Sicklyboy:
    I used to drink alcohol fairly often. Never to the point of it being a problem, but like 2-3 beers with dinner each night, or a few cocktails or glasses of Scotch or something. Started smoking/vaping weed a lot a few years back which killed 90% of my interest in booze. Now I stopped smoking/vaping weed as much and just deal with life the boring way most of the time
    +1
  • Xdqwerty @ Xdqwerty:
    I only drank alcohol once and it was by accident
  • Xdqwerty @ Xdqwerty:
    I didnt know it was beer, it was on a juice bottle
  • SylverReZ @ SylverReZ:
    Yeah, I'm addicted to smoking, sadly. It's very addictive but I wish I didn't start.
  • K3Nv2 @ K3Nv2:
    May just order a 5700g for a nas/emulation set up tbh
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, atleast you were asleep on 4/20
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, you played that Mario flash game called Mario 63?
  • SylverReZ @ SylverReZ:
    @Xdqwerty, No, but I've seen it on Vinesauce's stream.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, that game is one of the reasons i met newgrounds bc the full versión of it is in that site
  • Xdqwerty @ Xdqwerty:
    Also somebody is remaking it
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, the other game where I found newgrounds is new york shark
    +1
  • SylverReZ @ SylverReZ:
    Spoke to Tom Fulp the other day, if he can find his old Newgrounds site content like the mini Flash animations from the 2000's that played on the portal.
  • SylverReZ @ SylverReZ:
    So far no response, but he did say that he'll find them. Wayback Machine doesn't have em.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, atleast the 1999 versión of pico's school is avaliable (the difference between it, the 2006 versión and the 2016 versión is that the speed of the game depends of the speed of your computer and that it had the og soundtrack)
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Another being Pico VS Bear, the original 1999 version before Jim Henson filed a DMCA takedown.
    +1
  • Xdqwerty @ Xdqwerty:
    The 2006 versión was made when the flash portal was made
  • SylverReZ @ SylverReZ:
    Many people thought it was lost, but was discovered that he hid it on the same page.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, although the "secrets" system where the game was has been removed. Also pico vs uberkids had a netplay versión that was shutdown, although the swf file has been found
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Nope. There are two download buttons on the same page, where you can download the original under a file called "bear.exe". "bear2.exe", however, is the updated game in a Flash projector. P.s. this was on the archived Pico page from 2000.
  • SylverReZ @ SylverReZ:
    @Xdqwerty, That's been there for a long time, too. People who search for lost media don't look hard enough lmao.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, also the pico 2 demos used to be only for the newgrounds patrons but they are on internet archive too (https://archive.org/download/picos_school_2)
    +1
    Xdqwerty @ Xdqwerty: @SylverReZ, also the pico 2 demos used to be only for the newgrounds patrons but they are on... +1