RomRaider

Open Source ECU Tools
 FAQ •  Register •  Login 

RomRaider

Documentation

Community

Developers

It is currently Thu Jan 08, 2009 11:23 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: SimpleTune First release done!
PostPosted: Mon Sep 22, 2008 8:26 pm 
Offline
RomRaider Developer

Joined: Tue Jul 11, 2006 9:25 pm
Posts: 992
Yes another ROM editor. Why? RomRaiders GUI wasn't what I wanted structurally or programmatically for my future goals. Altering RomRaider would have been equivalent to starting a new project anyways.

FWIW, no logger in my code, no competition yet ;)

But if you want to try a fast, lower memory footprint ROM editor, give it a shot.

http://simpletune.org/home

Off to put UTEC support back in. Maybe sleep then UTEC :D

-Eric-

PS. I'm NOT going to start another forum/community. Great stuff exists here.

------------------------------------

Update! Added ROM Comparison Tool. For those of you that manage many versions of ROMs, this can help verify differences. Details here:
http://www.iwsti.com/forums/ecu-tuning- ... ost2194955

_________________
AIM: TguiWRX


Last edited by Tgui on Sun Dec 07, 2008 4:11 am, edited 2 times in total.

Top
 Profile E-mail  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Mon Sep 22, 2008 8:42 pm 
Offline
RomRaider Developer
User avatar

Joined: Sun Jul 16, 2006 12:09 am
Posts: 535
Location: Brisbane, Australia
Looks good Eric. I'll have to compare its speed and memory usage to something I have in the works :twisted:

_________________
Paul.
------------------------------------
MY04 Forester XT (Aus. spec)


Top
 Profile  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Mon Sep 22, 2008 8:43 pm 
Offline
RomRaider Developer

Joined: Tue Jul 11, 2006 9:25 pm
Posts: 992
kascade wrote:
Looks good Eric. I'll have to compare its speed and memory usage to something I have in the works :twisted:


Crap, nerd wars. ;)

_________________
AIM: TguiWRX


Top
 Profile E-mail  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Wed Sep 24, 2008 6:49 pm 
Offline
Experienced

Joined: Wed Nov 22, 2006 10:23 pm
Posts: 397
Hooray for tabbed UI!

[Edit: I later realized that there isn't one tab per ROM. Not so much glee, then.]


Last edited by NSFW on Sat Nov 22, 2008 10:09 pm, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Sat Nov 22, 2008 9:25 pm 
Offline
Experienced

Joined: Wed Nov 22, 2006 10:23 pm
Posts: 397
How do I make map scaling happen? I hit the button, entered a larger value for the rightmost column, nothing happened.
Tried entering a value and hitting the scaling button, still no luck.
Tried highlighting the whole axis, hitting the button, no luck.
Can you walk me through it?

Thanks!


Top
 Profile  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Sun Nov 23, 2008 12:34 am 
Offline
RomRaider Developer

Joined: Tue Jul 11, 2006 9:25 pm
Posts: 992
NSFW wrote:
How do I make map scaling happen? I hit the button, entered a larger value for the rightmost column, nothing happened.
Tried entering a value and hitting the scaling button, still no luck.
Tried highlighting the whole axis, hitting the button, no luck.
Can you walk me through it?

Thanks!


-Open table
-Hit scale button, it should turn RED
-Double click axis cell, enter in new value, hit enter

Note that the fine and coarse buttons dont cause the table cells to change. Not a bug, just a limitation ;)

Let me know if this helps!

_________________
AIM: TguiWRX


Top
 Profile E-mail  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Sun Nov 23, 2008 1:13 am 
Offline
Experienced

Joined: Wed Nov 22, 2006 10:23 pm
Posts: 397
When I do that, the only value that changes is the one cell that I typed the new value into.
My goal here was to scale this out to 3.2 g/rev instead of the original 2.5:

Image

Doesn't really matter in this case due to the shape of this particular map, but the same thing happens (or rather, doesn't happen) with timing maps.


Top
 Profile  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Sun Nov 23, 2008 1:28 am 
Offline
RomRaider Developer

Joined: Tue Jul 11, 2006 9:25 pm
Posts: 992
NSFW wrote:
When I do that, the only value that changes is the one cell that I typed the new value into.
My goal here was to scale this out to 3.2 g/rev instead of the original 2.5:

Image

Doesn't really matter in this case due to the shape of this particular map, but the same thing happens (or rather, doesn't happen) with timing maps.


Well, all the cells below that axis value were changed. The logic is such that if you're extending the load beyond the current max, then use the last max value. Much like how the ECU deals with loads beyond table limits.

Open up a timing map and change a 1.6 to a 1.65 using the scaling and the values will change as there is data for the program to use below and above that value to interpolate a 1.65 load axis value.

Hope that helps, if not let me know.

_________________
AIM: TguiWRX


Top
 Profile E-mail  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Sun Nov 23, 2008 1:49 am 
Offline
Experienced

Joined: Wed Nov 22, 2006 10:23 pm
Posts: 397
I see. I thought it was going to rescale the table, not just the column. Please consider that for the next release. :)


Top
 Profile  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Sun Nov 23, 2008 2:28 pm 
Offline
RomRaider Developer

Joined: Tue Jul 11, 2006 9:25 pm
Posts: 992
NSFW wrote:
I see. I thought it was going to rescale the table, not just the column. Please consider that for the next release. :)


I'll think about it, the backend code is all there. You can get the same effect playing with the smoothing and scaling functionality.

_________________
AIM: TguiWRX


Top
 Profile E-mail  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Sun Nov 30, 2008 2:22 pm 
Offline
Newbie

Joined: Sat Nov 08, 2008 12:27 am
Posts: 2
Looks nice. Is is possible to make the table x/y axis display configurable? For example I'm used to tuning a system with the load on the Y axis and RPM on X. It's not a big deal to get used to it but it does make it a little tough when jumping from system to system.


Top
 Profile E-mail  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Sun Nov 30, 2008 3:39 pm 
Offline
RomRaider Developer

Joined: Tue Jul 11, 2006 9:25 pm
Posts: 992
boost junkie wrote:
Looks nice. Is is possible to make the table x/y axis display configurable? For example I'm used to tuning a system with the load on the Y axis and RPM on X. It's not a big deal to get used to it but it does make it a little tough when jumping from system to system.


Thats a good idea. Though, since I'm the only hacking at this and free time is short, I'll have to file that with all the other nice to haves I wish I had time for ;)

Thanks for the input!

Also, I'll be releasing a new version soon that compares ROMs, finds similar tables with different tables and offers to copy changes over. My development is driven by what I'm too lazy to do by hand.

_________________
AIM: TguiWRX


Top
 Profile E-mail  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Sun Nov 30, 2008 4:29 pm 
Offline
Experienced

Joined: Wed Nov 22, 2006 10:23 pm
Posts: 397
Speaking of axes, I'd love to be able to view tables with 0/0 in the lower left.

Having the origin in the upper-left drives me nuts. :lol:


Top
 Profile  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Sun Nov 30, 2008 4:48 pm 
Offline
Newbie

Joined: Sun Oct 15, 2006 9:10 pm
Posts: 78
Tgui wrote:
Also, I'll be releasing a new version soon that compares ROMs, finds similar tables with different tables and offers to copy changes over. My development is driven by what I'm too lazy to do by hand.


Oh, that'd be great.
Donations will be given :mrgreen:


Top
 Profile  
 
 Post subject: Re: SimpleTune First release done!
PostPosted: Sun Dec 07, 2008 4:10 am 
Offline
RomRaider Developer

Joined: Tue Jul 11, 2006 9:25 pm
Posts: 992
Nuke209 wrote:
Tgui wrote:
Also, I'll be releasing a new version soon that compares ROMs, finds similar tables with different tables and offers to copy changes over. My development is driven by what I'm too lazy to do by hand.


Oh, that'd be great.
Donations will be given :mrgreen:



Done.

http://www.iwsti.com/forums/ecu-tuning- ... ost2194955

_________________
AIM: TguiWRX


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 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
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subsilver by phpBBservice.nl
phpBB SEO