64 files liked
34 comments
4 videos
1 upload
1 follower
364 downloads
नवीनतम फ़ाइलें

- .Net
5.0
364
5
1.2
By Antthony_12
Someone make a mod like this for enhanced please!!!!
@JotaX_90x 5916.49,6713.65,442.16
Amazing work!!! Thanks!!!!
@ztrip0301
I can't explain it better, you just have to modify the following in the scripts:
YBN files
add_x = 0 # Add to X
add_y = 0 # Add to Y
add_z = 0 # Add to Z
YMAP files
x = 0 # Add to X
y = 0 # Add to Y
z = 0 # Add to Z
If the car goes through the ground without moving the track, watch this video:
https://www.youtube.com/watch?v=jFVEi09f1Qw
Hey @Zartasht_M,
I came across your auto handbrake script and wanted to say great job! I recently made a script myself, and since others helped me improve it, I wanted to help others a bit hope you don’t mind!
The concept is excellent and the implementation works well. I've made some code organization improvements to make it more maintainable while maintaining the same functionality, using:
- Variables with more descriptive names
- Separation of responsibilities in methods
- Use of an array for allowed vehicle classes
- Cleaner structure of the logic flow
Here is the link: https://pastebin.com/3uehmud6
If you want to compile it as a .dll file, use Visual Studio 2022. In references, you'll need to add the ScriptHookVDotNet3.dll library. Here's the video that helped me: https://www.youtube.com/watch?v=OZ_SUy0AXL4 (the video doesn't use scripthookvdotnet-nightly, it's better to use nightly).
Take this as constructive feedback, your script was already solid! Hope you keep making more; So I can use them and not do them myself ;). Cheers!
Incredible mod, it's what I've been looking for for months. The only thing I can complain about is that the start and finish are one-way (only activated by crossing on one side), and I didn't understand why, but the coordinates of A are changed to those of B, and it's now reversed.
As suggestions, I'd like: waypoints to have sectors and store telemetry data in a file so I can create graphs and lap layout.
With those scripts I have been able to move many of the 13 circuits that I have at the same time in the game. Those who have not achieved and need to move are those of the user "vsr kevin", well, that of Barcelona I think so, but Imola and Spa Francorchamps 2025 no. And in the Enhanced edition the vehicles cannot end the return because "no Boundary Limits" does not work.
If someone manages to move those circuits or that "no Boundary Limits" works in the Enhanced edition, I would appreciate it very much.
PS: Thank you very much Zelu for putting the steps, I got lazy and I don't know how to explain xD
very random xd
;D
@zaelu I didn’t know you had replied ^^'
Here are the Python scripts https://pastebin.com/cxFqfUqC I think it's pretty clear how to use them. You export the files to XML in a folder, run the script, and then import them back. Easy.