
New Ride Exchange
#51
Posted 26 September 2009 - 07:43 PM
#52
Posted 28 September 2009 - 12:48 AM

Here's an example:
SELECT R.*,C.Category_Name AS Category,T.lang_name AS Type,M.Name AS Creator
FROM ridex3_rides R,ridex3_categoryname C,ridex3_typename T,members M
WHERE (T.lang_name IN ('Vertical_Drop_Rol','Air_Powered_Verti')) AND (R.Flat = -1 AND R.TP4 = -1 AND T.RCT_Version = 3 AND R.withgame != -1 AND (R.rct2_themes & 4 != 0)) AND C.Category_Type = T.Category AND T.Vehicle = R.Vehicle_type AND R.Uploader = M.member_id
ORDER BY R.Drops DESC , R.Upload_date DESC
From that, it's obvious that the user wants only Air Powered Vertical and Vertical Drop coasters for RCT2 only, that come with screenshots and can be built on flat land. The results should exclude any rides that shipped with the game, be themed with shrubs and ornaments, and sorted so that the rides with the most drops appear first.

#53
Posted 28 September 2009 - 03:03 AM
"Magic"
Got it.
#54
Posted 28 September 2009 - 12:04 PM
Here's an idea of what goes on after you add a track file, a screenshot and a comment, and upload it.
- Validate the track file
- Ensure it isn't already in the Ride Exchange
- Validate the comment
- Validate the screenshot
- Reformat, and create a thumbnail
- Create ride build instructions
- Create the zipfile for download
- Add the ride to the database
- Update the ridex stats, 'hall of fame', and member data
- Feedback to the user
- Track invalid or already in Exchange
- The track was OK, but the comment wasn't
- The track was OK, but the screenshot wasn't
- Success!
Improvements I'm going to try and implement are:
- RCT1 rides will now have build instructions.
- The existing Ride Exchange logs show that many track uploads are abandoned because of invalid screenshots. In 10.b. and 10.c. above, previously the track used to be rejected. Now it will be added, and you'll get the chance to change the comment and/or screenshot. If you don't bother to amend either, we'll keep the ride anyway.
#55
Posted 28 September 2009 - 04:12 PM
One question and I'll leave you to it...
Are the tracks that have already been submitted, going to remain, or are they gone forever?
#56
Posted 28 September 2009 - 05:43 PM

#57
Posted 28 September 2009 - 07:27 PM
All is lost.
Got it.
#58
Posted 05 October 2009 - 08:30 PM

#59
Posted 05 October 2009 - 10:34 PM

All the code to convert the images and create thumbnails has been rewritten, or more accurately written again. I have been able to make the images a bit smaller than before.
I am just about back to where I was when the server crashed. But now I have backups.

I have also completely redesigned the 'upload' logic so that I will be able to use it to allow people to edit comments and screenshots. But that may still be in the next version.
#60
Posted 10 October 2009 - 06:45 PM

This is the first successful upload of ANY ride into the new Exchange!
Innovations to note are:
- It's an RCT1 Ride
- The thumbnail (which is not the actual ride as it happens) was made from an in-game RCT2 .BMP screenshot which was uploaded. It's no longer necessary to make your own .jpg screenshots
- The Ride Exchange will now accept RCT1 AND RCT2 rides
- The zip file includes Build Instructions for the ride (not previously possible for RCT1 rides)
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users