Jump to content

M0lD

Members
  • Posts

    42
  • Joined

  • Last visited

Posts posted by M0lD

  1. oh, im makeing an space "dungeon like rooms" but premade... and then stream it. but unity feels to open and unspesific as an  engine. Testing this idea in Leadwerks and Source Engine i saw the both was suffering from big maps (170 Rooms+). but the addon for unity was running very nicely.

  2. If anyone here have used Source Engine or seen this asset from Unity, Map chunk Streaming sounds very cool.
    And im sure you can make this with c++ or lua in the current Leadwerks(4.5)... But haveing it as native support
    and selling point would be neet... As im intrested in makeing an semi open world game...

    image.png.bbb112c61e0118aed92076ea714cd6f3.png
    It works by exporting parts of the map into and chunk, and load it as the player is inside, aswell as the connected ones or more... I know that you can load maps onto other maps. but its currently not so useable. Sectr in unit also has support for unloading objects inside an Room.

  3. The documentation is pretty much gone now becuse of Leadweks 5? Becuse the "Old documentation" links are talking if stuff thats gone now." (I found out leadwerks had an forum long after i started useing it) 

    Haveing everything documented and enableing users to add examples like comments would make a lot of the currently active questions non-existant...

  4. 22 hours ago, Rick said:

    I believe you have to loop over the world->entities and call ent = world:GetChild(index) and look for the name (ent:GetEntityValue("name") ?) and then you have the entity in which you can call GetPosition() on. Honestly, it would be nice if there was a handy dandy function(s) for this kind of stuff. The function would return a list (since names can be the same). Maybe even be able to tag entities with some kind of value in the editor and find all entities with that tag.

    I dont find world.GetChild()...

    image.png.beaa1a7676ef603520c750df70ac7545.png

  5. Why you can normaly start it in the editor is becuse the "Play" button will start the game in the currently open map, but on an Standalone .exe , the game dosen't know where to load from. But there is some Code that loads any map named "start", witch is in the standard templete

  6. Just now, Josh said:

    Ah, I see. The internal encryption system was overriding the user-specified password. Bear in mind this is not official documented stuff, but I went ahead and changed that behavior so a user-specified password will be kept if it is present.

    so Leadwerks 5?

×
×
  • Create New...