EmperorOfFinland
Registered
So i managed to get it done but the cars simply just phase through the pitlane, but the track itself seems to work really well on its own despite the mesh should be smooth
I released 0.94 where i fixed the lods. i cant test the mesh as i cant drive atm as my arm hurts from the flushot that i got so i wont be able to test the surface myself before tomorrow but i adjusted the material values on the track and will experiment how it feels
It's a Autohotkey script to automate UV map change in 3dsimed. Unfortunately it is complex and will not be easy to work with the script unless you understand AHK script language, as requires to setup mouse clicking and moving coordinates correctly, and set how many loops and which of those materials that you want to batch or skip (not all material have bleeding issue).Could you provide the script to batch the process so i can get it quicky done svictor?
; IMPORTANT INFO ABOUT GETTING STARTED: Lines that start with a
; semicolon, such as this one, are comments. They are not executed.
; Press Win+B to Force Exit script
; Press Alt+Z to Reload script
; Press Win+X to Suspend script
SetBatchLines, -1
SetKeyDelay, -1
Sleep, 1000
Loop, 1
{
MouseMove, 1807, 212, 0
Sleep, 300
Click
Sleep, 300
send {Down}
Sleep, 300
send {Right}
Sleep, 300
send {Enter}
Sleep, 300
send 0.99
Sleep, 100
send {Tab}
Sleep, 100
send 0.99
Sleep, 100
send {Tab}
Sleep, 100
send {Tab}
Sleep, 100
send {Tab}
Sleep, 100
send 0.004
Sleep, 100
send {Tab}
Sleep, 100
send 0.005
Sleep, 100
send {Enter}
Sleep, 300
MouseMove, 1716, 255, 0
Sleep, 300
Click, WheelDown
Sleep, 300
}
#x::Suspend Toggle
return
!z::Reload
return
#b::ExitApp
return
; IMPORTANT INFO ABOUT GETTING STARTED: Lines that start with a
; semicolon, such as this one, are comments. They are not executed.
; Press Win+B to Force Exit script
; Press Alt+Z to Reload script
; Press Win+X to Suspend script
SetBatchLines, -1
SetKeyDelay, -1
Sleep, 1000
Loop, 1
{
MouseMove, 1807, 212, 0
Sleep, 300
Click
Sleep, 300
send {Down}
Sleep, 300
send {Right}
Sleep, 300
send {Enter}
Sleep, 300
send {Tab}
Sleep, 100
send 0.99
Sleep, 100
send {Tab}
Sleep, 100
send {Tab}
Sleep, 100
send {Tab}
Sleep, 100
send {Tab}
Sleep, 100
send 0.005
Sleep, 100
send {Enter}
Sleep, 300
MouseMove, 1716, 255, 0
Sleep, 300
Click, WheelDown
Sleep, 300
}
#x::Suspend Toggle
return
!z::Reload
return
#b::ExitApp
return