Jump to content

Martin (Dragonsan)

Administrators
  • Posts

    1582
  • Joined

  • Last visited

Posts posted by Martin (Dragonsan)

  1. There is no option to remove only claims and buildings, and leave other elements, except doing this directly on the database, or you can use Atavism Editor Wipe Characters option in the Database Actions that will do this in addition.

  2. 14 hours ago, Darwinasm86 said:

    Hi I am pretty much stuck with getting UBUNTU server setup.

    I followed the guide and I feel confident I did everything, but I must have missed something because I can't connect to the Auth Server and I don't see the Auth.sh script telling me I can login, it's just stuck as you can see in the image

    Any help?

    image.png.53a93bc404915a75544dac78bbfd8dd5.png

    From your screenshot it seems like everything is working on the server. My guess is that you may not defined Master Server parameter in the Login scene -> AtavismCore game object or your firewall is blocking the connection.

    Try to telnet port 9005 and 5042 as they are TCP ones, where 9005 is for authentication and 5042 for login manager (world server)..

  3. ifconfig eth2 up

    command won't return anything. It should just activate eth2 interface, which then should be visible using

    ifconfig -a

    Atavism can be installed in any environment. VM is just one of the installation method, but you can use any Linux or Mac to install it directly within the system using Custom Linux installation guide https://unity.wiki.atavismonline.com/project/installation/

    Youi can also use any cloud solution, but of course, it will cause some additional expenses.

    If you prefer to use VM, we can schedule a TeamViewer session during which we can help you to set your VM with Atavism.

  4. 18 minutes ago, jayalter said:

    BTW, I tried the setting up the Ubuntu VM as well.  It had no problem with setting up the ETH devices, HOWEVER, a the FTP part the connect to 192.168.254.102 simply times out and never connects.  I have no idea why or what needs to be done there.  I'm open to fixing either VM as long as I can get one working!

    There is no FTP but SFTP which is FTP over SSH, so you should be able to use simple winscp with SFTP settings and SSH credentials: root/atavism.

     

    26 minutes ago, jayalter said:

    Ok so I did what you suggested.  I set the settings that I had originally set in eth0 to eth2.  I issued "service network restart" after saving eth2 and this is the result:
    image.png.7af29c5ceec47ab9e7895e355caa05f5.png

    I would appear while  "sudo ifconfig -a" shows there is eth2 and eth3 the service network restart doesn't see those configs  and / or devices??

     

    You can try to type in the console

    ifconfig eth2 up

    and the same for eth3 accordingly. It should bring your interface with your settings up. If you don't have eth0 nor eth1, you can remove these two configuration files related to these interfaces.

  5. So, you have interfaces eth2 and eth3, probably during import you haven't selected option to include all network adapters

    image.png

    To fix this you have to adjust your network adapter configuration file in this case 

    nano /etc/sysconfig/networking/devices/ifcfg-eth2

    or

    nano /etc/sysconfig/networking/devices/ifcfg-eth3

    depending which interface is your main one (that you set to your bridged network adapter), probably eth2, set network settings there and proceed further with the installation along with the documentation https://unity.wiki.atavismonline.com/project/atavism-virtual-machine/

  6. Account will show up in the Editor when the user will create a character.

    If you are using the newest Unity Editor the crash can occur because of the asset bundles. You can rebuild them like this

    unknown.png
    And then copy asset bundle file from your project directory/AssetBundles, into the project directory/Assets/StreamingAssets and then enter the runtime again. If you are using the newest Unity Editor it should help.

  7. Welcome back. We also were Atavism clients in that time, we took the ownership in November 2017, and since then I believe we did a pretty big improvement with the framework. You can check release notes on the wiki https://wiki.atavismonline.com

    On 12/25/2021 at 1:17 PM, Valignus said:

    Are there any player/community made add-ons we can download yet?  I have a bit of a background in Java so I should be able to start making some add-ons right?  I might be interested in making an animal taming (UO-style) add-on and also an improved mob spawner add-on this time around while getting started on a new game project for Atavism Online.

    Spawner is on our list, but taming pets not. There are some plugins made by community contribu9tors, and you can find them on the discord server https://discord.gg/z95htJA

  8. On 12/27/2021 at 2:29 PM, Sebastian said:

    Good day,

    what are the Makers in Instances for? I have created a scene swap script that takes me from one scene to the next by trigger. It works fine so far. I am only taken to coordinates that I have not entered in the Instances section of the Atavism Editor. Do I have to add something in the script to make the scene swap work?

    Instance marker is used when teleport localization isn't specified, for example, when admin is changing instance and position is not defined, then the default marker is used.

  9. All what you described is the result of the "License verification failed" message. It can occur if your sever during startup won't have internet connection or won't be able to resolve DNS names.

    if this will occur again, try to simply ping our atavismonline.com website or just simply open it in the browser.

  10. On 12/13/2021 at 5:29 PM, Envelope_Void said:

    1. I assume that UI modifications will be relatively straightforward and can all be done in Unity. For now, after the "gather" cooldown, I want a UI window to pop up showing herbs that can possibly be gathered. After a player selects an herb and successfully "finds" it, a path will be displayed nearby and a prefab will be generated. Then, I assume that the player can harvest the herb via normal loot mechanics. Is that correct?

    Yes, I think so, but the resource nodes would have to be instantiated dynamically in this case, because currently they are based on the database entries.

    On 12/13/2021 at 5:29 PM, Envelope_Void said:

    2. For the server code, I assume that I should create a plugin that can subscribe to the button clicks, send server messages asking for player and world data, and send client messages with relevant data back to the player. I've started by looking at the QuestPlugin and QuestClient code, because that's a system that is pretty easy to understand and interact with in Atavism. Where can I see the Log.debug messages for the server code? I modified world.properties to show Debug logging, but I'm not sure which log handles quest messages.

    Depending on the plugin/server you are modifying, logs will be in the atavism_server/logs/world/server_name logs file.

    On 12/13/2021 at 5:29 PM, Envelope_Void said:

    3. I have the herb prefabs created, but I'm not sure how to reference them within the existing server logic. Resource node doesn't seem to fit. Perhaps as a mob that could be spawned? I can't seem to find an example in the code that I could reference for something like dynamic prefab spawning.

    I think resource nodes will fit, but you would have to instantiate such resource nodes and refresh the resource node list, to let the logic work further.

×
×
  • Create New...

Important Information

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