Jump to content

Mars

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by Mars

  1. Will licences work cross platform (Atavism for Unity -> Atavism for Unreal Engine)

    Currently on Atavism for Unity On-Premesis Permanent Licence
    But given the struggles i have with Unity lighting (specifically i wanted blended lighting but the new roadmap has ditched it and we're back to 3rd party assets that are buggy), issues with restrictive animators and issues with the new licencing on Unity in 2024 i am wanting to get off the platform.

    Given i am using the On-Premesis Permanent Licence, will the new Unreal version be avaiable to download on this licence for both platforms? With a cost to switch licence ? Or will we need to purchase another licence specifically for the Unreal version ?

  2. 46 minutes ago, Martin (Killersan) said:

    There are two crafting systems in Atavism, grid based and crafting book one. If you will use crafting book there is no place to drag and drop items to use crafting station as it will check your backpack what you can craft, and present numbers near recipe entries.

    You would have to code it on the client side, because client is presenting known recipes, but all recipes are sent by the server and kept in the prefabs cache. You can check how to access them on the client.

    By this you mean something like "fuel"?

    image.png.4c39df9bb5b9b67acdd810caaee024de.png

    Not fuel specifically but tools are required in order to craft recipes.

    If you don't have the tools in these slots you can't craft specific recipes without them.
    You can have a combination of requirements in order to meet criteria to be able to craft a recipe

    The fuel and the required materials i am not too worried about because at the moment those can come directly out of inventory, so thats not a neccessity.

  3. On 3/23/2021 at 10:31 PM, Martin (Killersan) said:

    I think that this feature should be designed from scratch, as there is nothing similar, maybe a building system where you would provide materials. So, you would need to define a totally new class within the same AGIS jar file.


    Could i not just create a new crafting station that only requires an item in the socket; and then i should just be able to check the item sockets of each of that station type that has the item ? 

    Another thing that i wanted to do was have a list of recipes (that the player can get, that are dimmed) and then the player needs to find/discover the recipes.

    I'd think modifying the crafting stations to not just generate items but require items to be present (see anvils, crucibles etc. in 7 days to die) would be adventagious for some game creators ..

    This video is just for demonstration purposes of what i am talking about. The anvil is required in order to craft other recipes, and for crafting higher level metals (older build but demonstrates the point)
     

     

  4. So, i wanted to have an object in world, where i can get the player to add the missing object components to fix a pillar; when all 6 pillars are repaired, an event could be triggered to all players that triggers (a coordeffect? / Advanced Dissolve which loads in a portal object) with an animation for all players, and makes a portal available to all players to enter a new scene. I'm not sure where to start with waiting for all 6 pillars to be completed, i can only see a way to make an event happen when a single pillar is activated. Am i missing something ?

    Since multiple players can complete it, i also don't know how to track when a pillar is repaired.

  5. I have reformatted all the machines and reinstalled the whole setup, too many times to count.

    auth server has an odd error. But the auth still works.

    Cannot connect to the licence server when trying to launch world.sh
    I put the right "parent" email address and the licence key from the apanel and still get this error, can't login the world.

     

    wmgr-1-error.log
     

    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:834)
    
    License verification failed
    
    

    The server does get the "okay to login" message eventually but it doesn't let anyone connect to it.
    I checked all the firewalls and i've confirmed the IPs are correct.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.