1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. If you are going to register on XLNation, please make sure you do not use a proxy server.
    If you use a proxy server your registration will most likely get blocked due to spammers and hackers using proxy servers to hide their real IP address.

    If your using your home or work IP address and have not received your registration email, check your spam folder.
    PLEASE DO NOT ASK TO HAVE YOUR ACCOUNT DELETED IF YOU HAVE POSTED IN THE FORUM! If so we do not delete accounts due to the mess it can make on the forum.
    Dismiss Notice

can somme one help me

Discussion in 'Modding Help Quarter' started by axel, Jul 4, 2016.

  1. axel

    axel Governor

    Joined:
    Sep 1, 2014
    Messages:
    680
    Likes Received:
    1,529
    il copy the files mate
    Register or to view Spoiler content!

    Register or to view Spoiler content!
     
  2. PaulJChris

    PaulJChris Governor

    Joined:
    Aug 23, 2014
    Messages:
    165
    Likes Received:
    537
    I know its a long shot but maybe check pivot position in 3dsmax for Lod1 - apologies if you have already done that. Sometimes if you move the model in max it throws out the pivot and hence the plug is wrongly positioned.
     
    axel likes this.
  3. Drazicdesign

    Drazicdesign Ambasidor

    Joined:
    Aug 24, 2014
    Messages:
    1,214
    Likes Received:
    3,217
    @axel
    The line No. 18 is not correct
    Code:
    <PrototypeFile>data/design/editor/track/trackjunctionUntagged.class</PrototypeFile> 
    You must replace it with:
    Code:
    <PrototypeFile>data/design/editor/track/trackjunctionParking.class</PrototypeFile>
     
    axel likes this.
  4. axel

    axel Governor

    Joined:
    Sep 1, 2014
    Messages:
    680
    Likes Received:
    1,529
    Hi thanks mates, Big Meany mean made somme new layout files but i did nt started to look at them yet becose I allready started to make a new pack i will look and change them this week thank you everybody for your help
     
  5. axel

    axel Governor

    Joined:
    Sep 1, 2014
    Messages:
    680
    Likes Received:
    1,529
    so made new buildings and yes same :crap: starts all over again buildings not connect to road, I have collapse and reset pivot with a lot of help from Pepino (y) thanks for that mate i really appreciate this, but i just cant understand wat is going on, somme layout files have untagged and somme dont and both layoutfiles give crap:

    <?xml version="1.0" encoding="Windows-1252"?>
    <!--Layout file generated with 3ds Max scripted plugin by Altiris 2013-->
    <Layout>
    <Type>BASE</Type>
    <BaseFileName>""</BaseFileName>
    <Tag>""</Tag>
    <FilterType>MAXIMUM</FilterType>
    <LayoutEntry>
    <ID>Plug001</ID>
    <Type>PLUG</Type>
    <PrototypeFile>data/design/editor/plug.class</PrototypeFile>
    <Position>-1.84791e-006,-8.0,0.0</Position>
    <Rotation>0.0,0.0,0.0,1.0</Rotation>
    </LayoutEntry>
    <LayoutEntry>
    <ID>Junction001</ID>
    <Type>JUNCTION</Type>
    <PrototypeFile>data/design/editor/track/trackjunctionUntagged.class</PrototypeFile>
    <Position>-1.42798e-006,-8.0,0.0</Position>
    <Rotation>0.0,0.0,0.0,1.0</Rotation>
    <Junction>
    <PlugID>Plug001</PlugID>
    <IsAddress>1</IsAddress>
    </Junction>
    </LayoutEntry>
    <LayoutEntry>
    <ID>Junction002</ID>
    <Type>JUNCTION</Type>
    <PrototypeFile>data/design/editor/track/trackjunctionParking.class</PrototypeFile>
    <Position>-4.03368e-005,-6.57505,0.0</Position>
    <Rotation>0.0,0.0,0.0,1.0</Rotation>
    </LayoutEntry>
    <LayoutEntry>
    <ID>Track001</ID>
    <Type>TRACK</Type>
    <PrototypeFile>data/design/editor/trackpavement.class</PrototypeFile>
    <Position>-2.54823e-005,-7.29942,0.0</Position>
    <Rotation>0.0,0.0,0.0,1.0</Rotation>
    <JunctionStart>Junction001</JunctionStart>
    <JunctionEnd>Junction002</JunctionEnd>
    <Track>
    <Type>Parking</Type>
    <Orientation>Both</Orientation>
    </Track>
    </LayoutEntry>
    </Layout>


    ayout>
    <Type>BASE</Type>
    <BaseFileName>""</BaseFileName>
    <Tag>""</Tag>
    <FilterType>MAXIMUM</FilterType>
    <LayoutEntry>
    <ID>Plug001</ID>
    <Type>PLUG</Type>
    <PrototypeFile>data/design/editor/plug.class</PrototypeFile>
    <Position>-9.03264e-006,-9.99999,0.0</Position>
    <Rotation>0.0,0.0,0.0,1.0</Rotation>
    </LayoutEntry>
    <LayoutEntry>
    <ID>Junction001</ID>
    <Type>JUNCTION</Type>
    <PrototypeFile>data/design/editor/track/trackjunctionParking.class</PrototypeFile>
    <Position>-2.86341e-006,-9.99999,0.0</Position>
    <Rotation>0.0,0.0,0.0,1.0</Rotation>
    <Junction>
    <PlugID>Plug001</PlugID>
    <IsAddress>1</IsAddress>
    </Junction>
    </LayoutEntry>
    <LayoutEntry>
    <ID>Junction002</ID>
    <Type>JUNCTION</Type>
    <PrototypeFile>data/design/editor/track/trackjunctionParking.class</PrototypeFile>
    <Position>6.38098e-006,-8.57507,0.0</Position>
    <Rotation>0.0,0.0,0.0,1.0</Rotation>
    </LayoutEntry>
    <LayoutEntry>
    <ID>Track001</ID>
    <Type>TRACK</Type>
    <PrototypeFile>data/design/editor/trackpavement.class</PrototypeFile>
    <Position>3.55065e-006,-9.29853,0.0</Position>
    <Rotation>0.0,0.0,0.0,1.0</Rotation>
    <JunctionStart>Junction001</JunctionStart>
    <JunctionEnd>Junction002</JunctionEnd>
    <Track>
    <Type>Parking</Type>
    <Orientation>Both</Orientation>
    </Track>
    </LayoutEntry>
    </Layout>

    can any one explane wat i am doing wrong???
     

    Attached Files:

  6. Big Meany Mean

    Big Meany Mean Executive

    Joined:
    Jun 26, 2015
    Messages:
    143
    Likes Received:
    96
    Seems like you have to edit those layout files again, manually.
     
    axel likes this.
  7. axel

    axel Governor

    Joined:
    Sep 1, 2014
    Messages:
    680
    Likes Received:
    1,529
    yes my friend but i wish i knew wat the problem is so i can work normal again :b25:
     
  8. PaulJChris

    PaulJChris Governor

    Joined:
    Aug 23, 2014
    Messages:
    165
    Likes Received:
    537
    Missing "L" in the middle layout tag will not help at all and really confuse things.
     
    axel likes this.
  9. axel

    axel Governor

    Joined:
    Sep 1, 2014
    Messages:
    680
    Likes Received:
    1,529
    No my friend i missed copy that in the real file its ok, the class file i got from your victorian houses and the mod works now
     
  10. Mr.X²

    Mr.X² Moderator
    Staff Member

    Joined:
    Aug 23, 2014
    Messages:
    1,338
    Likes Received:
    1,714
    did u try the one i sent u for ur last project? probably u gotta adjust its position manually, but its working fine
     
    axel likes this.
  11. axel

    axel Governor

    Joined:
    Sep 1, 2014
    Messages:
    680
    Likes Received:
    1,529
    Hi MrX2 thanks mate the problem was in the text of one of the layout file I put Base and in in the class file it did nt:facepalm:
     
  12. axel

    axel Governor

    Joined:
    Sep 1, 2014
    Messages:
    680
    Likes Received:
    1,529
    Can sooeone please help me with DDS file in the scottish pack there s one building wat dont show the building, but in the patch files all seems ok :confused::confused::confused: any one experience this once??
     

    Attached Files:

    • wit.jpg
      wit.jpg
      File size:
      219.8 KB
      Views:
      12
  13. axel

    axel Governor

    Joined:
    Sep 1, 2014
    Messages:
    680
    Likes Received:
    1,529
    Hi i have the same idiot road connection problem again i done a reset X form and all stand on 0,0,0, i have made new layout files this happens with all 8 buildings again, i am thinking of stop modding becose its no fun like this anymore

    Class file
    Register or to view Spoiler content!
    Register or to view Spoiler content!

    I hope this can be solved for good
     

    Attached Files:

  14. axel

    axel Governor

    Joined:
    Sep 1, 2014
    Messages:
    680
    Likes Received:
    1,529
    Problem solved just call me the layout freak :ROFLMAO::ROFLMAO:
     
    Big Meany Mean and Mr.X² like this.

Share This Page