1. 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.
    排除公告

Some Questions

本帖由 Sashka552015-01-15 发布。版面名称:Modding Help Quarter

  1. Sashka55

    Sashka55 Skilled Worker

    注册:
    2014-10-26
    帖子:
    20
    获赞:
    38
    1) how to do a model without collison box?
    2) i wanna do a model without road connection
     
  2. Pamascus27

    Pamascus27 Mayor

    注册:
    2014-08-21
    帖子:
    860
    获赞:
    224
  3. Mr.X²

    Mr.X² Moderator
    管理成员

    注册:
    2014-08-23
    帖子:
    1,338
    获赞:
    1,714
    1. search for or add this line to your class file
    <CollisionShape>
    <Dimension>0,0</Dimension>
    <Height>0</Height>
    <Use>0</Use>
    </CollisionShape>

    "use" must be set to 0; additionally i recommend to set dimension and height to 0 so no brown box will appear when placing the model floating in the air...

    2. search for or add this line to your class file
    <EntityPosition>
    <CollisionShape>
    <Dimension>0,0</Dimension>
    <Height>0</Height>
    <Use>0</Use>
    </CollisionShape>
    <UsePlugOrientationForSnap>1</UsePlugOrientationForSnap>
    <AllowSnapAround>1</AllowSnapAround>
    <GardenAsCarpet>0</GardenAsCarpet>
    <MustConnectToRoad>0</MustConnectToRoad>
    </EntityPosition>

    "mustconnecttoroad" must be set to 0
     
  4. Immort_al

    Immort_al Governor

    注册:
    2014-10-09
    帖子:
    271
    获赞:
    705
    Is there exist the way to import sgbin files to 3d MAX? If it is, it would answer a lot of my question.
     
  5. Nogerivan

    Nogerivan Governor

    注册:
    2014-08-25
    帖子:
    479
    获赞:
    1,024
    normally You can't, but there is a way..ask Monty
     
  6. Immort_al

    Immort_al Governor

    注册:
    2014-10-09
    帖子:
    271
    获赞:
    705
    Thank you.
     
  7. Mr.X²

    Mr.X² Moderator
    管理成员

    注册:
    2014-08-23
    帖子:
    1,338
    获赞:
    1,714
    its a fuckin pain to do this and you need "some" experience...
    you can use ninjaripper or a similar program to rip sgbin geometry to 3ds max
    there are tutorials on the web, but still, its a pain
     
  8. Immort_al

    Immort_al Governor

    注册:
    2014-10-09
    帖子:
    271
    获赞:
    705
    Yeah I've already realized it, after look at some tutorials, and it won't give me the answers for my question. I just need finished 3d max models to use them like example, that would be better way for me to start modeling. Maybe is someone find here to be kind to give me finished 3d max models, which I can use just like example?
     

分享此页面