Page 7 of 13 FirstFirst ... 5 6 7 8 9 ... LastLast
Results 61 to 70 of 125

Thread: TEMPTii's help thread

  1. #61
    Senior Member TEMPTii's Avatar
    Join Date
    Aug 2009
    Location
    Colorado Springs, CO
    Posts
    155

    Re: How would I make an application in VB.Net?

    I'd rather just go learn C#. It'll get me farther than a macro will.
    Reply With Quote

  2. #62

    Re: How would I make an application in VB.Net?

    A Google Search of VB.net memory editing would have found you several threads as well as Microsoft API's such as the ReadProcessMemory API and the WriteProcessMemory API, which can be accessed from both VB.net & C#.

    EDIT: You can even try to use the Managed Windows API Project. I haven't checked it out, so I have no real information I can add on to it, but it might help you out with Reading & Writing Memory.
    Last edited by formlesstree4; March 14th, 2010 at 10:09 PM.
    Reply With Quote

  3. #63

    Re: How would I make an application in VB.Net?

    Walk before you Run.



    How many friggin' gay quotes to I have to throw your way?


    Edit: And thinking about AutoIt and how powerful it can be makes your statement look ignorant and mine prove true! Huzzah, I am wiener.
    Last edited by Kalub; March 15th, 2010 at 02:52 AM.
    Reply With Quote

  4. #64
    Senior Member TEMPTii's Avatar
    Join Date
    Aug 2009
    Location
    Colorado Springs, CO
    Posts
    155

    Maximum size of map in 3DS units?

    I tried making a bigass map and I was gonna test out what I had at that point but when I compiled, it said Warning: Vertex #0 has a bad point (which I'll assume means that it's too big). What's the maximum for this?
    Reply With Quote

  5. #65
    chilango Con's Avatar
    Join Date
    Aug 2006
    Location
    Victoria, BC, Canada
    Posts
    8,397

    Re: Maximum size of map in 3DS units?

    Just keep decreasing the size and compiling to see when it starts working.
    Reply With Quote

  6. #66
    Untruely Bannable~ Inferno's Avatar
    Join Date
    Aug 2007
    Location
    In a Place
    Posts
    5,166

    Re: Maximum size of map in 3DS units?

    Solution:
    Stop making DickSnap sequels.
    Reply With Quote

  7. #67
    Movie Maker Siliconmaster's Avatar
    Join Date
    Sep 2006
    Location
    NJ (College)
    Posts
    2,192

    Re: Maximum size of map in 3DS units?

    Quote Originally Posted by Inferno View Post
    Solution:
    Stop making DickSnap sequels.
    ^This. However, the limit is pretty fucking huge. If your map is bigger than the limit, you have some issues. Either way, you'll need the memory hack that increases render distance, because anything past what, 10,000 units maybe, isn't going to render anyway in vanilla CE.
    Reply With Quote

  8. #68
    Senior Member TEMPTii's Avatar
    Join Date
    Aug 2009
    Location
    Colorado Springs, CO
    Posts
    155

    Scenery object is disappearing

    Whenever I approach one of my scenery objects at a certain angle, it disappears when I get close enough.

    • I just created the object from scratch
    • It happens when I approach it from the front, not the back
    • When compiled, the same problem still results
    • The testing scenario is completely cleared of everything except the object

    Help?
    Reply With Quote

  9. #69
    Cancer paladin's Avatar
    Join Date
    Dec 2006
    Location
    DGG558
    Posts
    4,614

    Re: Scenery object is disappearing

    Make sure you set the world units it visible at

    E: Make sure you have bounding radius and render bounding radius set, as highlighted below

    also, +rep if anyone know the movie im watching

    Last edited by paladin; March 17th, 2010 at 03:50 AM.
    Reply With Quote

  10. #70
    Back for the Russian Halo p0lar_bear's Avatar
    Join Date
    Sep 2006
    Location
    Connecticut
    Posts
    5,572

    Re: Scenery object is disappearing

    In the top of the scenery tag, there are two fields called "bounding radius" and "render bounding radius."

    Bounding radius tells the game how far from the point of origin the object exists. Render bounding radius tell the game how far away from the camera's edge the point of origin can be before its model stops rendering.

    The lazy method is to set these values really high, but what you should do, rather, is set the bounding radius to encapsulate the collision model, and the render bounding radius to encapsulate the gbxmodel.
    Last edited by p0lar_bear; March 17th, 2010 at 04:06 AM.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •