TCCP

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
m
m
 
(11 intermediate revisions by one user not shown)
Line 1: Line 1:
This page is a guide for Trainz Content Creation Program or 'TCCP'<br>
+
This page is a guide for the Trainz Content Creation Program or 'TCCP'
TCCP Beta Testers should look HERE
+
  
'''Under Development'''  The contents and the layout of this page is under development.
+
The TCCP allows developers and Trainz users to interact. Users with a valid TRS19 or TRS22 product can use this system. Beta testers can try new upcoming routes and rolling stock for a 2 week beta for free. No need for a membership.
  
Trainz Content Creation Program or TCCP allows you to become a Registered Content Creator with N3V Auran. You will be eligible to upload Content which may be made available for download by Trainz users, and, for Approved Content, to receive a share of revenues for sales relating to your Content.
+
TCCP Beta Testers should look here '''[[TCCP Beta Testing]]'''
  
 +
TCCP Content Creators '''[[TCCP Content Creation]]'''
  
=Getting Started=
+
'''Under Development'''  The contents and the layout of this page are under development.
  
==Set Up Account==
+
Trainz Content Creation Program or TCCP allows you to become a Registered Content Creator with N3V Auran. You will be eligible to upload Content which may be made available for download by Trainz users, and, for Approved Content, to receive a share of revenues for sales relating to your Content.
Your first step is to get a TCCP account at [https://tccp.auran.com/ '''tccp.auran.com''']
+
When you create your account use your My Trainz username and password. You will be asked to accept the EULA terms and conditions.
+
 
+
Once you have an account created you can find a lot more detailed instructions under [https://tccp.auran.com/documentation.php '''tccp.auran.com/documentation.php'''].
+
 
+
This video also explains most of what you need to get up and running. It is a long video but is split into sections so you can skip to what you need: [https://www.youtube.com/watch?v=6J9Bhq5vIxk&t=65s '''DETAILED VIDEO''']
+
 
+
==Connect With Other Creators==
+
More heads are better than one. There are differnt ways to connect with other content creators and you should be involved with this. Trainz is a community based platform, and as such you need to be involed to help gaurantee success. You will find if you are a team player, you will benifit from the team. Here are some avenues to connect;
+
 
+
* [https://forums.auran.com/trainz/forum.php Trainz Forums]
+
* Trainz Discord channel<br>For this you will need an invite, see the Trainz Forums above.
+
 
+
=Creating A Package=
+
 
+
==Thumbnails==
+
 
+
Your primary asset(s), Routes, Sessions, Rolling Stock and Locos must have the proper set of thumbnails. To add the thumbnails to your asset, edit the config.txt and make sure it looks like the code below, take note of the dimensions and filenames listed for each thumbnail. If you do not have the correct size thumbnails or filenames, you will need to create or modify them.
+
 
+
thumbnails
+
{
+
  0
+
  {
+
    image                              "0.jpg"
+
    width                              1280
+
    height                              800
+
  }
+
 
+
  1
+
  {
+
    image                              "1.jpg"
+
    width                              1280
+
    height                              800
+
  }
+
 
+
  2
+
  {
+
    image                              "2.jpg"
+
    width                              1280
+
    height                              800
+
  }
+
 
+
  default
+
  {
+
    image                              "thumbnail.jpg"
+
    width                              512
+
    height                              384
+
  }
+
}
+
 
+
==TCCP Manager==
+
Current TCCP projects can be from a TRS19 or TRS22 build. Do not try to create a package using a Beta Build. If you can submit your project in TRS19 SP5, then you can target both TRS19 and TRS22 customers. Open Trainz and look for the Developer Tab. It can be found from the Launcher and the Content Manager.
+
* Select 'Open TCCP Project List'
+
* Right Click inside window and select 'Create New Project...'
+
 
+
Once the panel opens, type in a Title. Then type a description in the text box, it can be anything as these will not be the final title or description, so it could just be a note at this point. If you close this dialog without giving it a Title or a Description, you will get an error. If you wish to still quit, close the dialog a second time and it will abandon the project. If you close the dialog with a Title and Description, a TCCP Project ID will be assigned to your project and now can be found on the TCCP website.
+
 
+
In the TCCP Project List, your project will now be listed. You can right click on it and it will give you the option of 'Edit Project...' and 'View Project on TCCP Website...'.
+
 
+
When you choose edit project, the window that pops up it will now have your title on the menu bar. The first list box is where you place the assets you have made and wish to distribute. You will need to open a Content Manager window, and drag your creation(s) into it. The second box is which from the first box you want to encode as payware. You can now drag from the first box to the second box to populate it. If you are a route creator, and wish to have an unlocked base session, you would leave that session out of the second box.
+
 
+
 
+
==Using newer asset versions where available==
+
Checkbox - ''need more info on this setting?'' Default leave unchecked.
+
 
+
==Uploading==
+
 
+
Once you have populated the two list boxes, click the 'Upload Package' button on the bottom right of the dialog.
+
*.TZARC - Trainz Archive File
+
The manager will attempt to build your files into a .tzarc file. It will add every dependancy the package needs into the file. If succesful it will upload it to the TCCP build machine.
+
 
+
==Errors==
+
* '''Payware'''<br>You can not include payware in your project, this includes dependencies.
+
* '''Packaged and not avialable'''<br>This will happen from time to time. There are different ways to fix this. You could edit your creation and remove the offending asset. You could clone the asset if the license allows or you have permission, then upload it to the DLS, then replace your old one with the new one from the DLS. Or you could open a helpdesk ticket if there is an earlier version on the DLS. If the only version available is the packaged one, then you must remove or clone.
+
* '''Unfeasable'''<br>You already have a built package on the TCCP website. You will need to go to the website and cancel the package, then delete the .tzarc file. You will now be able to upload your package.
+
* '''Unknown Errors'''<br><br>
+
 
+
=TCCP Package Setup=
+
 
+
==Login==
+
 
+
Once you have uploaded your .tzarc file you will need to login at the TCCP website and navigate to your file or Package. The top level, or the Apps Dashboard, has 3 major sections. Content, Beta Testing and Documentation. Your file will be in the Content section or the Content Creator Dashboard. At the bottom of the page will be a list of your projects. Click on the title of your package in the list to continue to the Content Creator Project.
+
 
+
==Package==
+
 
+
You are required to fill in all the fields before clicking the 'Update Package' button at the bottom of this page. What is entered here can be changed before you submit it to the build machine, so don't be worried if it's not 100% accurate at this point. The Title and Description will overright the Trainz TCCP Manager, so this is important to remember if you need to modify your .tzac file and re-upload it.
+
 
+
==Images==
+
 
+
Upload at least six 1280 (width) x 800 (height) marketing screenshots and one 600 (width) x 262 (height) Trainz Store header image for your product. Accepted upload formats: 'png' or 'jpg'. Please ensure to include a 1280x800 resolution version of the 600x262 header image in the screenshots section as well, as this is required for creating the header images for Steam.
+
 
+
These images will not effect the images in your assets config.txt file.
+
 
+
Optionally you can upload a YouTube video.
+
 
+
==Files==
+
 
+
You can have only one .tzarc file uploaded for a project. If you need to change something, you will have to delete the file from this page. Depending at which stage your project is in, you may need to Cancel Beta and/or Cancel Project
+
 
+
==Beta Testing==
+
 
+
Before you submit for Beta Testing you should add your own questions as part of your Beta so testers have specific details to test with your content. You can add specific testing questions under the Test Plan Tools
+
 
+
==Assets==
+
 
+
==Notifications==
+
 
+
<br><br>
+
 
+
=Build Machine=
+
 
+
Near the top of each Content Creator Project page is a status box showing the current build status of the package. Once your package has passed all the requirements, the Submit To Build Queue button will appear.
+
 
+
* Prepare For Submission
+
* Building<br>Your package is building. It may take up to a couple of hours or more to build the project.
+
* Failed
+
* Success<br>Your package passed and can now be submitted for Beta Testing
+
* Live<br>N3V has approved your package and it is now on the store.
+
 
+
<br><br>
+
 
+
=Beta Testing=
+
 
+
==Test Quesions==
+
 
+
==Tickets==
+
 
+
==Final Review==
+
 
+
==Request Skip Beta==
+
 
+
=Getting Paid=
+
 
+
==Affiliatly Account==
+
 
+
You will need to setup an [https://www.affiliatly.com/af-102715/affiliate.panel Affiliatly Account]
+
 
+
Start earning royalties and commissions from your Trainz hobby today.
+
 
+
Are you a Trainz Content Creator?
+
Expand your own website sales and earn commissions on all your items sold through the Trainz Store and via other online stores such as Steam and Mac App Store. (Submit your content through this link).
+
 
+
Do you run a Trainz website or Youtube Channel?
+
Use your Affiliatly link to earn commissions on sales through our store. Each time a user clicks on your link then purchases an item in the next week, you earn a commission on that sale.
+
 
+
Registration is free.
+
Sign up now to get your Affiliatly ID and begin earning commissions and royalties.
+
Welcome to the Trainz Affiliate Website.
+
 
+
This website tracks the royalties earned for referrals and sales through our TrainzPortal store and shows payments to your nominated account.
+
  
==PayPal Account==
+
Beta Testers can use the content for free during the beta test periods. Any Trainz user with a valid license can sign up and take advantage of this.

Latest revision as of 02:02, 11 November 2022

This page is a guide for the Trainz Content Creation Program or 'TCCP'

The TCCP allows developers and Trainz users to interact. Users with a valid TRS19 or TRS22 product can use this system. Beta testers can try new upcoming routes and rolling stock for a 2 week beta for free. No need for a membership.

TCCP Beta Testers should look here TCCP Beta Testing

TCCP Content Creators TCCP Content Creation

Under Development The contents and the layout of this page are under development.

Trainz Content Creation Program or TCCP allows you to become a Registered Content Creator with N3V Auran. You will be eligible to upload Content which may be made available for download by Trainz users, and, for Approved Content, to receive a share of revenues for sales relating to your Content.

Beta Testers can use the content for free during the beta test periods. Any Trainz user with a valid license can sign up and take advantage of this.

Personal tools