Bike Templates
No ratings yet.
566
149
You will find the GDrive folder with all the bike templates by clicking the orange button in this post.Enjoy
4 months ago
No ratings yet.
566
149
You will find the GDrive folder with all the bike templates by clicking the orange button in this post.Enjoy
4 months ago
No ratings yet.
324
78
With this tool you can export Gear Extension mod for TrackDayRThis tool works with Unity3D version 2022.3.62f1QUICK TUTORIAL1) Open Template FBX 2) Import your object 3) Skin to skeleton 4) Export only object and skeleton5) In Unity, create a prefab with your object 6) Right click and export in Trackdayr/extras/<yourobject> folder like the helmet tool 7) Open the game and try if worksJOIN OUR DISCORDFOLLOW US
4 months ago
No ratings yet.
716
198
With this WWISE project you can build your own sound for your bike in TrackDayR.WWISE version used is 2022.1.8HERE A QUICK TUTORIALJOIN OUR DISCORDFOLLOW US
4 months ago
No ratings yet.
528
150
With this tool you can build helmet mod for TrackDayRThis tool works with Unity3D version 2022.3.62f1HERE YOU CAN FIND PDF INSTRUCTIONSHERE YOU CAN FIND VIDEO INSTRUCTIONSJOIN OUR DISCORDFOLLOW US
4 months ago
No ratings yet.
389
74
With this tool you can build tracks mod for TrackDayRThis tool works with Unity3D version 2022.3.62f1HERE SOME TUTORIALSANOTHER ONEIF YOU WANT TO CREATE AMBIENT SOUND ON YOUR TRACKS CLICK HEREFOLLOW US
4 months ago
No ratings yet.
248
48
With this tool you can build helmet mod for TrackDayRThis tool works with Unity3D version 2022.3.62f1HERE YOU CAN FIND THE COMPLETE TUTORIAL JOIN OUR DISCORD FOLLOW US
4 months ago
No ratings yet.
315
53
With the Dedicated Server client you will be able to run your customized server. You can run it on your PC or in a Virtual Machine you can choose from the myriad of gaming hosting sites.Documentation for the ".tdrServer" file: {{ "userName": "EU-SERVER-USER-2", \\ you can typer what you want "roomName": "PRIVATE-TEST-SERVER-EU-TRACKDAY", \\ this will be the name of your room you will se in game "trackName": "LacrMxMini", \\ here you need to put the "fileName" of the track (you can find it in the .tdr file of the track choosen) "region": "eu", \\ this is the region your server will use "password": "", \\ here you can put the password that will have to be used to log in (if you decide to use it) "maxPlayer": 25, \\ this is the max player that your server can accept "sessionLength":1000.0, \\ this is the session lenght in seconds "sessionType":2, \\ 2 is for the Trackday session, 3 is to setup the Race session (with 3 it will use "sessionLenght" as lap numbers) "options": { "timePreset": 1, \\ 1 = sunrise, 2 = noon, 3 = afternoon, 4 = sunset, 5 = night "bikeCategory": 15, \\ his will be the bike category allowed in your server (to find the bike category you can check in the .tdr file of the bike you choose) "BikeClass":"", \\ this will be the bike class allowed in your server "LeanLimitlHelp": true, \\ this will enable/disable lean limit help "LeanLateralHelp": true, \\ this will enable/disable lean lateral help "LeanForwardHelp": true, \\ this will enable/disable lean forward/backward help "GearBox": false, \\ this will enable/disable automatic gearbox "ForceHelmet": false, \\ this will force all the players to use the first person camera "Erosion": 1, \\ 0 = no erosion, 1 = normal erosion, 2 "Collision": 1, \\ 0 = no collision, 1 = collision enabled "ManualClutch": false \\ this will enable/disable manual clutch } } You can also enable the whitelist on your server, so only player you will type can join your room. here the exhample: "whitelistID": [ { "gridPosition": 1, \\ this will be the server grid position of the player "steamID": "STEAM_001" \\ here you need to put the STEAMID of the player }, { "gridPosition": 2, "steamID": "STEAM_002" } ]
4 months ago