Mini-Z, Kyosho Mini-Z Racer, MR-03, MR-02, MA-010, Forums, News, Pictures, Parts, and Shop - Mini-ZRacer.com
Forums, Mini-Z, MiniZ, Kyosho Mini-Z, Kyosho MiniZ, Kyosho Mini-Z Racer
Mini-Z Hop-Ups, Mini-Z Parts, MiniZ Hop-Ups, MiniZ Parts, Kyosho Mini-Z Hop-Ups, Kyosho Mini-Z Parts, Kyosho MiniZ Hop-Ups, Kyosho MiniZ Parts, Kyosho Mini-Z Racer Hop-Ups, Racer Kyosho Mini-Z Parts
Old 2013.06.08, 08:14 PM   #1
TheStig
Addicted to RC and Racing
 
Join Date: May 2013
Location: KS, USA
Posts: 22
Added New Features

I've added a few new features to the program listed below. If they are of interest I'll tidy up the code and see if I can get it back in the main program.
  • Breakout
  • Fastest average over 5 consecutive laps
  • Fastest average over 10 consecutive laps
  • Fastest average over 15 consecutive laps

The breakout option simply announces "breakout!" when a car exceeds the minimum lap time. We run a breakout series at our track and it proves very popular and a great way to get new racers to be consistent and to work on lines and not speed.

The averages appear in the statistics screen. These are very helpful to see how fast the run was over more than one lap. I use this information all of the time to see if my mods are making a true difference (and I don't just fluke a fast time). It's also better than the total time as one crash generally ruins that!
TheStig is offline   Reply With Quote
Old 2013.06.08, 09:07 PM   #2
TheStig
Addicted to RC and Racing
 
Join Date: May 2013
Location: KS, USA
Posts: 22
... also

I added a "Setup Comment" to the statistics screen. Now you can click on any of the cars in a race and annotate if you changed anything with the setup. Again I'm using this to record what I've changed when trying to see if I've made things better
TheStig is offline   Reply With Quote
Old 2013.06.08, 10:01 PM   #3
pinwc4
Registered User
 
pinwc4's Avatar
 
Join Date: Aug 2005
Posts: 913
Yes, these things could definitely be of interest.

I also got your message about SVN access. I can set this up but I need you to register an account on the site first so I can grant the access. When you go to the site on the upper right hand corner should be a link to register an account.

One thing to make sure you are doing is when you add any item that is either displaying text or saying speech make sure to create entries in the translation module for this. Use the constants you define in their within the logic instead of hard coding things to the English language.
pinwc4 is offline   Reply With Quote
Old 2013.06.08, 10:26 PM   #4
TheStig
Addicted to RC and Racing
 
Join Date: May 2013
Location: KS, USA
Posts: 22
Will do. I didn't see a register but I'll take another look.

You caught me. I started off adding translations but I wanted to test. The rest is hard coded for now but I'll be sure to add it to the translation tables (both the help, text and speech).

I think I've become pretty familiar with the code and at where I was using a local git repository, I revved the database (and checked the upgrade) 3 times. I'll try and roll this all into one so you only see one rev.

Where do you want it checked in, to trunk?
TheStig is offline   Reply With Quote
Old 2013.06.08, 10:49 PM   #5
TheStig
Addicted to RC and Racing
 
Join Date: May 2013
Location: KS, USA
Posts: 22
Can you send me a link to the registration page? I'm probably missing it but I can't see a link on the site. I've been into all of the chid pages and searched the pages but no joy
TheStig is offline   Reply With Quote
Old 2013.06.09, 02:20 AM   #6
Racer-HH
Registered User
 
Racer-HH's Avatar
 
Join Date: Feb 2008
Posts: 197
That addition would be appreciated. To make it perfect, please consider the number of laps to be user defined. Here in Germany 3 is a popular lap minimum for an average lap time in qualifying.
If translation is needed: pinwc4 knows how to contact me for that.
__________________
[ my RCs: dNaNo & Mini-Z: MB-010 VE * MC-01 * MF-015 VE Pro * MR-03 VE Pro ]
[ my TX: EX-6 ]
Racer-HH is offline   Reply With Quote
Old 2013.06.09, 07:55 AM   #7
pinwc4
Registered User
 
pinwc4's Avatar
 
Join Date: Aug 2005
Posts: 913
Quote:
Originally Posted by TheStig View Post
Can you send me a link to the registration page? I'm probably missing it but I can't see a link on the site. I've been into all of the chid pages and searched the pages but no joy
This should work:
http://www.flipsideracing.org/projec...unter/register

I just added it back to the site yesterday so I would guess your browser has the old site template cached.

For now I think I will create a separate branch to track the changes.

In thinking about the features further for the breakout feature I think this will either have to be configurable or at least I need to put in logic based on lap counter types. Some of the lap counters out there transmit multiple detections, the lap counting software rejects these as they do not meet the minimum lap time. But if you add logic annoucing a breakout people will be hearing that almost every lap with these lap counters. I will have to look at your logic as you may have already taken care of this. Minimally maybe a hard coded limit of not announcing it if the lap time is excessively fast, like maybe 1 second etc.

And then as Racer-HH says maybe the average lap should be configurable instead of hard coded to a specific lap number, not sure on this though, I will need to see what you have done so far.

Anyways you are doing good work, once you create that account I will get you a branch in SVN.

BTW, I do not use svn:, only https:. I did not setup the separate SVN daemon and just use the Apache module instead.

Last edited by pinwc4; 2013.06.09 at 07:57 AM.
pinwc4 is offline   Reply With Quote
Old 2014.03.25, 04:28 AM   #8
Racer-HH
Registered User
 
Racer-HH's Avatar
 
Join Date: Feb 2008
Posts: 197
Any news on the implementation of these cool features? Especially the overall and/or consecutive n-fastest laps during a qualifying session?
__________________
[ my RCs: dNaNo & Mini-Z: MB-010 VE * MC-01 * MF-015 VE Pro * MR-03 VE Pro ]
[ my TX: EX-6 ]
Racer-HH is offline   Reply With Quote
Old 2014.03.26, 06:29 PM   #9
TheStig
Addicted to RC and Racing
 
Join Date: May 2013
Location: KS, USA
Posts: 22
Great News

... well the good news is that in my testing over the last 9 months they have worked well apart from one small flaw.. if you breakout in the first lap, it doesn't register until you complete another lap.

The rest of it (the averages) all work well.

I really need to get with pinwc4 so he can push the changes out to the masses.

Sorry guys, I dropped the ball on this one. Work went crazy after my position change and I no longer could spend time developing (there's always time for racing! )

pinwc4, email me and I'll see if I can remind myself exactly where I got to with the push.
TheStig is offline   Reply With Quote
Old 2014.03.26, 06:31 PM   #10
TheStig
Addicted to RC and Racing
 
Join Date: May 2013
Location: KS, USA
Posts: 22
OK I just re-read some of the previous thread. The setup comments didn't work as expected but I didn't debug that aspect to get it running. To save confusion it's probably best if I just remove that part for now.
TheStig is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HFAY website Updated: Season 3 added briankstan How Fast Are You? Online Points Series 1 2006.12.20 02:21 PM
Added a new member to my MZM family today. Bad Company Mini-Z Monster MM-01 8 2004.07.21 09:55 AM
Added Blue Screws Today 2G2GOLDENSTRAT Parts and Hop-ups 1 2003.02.08 10:31 AM
Added link to our website. Check it out. Bodie Jr Miscellaneous Discussion 0 2003.02.05 06:59 PM


All times are GMT -5. The time now is 03:49 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2011 Mini-ZRacer.com
Mini Inferno Sale - Up to $85 Instant Savings!
Micro-T Hop-Ups
RC18R, M18, Micro RS4, Mini-LST, TamTech-Gear, Minizilla, RC18T, RC18B, RC18MT
shop.tinyrc.com Products

more»
Tiny RC Community News
[03/22/17] MZR was on vacation, didn't... : All kidding aside, the host experienced a bit of a server meltdown last week and efforts to restore the site to a new server took longer than anticipated. The current server is temporary until - more»
[11/25/15] Did You Hear? Our Black... : Hey Racers,
We're getting started a bit early with our Black Friday sale this year.  Generally we're not supporters of retailers opening early on Thanksgiving, but in our case, we're - more»
[06/30/15] shop.tinyrc.com: Have You... : Hey All! Just a quick reminder to everyone that we post all of our shop.tinyrc.com Newletters here on the MZR Forum. If for some reason you miss them in your email inbox, you can always see the - more»
Mini-Z, Mini-Z Racer, MR-02, MA-010
M18, M18T, RC18T, Mini-LST, Mini-T, Micro RS4, XRay, 1/18, 18th scale
XMODS, XMOD, Micro Flight, ZipZaps, ZipZaps SE, Bit Char-G, MicroSizers, TTTT, Plantraco Desktop Rover, SuperSlicks, Digi Q
Mini Inferno, Mini Inferno ST, half EIGHT, 1/16, 16th scale
Epoch, Indoor Racer, 1/43, 43rd scale
E-Savage, eSavage, eZilla, e-Zilla, HPI
Robots, Bots, Bipeds, Wheeled, Manoi, Roomba, NXT, Lego, Hacking
Crawling, Crawlers, Micro, RC, Losi Mini-Rock Crawler, Duratrax Cliff Climber
Kyosho Minium, Caliber 120, Minium Forums
Mini-Z Hop-Ups, Mini-Z Parts, Mini Inferno Hop-Ups, Mini Inferno Parts, M18 Hop-Ups, M18 Parts