QUESTION PLEASE HELP TRACK MAKERS!

Discussion in 'Tracks' started by Stanley Shepherd, Aug 1, 2021.

  1. Stanley Shepherd

    Stanley Shepherd New Member

    Joined:
    Jul 6, 2021
    Messages:
    7
    Likes Received:
    4
  2. Mitch9

    Mitch9 Member

    Joined:
    May 2, 2021
    Messages:
    35
    Likes Received:
    9
    I think you need to add all timing objects, currently you only have 1 pair. You might also need to define your road surface in the data folder. (also why the x trees?)
     
    Last edited: Aug 2, 2021
  3. Stanley Shepherd

    Stanley Shepherd New Member

    Joined:
    Jul 6, 2021
    Messages:
    7
    Likes Received:
    4
    Thanks mate ill give all those things a try. The X Trees are just a super simple and easy way of making trees imo. I just get a texture and cross it. Ill let you know if this works
     
  4. Stanley Shepherd

    Stanley Shepherd New Member

    Joined:
    Jul 6, 2021
    Messages:
    7
    Likes Received:
    4
    Hmm didn't seem to work.

    It came up with these errors when I tried to play it (log.txt, temp.png)

    It says at the bottom of log.txt

    00007FFD9482D82A (d3dx11_43): (filename not available): (function-name not available)

    So idk if it has something to do with ReShade's d3dx11 or if it's my tracks' textures
     

    Attached Files:

    • temp.PNG
      temp.PNG
      File size:
      10 KB
      Views:
      187
    • log.txt
      File size:
      21.9 KB
      Views:
      221
  5. fughettaboutit

    fughettaboutit aka leBluem

    Joined:
    Jul 21, 2014
    Messages:
    1,113
    Likes Received:
    378
    1. dont use this shader
    upload_2021-8-2_14-12-15.png

    2. dont leave red materials empty, set some texture for them
    upload_2021-8-2_14-13-32.png

    another enpty one: upload_2021-8-2_14-14-44.png

    3. you have images in dimenions not multiples of 4
    upload_2021-8-2_14-22-41.png
     
  6. fughettaboutit

    fughettaboutit aka leBluem

    Joined:
    Jul 21, 2014
    Messages:
    1,113
    Likes Received:
    378
    and you should probably separate objects by materials, as ksEditor does it for you anyway
    upload_2021-8-2_14-45-17.png
     
  7. fughettaboutit

    fughettaboutit aka leBluem

    Joined:
    Jul 21, 2014
    Messages:
    1,113
    Likes Received:
    378
    use KSTREE_GROUP_ scheme naming:
    Code:
    import bpy
    i=1
    prefix='KSTREE_GROUP_A_'
    start=i
    if True:
        for ob in bpy.context.selected_objects:
            ob.name=prefix+str(i)
            i+=1
            print(ob.name)
        print(str(i-start) + ' objects renamed')
    
    upload_2021-8-2_14-56-59.png
     
    Last edited: Aug 2, 2021
  8. fughettaboutit

    fughettaboutit aka leBluem

    Joined:
    Jul 21, 2014
    Messages:
    1,113
    Likes Received:
    378
    and apply scaling to the dummies:
    upload_2021-8-2_16-13-4.png
     
  9. fughettaboutit

    fughettaboutit aka leBluem

    Joined:
    Jul 21, 2014
    Messages:
    1,113
    Likes Received:
    378
  10. Stanley Shepherd

    Stanley Shepherd New Member

    Joined:
    Jul 6, 2021
    Messages:
    7
    Likes Received:
    4
    Last edited: Aug 2, 2021
    fughettaboutit likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice