Generic filters
Exact matches only
Search in title
Filter by Custom Post Type
Search in project

Atavism X (10.0.0) – Date of release 28.09.2019


New Features
  • Admin Panel: Added up to 5 mob templates and 5 alternative mob templates spawned randomly for each spawner.
  • Chat: Added option to log chat messages in the database or in the log file. It’s handled using two additional parameters:
    • CHAT_LOG_DB – defines if the chat should be logged into the admin database in the chat_logs table. – Boolean – Default: false
    • CHAT_LOG_FILE – defines if the chat should be logged into the log file which will reside in the logs directory. – Boolean – Default: false
      This will gather information like:
    • World – World for which this message was sent
    • Date – Date of the message
    • Message – Message text
    • Source – Source player
    • Target – Target player
    • Channel – Channel on which the message was sent
  • Coordinated Effects: Added new events which can be handled in the animation controller:
    • Dodged
    • Evaded
    • Paried
    • Critic
  • Licensing: One license for unlimited servers.

  • Licensing: CCU changes.

  • Mobs: Added skinning per mob basis:
    • Skinning Skill – Skill required for skinning the mob
    • Skinning Level Max – Maximum skill level which can be reached by skinning the mob.
    • Skinning Skill Exp – Experience gained to the skill by skinning the mob
    • Skinning Weapon Req – Required weapon for skinning the mob
      And removed global parameters:
    • SKINNING_SKILL_ID
    • SKINNING_WEAPON_REQ
  • Server: Added additional functional servers:
    • Chat
    • Weather
    • Faction
    • Quest
  • Server: Added option to multiply servers:
    • Proxy
    • World Manager
    • Combat
    • Mobs

  • Server: Added speed checks, to prevent speed hack usage (for example by Cheat Engine). If player will be caught on using such, and Atavism will register the defined number of samples (by default 10, and it’s configurable in the proxy.py with parameter ProxyPlugin.SpeedhackCountToDisconect) for such behavior, the player will receive message defined in the proxy.py with parameter ProxyPlugin.SpeedhackChatMsg (by default “Detected Speedhack”), will be kicked from the server, and entry with value “SPEEDHACK” will be registered in data_logs table in the admin database.
  • UI: Added option to bind keys in-game.

Changes to existing features

  • Admin Panel: Added option in the spawner to set respawn as a range of values instead of one.
  • Atavism Editor: Removed obsolete skinning parameters (SKINNING_SKILL_ID and SKINNING_WEAPON_REQ).
  • Atavism Manager: Added database credentials check during Atavism server installation in Atavism Windows Manager.
  • Auction House: Adjusted Auction House UI for easier currency change.
  • Auction House: Added check if the item is in the auctions during delete action in Atavism Editor.
  • Auction House: Modified auction prices from integer to long, to properly handle much higher prices.
  • Auction House: Added maximum currency set in the UI for auctions to the maximum currency defined for the currency in the Atavism Editor.
  • Chat: Added /clearChat command which is clearing the current chat window.
  • Chat: Added option which will clear chat after relog.
  • Crafting: Added showAllKnownSkills parameter in the Scripts game object Crafting component (Login Scene) which will show skills even they won’t have any recipes learned.
  • Effects: Added Morph Effect for Dispel Type in the Atavism Editor, which will dispel the morph effect.
  • Guilds: Added timestamps for guilds related data in the database.
  • Instances: Modified Single Player Private Instances so they would be closed and removed from the server if there is no player in them.
  • Instances: Modified World Instances so they would be closed if there are no players in them (except the first one).
  • Items: Modified Equipment Display script to have the ability to assign model text instead of text, due to issues with the new Unity Prefab System.
  • Items: Added Fashion slot functionality for UMA, which is overriding other slots to present outfit/fashion on top.
  • Items: Added additional slots:
    • SHIRT
    • FASHION
    • BACK/CAPE
    • WAIST
    • RANGEDWEAPON
    • NECK
    • SLOT1…20
  • Mail System: Added prevention from sending message to yourself in-game, except you have admin privileges.
  • Mail System: Added history_character_mail table along with trigger which will automatically move archived messages from character_mail table.
  • Performance: Improved demo version performance by reducing the number of triangles by 70% for Character Selection and Main World scenes.
  • Regions: Modified region save action, so it would take also object scale into account and not only the collider scale.
  • Resource Nodes: Modified resource node where the loot was randomized on spawn while now it’s during gathering task is completed.
  • Resource Nodes: Modified resource node where each gathering task increased skill or gave skill experience and it was possible to not take randomized resources and repeat gathering, while now it’s only possible when resources to drop are randomized after new gathering task.
  • Scripts: Modified Initial Setup for Unity to use .NET 4.x by default.
  • Server: Tuned databases, and significantly improved their performance by adding proper indexes and reducing full table scans.
  • Server: Added connection re-initialization if connection pool is null.
  • Server: Modified movement_speed parameter checks to take more variables into account.
  • Server: Adjusted building database queries code, to work with the MySQL 8 connector library.
  • Server: Improved speed of character creation in world manager server by up to 200x, depending on the server load.
  • Server: Improved movement speed requests by world manager server to the combat server. Right now world manager server has its own movement speed parameter for entities updated using push method by combat server each time the movement speed changes. This not only significantly reduces the number of requests but also time, and combat and world manager CPU usage.
  • Server: Improved interpolation precision for players.
  • Server: Added missing display name, experience and experience per level for all mobs.
  • UI: Added global font parameter in the Atavism Settings (Login Scene) for players, mobs names.
  • UI: Added option to define text or icon above NPCs for Bank, Quests, etc.
  • UI: Added counters how long the cooldown will last.
  • UI: Modified UGUISkillText to TextMesh Pro.
  • UMA: Adjusted T-Pose for default UMA Human character.
  • UMA: Handled exception wherein the Character Selection defined for UMA normal model wasn’t presented.
  • UMA: Added support for UMA 2.9.

Fixes

  • Abilities: Fixed Req Facing Target and Angle for abilities, where angles were incorrectly managed.
  • Abilities: Fixed issue where ability reagent was set to true by default on the server, and it was always consumed.
  • Abilities: Fixed issue where abilities didn’t work properly with the required weapon attached in off-hand, even with equipped weapon.
  • Arena: Fixed issue where two characters were in a group and entered arena after they left arena they remained in the group.
  • Atavism Editor: Fixed issue where duplicate ability didn’t work properly.
  • Atavism Editor: Fixed issue where duplicate effect didn’t work properly.
  • Atavism Editor: Fixed generate prefabs option for item sets in Atavism Editor.
  • Atavism Editor: Fixed issue for building object missing icon parameter in Atavism Editor.
  • Atavism Editor: Fixed issue where quest list wasn’t refreshed after a new quest was created.
  • Atavism Manager: Fixed issue in handling path with spaces in the Atavism Windows Manager.
  • Auction House: Fixed issue where a player could add currency using auction due to Integer maximum value and counter reset if the price was extremely high.
  • Auction House: Fixed issue where auctions were not loaded when they were on a separate server, as parameter AUCTION_LOAD_DELAY was incorrectly handled.
  • Auction House: Fixed issue where auction house treated currency always as the smallest in a group and didn’t take another group currency set on an item into account.
  • Chat: Fixed issue where the same message was presented multiple times on a chat.
  • Chat: Fixed message where the effect was cast on another entity as it said: “You gained…”.
  • Chat: Fixed incorrect message on chat, where a player was gained mana, message said: “You healed by…”.
  • Chat: Fixed periodically occurred empty lines on combat chat.
  • Chat: Fixed issue where it wasn’t possible to send a whisper to a character with spaces in the name. Now it requires to put the name in the quotation marks.
  • Combat: Fixed issue where for PvP region pet was taken as an independent entity which led to a situation where the player was not in the region and couldn’t attack another player in the region, while the pet was in the region and he could be still in combat, and attack other players.
  • Combat: Fixed incorrectly assigned parameter HIT_CHANCE_PERCENTAGE_PER_DIFF_LEVEL to HIT_CHANCE_POINT_PER_PERCENTAGE.
  • Coordinated Effects: Fixed issue where the target was set as Friendly in the Ability and player was casting it on himself then Particle Object attached to the Coord Particle Effect was spawned incorrectly in 0,0,0.
  • Crafting: Fixed issue where if a coordinated effect was attached on a crafting station, during crafting multiple items in batch the effect occurred only once at the beginning.
  • Crafting: Fixed issue where for crafting book functionality if the player didn’t have any recipes, and learned it during the window was open it thrown an exception.
  • Dialogues: Fixed issue where for dialogues was displayed NPC name instead of the new display name parameter.
  • Effects: Fixed issue where if player reloged while mounted the stat effect attached to the mount effect was not taken into account.
  • Effects: Fixed issue where hitroll for MagicalDotEffect was hardcoded and set to 100.
  • Effects: Fixed issue with effects counter where if the effect was set to last 10 minutes, and if for example, 5 minutes left, after relog effect was presented as 10 minutes. It was disabled on the server after proper time 5 minutes, but the counter was incorrectly set on the client.
  • Effects: Fixed SPIRIT_EFFECT parameter which didn’t work properly.
  • Effects: Fixed issue where the character was in spirit mode and the server was restarted, then effect staid on the character while spirit effect was removed.
  • Instances: Fixed error log which occurred when after instance change item was dropped by a player.
  • Instances: Fixed warning where after instance change player died and clicked release.
  • Items: Fixed issue where in some specific case it was possible to duplicate a bag.
  • Items: Fixed issue where in some specific case it was possible to duplicate an item.
  • Items: Fixed issue where the backpack was full, and character had equipped two weapons in main-hand and off-hand, and equipped two-hand from the backpack, it was replaced in off-hand while main-hand remained due to full backpack.
  • Items: Fixed issue related to split the same item with a very short time interval.
  • Mail System: Fixed issue where a player could duplicate item using the mailing system.
  • Pathfinding: Fixed issue where mob with assigned patrol path moved from the last point to the first one without using navmesh.
  • Quests: Fixed issue when a player that has a quest for killing some mob will kill it instantly by left mouse click or tab target then it won’t be taken into account for the quest.
  • Resource Nodes: Fixed issue where with full backpack gathered resources from resource node were destroyed when they were clicked in the resource node window.
  • Scripts: Fixed Soft Targeting exception for on mouse-over action where a targeted object is in the targetable layer.
  • Scripts: Handled exception where there was an empty entry for Asset Bundles list in the Login Scene, then Asset Bundles weren’t loaded at all.
  • Scripts: Fixed issue where a player tried to teleport while he was mounted.
  • Scripts: Fixed issue with .NET 4.x, where it was causing freezing Unity Editor due to UDP connection, wasn’t closed properly because of Unity Domain refreshing.
  • Scripts: Added workaround for Unity issue which wasn’t fixed yet, where Unity Editor is using local decimal separators instead dots (https://issuetracker.unity3d.com/issues/windows-editor-uses-os-locale-settings-i-dot-e-commas-instead-of-dots-in-float-inspector-fields-with-experimental-net-4-dot-6)
  • Server: Fixed issue where last minute of player progress could be lost due to high value of parameter PLAYER_SILENCE_TIMEOUT which was set on 30 seconds because save was initiated after this parameter value in seconds. It could occur only if a player was reloged within that PLAYER_SILENCE_TIMEOUT time.
  • Server: Added missing NEED ADVERT – Add MessageType[‘inventory.REMOVE_SPECIFIC_ITEM’, 519] to mobserver-ads.txt.
  • Server: Fixed issue where REPAIR_RATE was set as sellFactor and not repairFactor variable.
  • Skills: Fixed SKILL_FOURTH_STAT_GAIN_INCREMENT parameter as it wasn’t taken into account.
  • UI: Fixed issue where if there was only one sleep effect cast on the enemy it wasn’t presented in effects.
  • UI: Fixed color list for item qualities, because the list was counted from 1, while definitions were from 0.
  • UI: Fixed issue where if any skill didn’t have at least one ability attached, then an error occurred and broke UI refreshing.
  • UI: Fixed tooltip where result item from crafting was also another recipe.
  • UI: Fixed issue with effect border which was set from the last hovered element, now it’s taken from the quality color array.
  • UI: Fixed quest tracking preview which during the first activation was overlapping on timer UI.
  • UI: Fixed quest tracking issue where a player had more than one quest on the list, and after relog, the list was cleared and only one quest remained on it.
  • UI: Fixed quest tracking issue where the list wasn’t cleared if player reloged to another character which has empty tracking quest list. Right now the list is per character.
  • UI: Fixed issue where the tooltip for a recipe was showing “=” character even there wasn’t any item equipped.
  • UMA: Fixed issue where DNA wasn’t properly applied for the first entry into the character creation scene.

Known Issues

  • You can log in to Your account multiple times and login multiple characters if you will only stop on the character selection screen and then you will log in again in another copy of the game.
  • In the arena 1 vs 1, if one person will restart the game and log in again, the second player will be dropped from the arena as a winner, the other logged character will be “stuck” in the instance of the arena, but there will be no longer treated as a typical arena.
  • When in crafting definition there is no “Must Match Layout” option checked and for example the same material is used for two slots with the same count, then if that material will be added into crafting grid in one slot it will show result item and craft button available, but server will response that there are no sufficient items. It’s related to that server is checking what are requirements for an item in each slot for the recipe and if that amount is in the crafting grid.
  • When an item reward and in item choice reward is the same then item count for that item is overridden.

Fresh installation of Atavism X (10.0.0)

In order to install Atavism you can choose one of three types of installation:

1. Using premade Virtual Machine which is Atavism ready environment by following Atavism Virtual Machine Installation process.

2. Using detailed instruction on what environment requirements should be met in order to install Atavism on your dedicated server.

3. Using the installation tutorial with our new Atavism Windows Manager for Windows Environment.

Then you should adjust your Unity project to work best with Atavism

If you are going to use UMA in your project you can follow UMA installation step by step.

it is also recommended to refresh lighting and Asset Bundles because both are related to specific Unity version. In order to rebuild your Asset Bundles (Bomber Bug is using them), you should head into the top menu in Unity Editor and chose Assets->Atavism Build AssetBundles (it will rebuild your asset bundles and then you should navigate to your project directory and copy file infinitypbr from project_directoryAssetBundles to project_directoryAssetsStreamingAssets.

 

Updating to Atavism X (10.0.0)

Updating from Atavism 2019.1.2 to Atavism 10.0.0 is not complicated due to many changes mostly in the server-side and database structure and data. Follow the instructions below to update your existing server.

It is highly recommended you create a backup of both your server, client, and databases before proceeding in case something goes wrong during the process.

Update using our Virtual Machine Installation

Step 1: Login to your Virtual Machine using Winscp client and remove atavism_server*.zip file first and then atavism_server directory completely

Step 2: Follow instructions like you would do the first installation but with option Update Current Atavism depending on your installation (Core or with Demo Data)

Warning: Make a Unity project backup. Importing the prefabs may break any customizations you had previously made to Your ones.

Step 3: Because with Unity 2019.2 support for .NET 3.5 was abandoned Atavism X will use .NET 4.x as the default one. You will have to remove duplicated dll libraries (In most cases this step will be automatically processed)

  • System.Data
  • System.Drawing
  • System.Threading

Step 4: Import Atavism Unity Package, Replace Files

Import the AtavismUnity_10.0.0_{Core|Demo}.unitypackage depending on which installation you did before. It is recommended to replace all files as almost all were changed in some way.

Step 5: Update UMA (if you use it)

We did some changes to the Atavism UMA package, so you should also import AtavismUnity_10.0.0_Uma.unitypackage which is available in the apanel.

Also, you need to add new recipes, and slots to the UMA global library, like on the screenshot below. To open this window click UMA -> Global Library Window from the top menu

Step 6: Update the UI Canvas

This procedure depends on how you modified your canvas. If it’s default then just open AtavismBlankMainWorld scene and replace all components within your world scene, and repeat this procedure for the CharacterSelection scene.

Step 7: Regenerate all prefabs in the project

To regenerate prefabs in the project open Atavism Editor and in the edit tab of the following modules click Generate Prefabs button:

  • Items
  • Effects
  • Abilities
  • Skills
  • Currencies
  • Build Object
  • Crafting Recipes

Step 8: Open Atavism Editor and save all abilities prefabs one by one. This process cannot be automated, as Atavism Editor is checking many constraints now, to prevent from mistakes in the configuration, and this process will ensure that data presented are consistent with data saved in the database.

Step 9: Wipe your characters or at least accounts (This is optional as we changed dynamic faction for NPCs)

Update using Custom Linux Installation

Step 1: Replace Server Files

Copy over all server files and adjust them as you did before with previous Atavism version. Because server-side scripts and configuration files were changed, we recommend you to put a fresh copy of Atavism 10.0.0 server files.

Step 2: Update the Databases

Scripts to update your 2019.1.2 databases to Ataivsm X (10.0.0.) are in your Atavism Server package. There are two types of scripts, structure and data for both types of installations (Core and with Demo Data), you should use the proper ones depending on your previous installation method. In order to update the database, first you have to update structure, then data. The script file for structure update :

  • sql/updates/From_Atavism2019.1.2/{Core|Demo}/Structure/admin.sql
  • sql/updates/From_Atavism2019.1.2/{Core|Demo}/Structure/atavism.sql
  • sql/updates/From_Atavism2019.1.2/{Core|Demo}/Structure/world_content.sql
  • sql/updates/From_Atavism2019.1.2/{Core|Demo}/Structure/master.sql

and script files for data update :

  • sql/updates/From_Atavism2019.1.2/{Core|Demo}/Data/world_content.sql
  • sql/updates/From_Atavism2019.1.2/{Core|Demo}/Data/admin.sql
  • sql/updates/From_Atavism2019.1.2/{Core|Demo}/Data/atavism.sql

If you have renamed any of your databases from the default names (admin, atavism, master, world_content) make sure you have proper names in “use” clause at the beginning of each script.

Important note: Each time you are updating your database or files make a backup to have a copy of your work

Step 3: Import Atavism Unity Package, Replace Files

Import the AtavismUnity_10.0.0_{Core|Demo}.unitypackage depending on which installation you did before. It is recommended to replace all files as almost all were changed in some way.

Step 4: Because with Unity 2019.2 support for .NET 3.5 was abandoned Atavism X will use .NET 4.x as the default one. You will have to remove duplicated dll libraries (In most cases this step will be automatically processed)

  • System.Data
  • System.Drawing
  • System.Threading

Step 5: Update UMA (if you use it)

We did some changes to the Atavism UMA package, so you should also import AtavismUnity_10.0.0_Uma.unitypackage which is available in the apanel.

Also, you need to add new recipes, and slots to the UMA global library, like on the screenshot below. To open this window click UMA -> Global Library Window from the top menu

Step 6: Update the UI Canvas

This procedure depends on how you modified your canvas. If it’s default then just open AtavismBlankMainWorld scene and replace all components within your world scene, and repeat this procedure for the CharacterSelection scene.

Step 7: Regenerate all prefabs in the project

To regenerate prefabs in the project open Atavism Editor and in the edit tab of the following modules click Generate Prefabs button:

  • Items
  • Effects
  • Abilities
  • Skills
  • Currencies
  • Build Object
  • Crafting Recipes

Step 8: Open Atavism Editor and save all abilities prefabs one by one. This process cannot be automated, as Atavism Editor is checking many constraints now, to prevent from mistakes in the configuration, and this process will ensure that data presented are consistent with data saved in the database.

Step 9: Wipe your characters or at least accounts (This is optional as we changed dynamic faction for NPCs)

Update using Atavism Windows Manager Installation

Step 1: Open directory where you installed Atavism Manager (by default in c:\Atavism Manager)

Step 2: Rename atavism_server directory to atavism_server_old or any other name

Step 3: Download Atavism server zip file from apanel

Step 4: Unpack atavism_server*.zip file into your Atavism Manager installation directory

Step 5: Open command line console Windows + r shortcut and type cmd

Step 6: Change directory to your Atavism Manager installation directory by typing command

cd “c:\Atavism Manager\mariadb-5.5.61-win32\bin”

and start the database if it’s not started yet by invoking the command

mysqld

Step 7: Invoke database update commands where the root is the database user, the test is the password for the database user, following with by the path to the Atavism Manager installation directory. If you are not using our default databases, please adjust these commands.

If you have renamed any of your databases from the default names (admin, atavism, master, world_content) make sure you have proper names in “use” clause at the beginning of each script.

Important note: Each time you are updating your database or files make a backup to have a copy of your work

mysql -u root -ptest admin < “c:\Atavism Manager\atavism_server\sql\updates\From_Atavism2019.1.2\Demo\Structure\admin.sql”

mysql -u root -ptest atavism < “c:\Atavism Manager\atavism_server\sql\updates\From_Atavism2019.1.2\Demo\Structure\atavism.sql”

mysql -u root -ptest master < “c:\Atavism Manager\atavism_server\sql\updates\From_Atavism2019.1.2\Demo\Structure\master.sql”

mysql -u root -ptest world_content < “c:\Atavism Manager\atavism_server\sql\updates\From_Atavism2019.1.2\Demo\Structure\world_content.sql”

mysql -u root -ptest admin < “c:\Atavism Manager\atavism_server\sql\updates\From_Atavism2019.1.2\Demo\Data\admin.sql”

mysql -u root -ptest atavism < “c:\Atavism Manager\atavism_server\sql\updates\From_Atavism2019.1.2\Demo\Data\atavism.sql”

mysql -u root -ptest world_content < “c:\Atavism Manager\atavism_server\sql\updates\From_Atavism2019.1.2\Demo\Data\world_content.sql”

You can use any third-party tool to handle this process for example with MySQL Workbench or any other database management tool

Step 8: Start Atavism.exe application

Step 9: Fill data according to your previous configuration including database credentials (if you changed them)

Step 10: Import Atavism Unity Package, Replace Files

Import the AtavismUnity_10.0.0_{Core|Demo}.unitypackage depending on which installation you did before. It is recommended to replace all files as almost all were changed in some way.

Step 11: Because with Unity 2019.2 support for .NET 3.5 was abandoned Atavism X will use .NET 4.x as the default one. You will have to remove duplicated dll libraries (In most cases this step will be automatically processed)

  • System.Data
  • System.Drawing
  • System.Threading

Step 12: Update UMA (if you use it)

We did some changes to the Atavism UMA package, so you should also import AtavismUnity_10.0.0_Uma.unitypackage which is available in the apanel.

Also, you need to add new recipes, and slots to the UMA global library, like on the screenshot below. To open this window click UMA -> Global Library Window from the top menu

Step 13: Update the UI Canvas

This procedure depends on how you modified your canvas. If it’s default then just open AtavismBlankMainWorld scene and replace all components within your world scene, and repeat this procedure for the CharacterSelection scene.

Step 14: Regenerate all prefabs in the project

To regenerate prefabs in the project open Atavism Editor and in the edit tab of the following modules click Generate Prefabs button:

  • Items
  • Effects
  • Abilities
  • Skills
  • Currencies
  • Build Object
  • Crafting Recipes

Step 15: Open Atavism Editor and save all abilities prefabs one by one. This process cannot be automated, as Atavism Editor is checking many constraints now, to prevent from mistakes in the configuration, and this process will ensure that data presented are consistent with data saved in the database.

Step 16: Wipe your characters or at least accounts (This is optional as we changed dynamic faction for NPCs)

List of changed files:

New Files (156)

_TerrainAutoUpgrade\layer_Cuadro_Dev_bluelighCuadros_Dev_nor(1.200,1.200)(0.000,0.000)(0.000,0.000,0.000),0.130,0.000.terrainlayer
_TerrainAutoUpgrade\layer_Cuadro_Dev_FuxiaCuadros_Dev_nor(1.200,1.200)(0.000,0.000)(0.000,0.000,0.000),1.000,0.050.terrainlayer
_TerrainAutoUpgrade\layer_Cuadro_DevCuadros_Dev_nor(1.200,1.200)(0.000,0.000)(0.000,0.000,0.000),0.630,0.630.terrainlayer
_TerrainAutoUpgrade\layer_T_Ground_Dirt_Wet_03_A_SmT_Ground_Dirt_Wet_03_N(8.000,8.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
_TerrainAutoUpgrade\layer_T_Ground_Forest_01_A_SmT_Ground_Forest_01_N(8.000,8.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
_TerrainAutoUpgrade\layer_T_Ground_Forest_Dirt_01_A_SmT_Ground_Forest_Dirt_01_N(4.000,4.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
_TerrainAutoUpgrade\layer_T_Ground_Forest_Pebbles_Path_01_A_SmT_Ground_Forest_Pebbles_Path_01_N(4.000,4.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
_TerrainAutoUpgrade\layer_T_Ground_Grass_01_4_A_SmT_Ground_Grass_01_N(4.000,4.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
_TerrainAutoUpgrade\layer_T_Ground_Rock_04_A_SmT_Ground_Rock_04_N(10.000,10.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
_TerrainAutoUpgrade\layer_T_Ground_Rocks_02_A_SmT_Ground_Rocks_02_N(10.000,10.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
_TerrainAutoUpgrade\layer_T_Ground_Sand_02_A_SmT_Ground_Sand_02_N(6.000,6.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
Art\Characters\Volund\Optimized\mesh_volund_armor_geo-309382.asset
Art\Characters\Volund\Optimized\mesh_volund_hair_geo-309392.asset
Art\Characters\Volund\Optimized\mesh_volund_hairtop_geo-309402.asset
Art\Characters\Volund\Optimized\mesh_volund_leatherMetal_geo_MeshPart0-309416.asset
Art\Characters\Volund\Optimized\mesh_volund_legs_geo-309426.asset
Art\Characters\Volund\Optimized\mesh_volund_skinBody_geo-309436.asset
Art\Characters\Volund\Optimized\mesh_volund_skinHead_geo-309446.asset
Art\Characters\Volund\Optimized\mesh_volund_swords_geo-309456.asset
Atavism demo\_TerrainAutoUpgrade\layer_Cuadro_Dev_bluelighCuadros_Dev_nor(1.200,1.200)(0.000,0.000)(0.000,0.000,0.000),0.130,0.000.terrainlayer
Atavism demo\_TerrainAutoUpgrade\layer_Cuadro_Dev_FuxiaCuadros_Dev_nor(1.200,1.200)(0.000,0.000)(0.000,0.000,0.000),1.000,0.050.terrainlayer
Atavism demo\_TerrainAutoUpgrade\layer_Cuadro_DevCuadros_Dev_nor(1.200,1.200)(0.000,0.000)(0.000,0.000,0.000),0.630,0.630.terrainlayer
Atavism demo\_TerrainAutoUpgrade\layer_T_Ground_Dirt_Wet_03_A_SmT_Ground_Dirt_Wet_03_N(8.000,8.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
Atavism demo\_TerrainAutoUpgrade\layer_T_Ground_Forest_01_A_SmT_Ground_Forest_01_N(8.000,8.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
Atavism demo\_TerrainAutoUpgrade\layer_T_Ground_Forest_Dirt_01_A_SmT_Ground_Forest_Dirt_01_N(4.000,4.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
Atavism demo\_TerrainAutoUpgrade\layer_T_Ground_Forest_Pebbles_Path_01_A_SmT_Ground_Forest_Pebbles_Path_01_N(4.000,4.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
Atavism demo\_TerrainAutoUpgrade\layer_T_Ground_Grass_01_4_A_SmT_Ground_Grass_01_N(4.000,4.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
Atavism demo\_TerrainAutoUpgrade\layer_T_Ground_Rock_04_A_SmT_Ground_Rock_04_N(10.000,10.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
Atavism demo\_TerrainAutoUpgrade\layer_T_Ground_Rocks_02_A_SmT_Ground_Rocks_02_N(10.000,10.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
Atavism demo\_TerrainAutoUpgrade\layer_T_Ground_Sand_02_A_SmT_Ground_Sand_02_N(6.000,6.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer
Atavism demo\Blacksmith\Models\Blacksmith_building_Optimized.prefab
Atavism demo\Blacksmith\Models\Fireplace.prefab
Atavism demo\Blacksmith\Prefabs\PvPArena.prefab
Atavism demo\NatureManufacture Assets\Dynamic Nature – Mountain Tree Pack\Prefabs\TreeAnimator.controller
Atavism demo\NatureManufacture Assets\Dynamic Nature – Mountain Tree Pack\Prefabs\TreeFall.anim
Atavism demo\NatureManufacture Assets\Dynamic Nature – Mountain Tree Pack\Prefabs\TreeFallRestorePosition.anim
Atavism demo\Optimized\mesh_Beams_back_wall_int-1292044.asset
Atavism demo\Optimized\mesh_beams_front_center-1292046.asset
Atavism demo\Optimized\mesh_Beams_front_ext-1292020.asset
Atavism demo\Optimized\mesh_Beams_front_int-1292022.asset
Atavism demo\Optimized\mesh_beams_left_ext-1292024.asset
Atavism demo\Optimized\mesh_beams_left_int-1292026.asset
Atavism demo\Optimized\mesh_Beams_right_ext-1292028.asset
Atavism demo\Optimized\mesh_Beams_right_int-1292030.asset
Atavism demo\Optimized\mesh_blacksmith_Back_wall_ext-1292032.asset
Atavism demo\Optimized\mesh_blacksmith_Back_wall_int-1292036.asset
Atavism demo\Optimized\mesh_blacksmith_dirt_floor-1292066.asset
Atavism demo\Optimized\mesh_Blacksmith_front_wall_props-1292068.asset
Atavism demo\Optimized\mesh_blacksmith_Left_wall_int-1292072.asset
Atavism demo\Optimized\mesh_Blacksmith_Right_wall_ext-1292042.asset
Atavism demo\Optimized\mesh_Blacksmith_Right_wall_int-1292074.asset
Atavism demo\Optimized\mesh_Blacksmith_Shields-1292076.asset
Atavism demo\Optimized\mesh_blacksmith_stone_base_back-1292050.asset
Atavism demo\Optimized\mesh_blacksmith_stone_base_front-1292052.asset
Atavism demo\Optimized\mesh_blacksmith_stone_base_left-1292054.asset
Atavism demo\Optimized\mesh_blacksmith_stone_base_right-1292056.asset
Atavism demo\Optimized\mesh_blacksmith_stone_floor1073116.asset
Atavism demo\Optimized\mesh_Bridge_02_Bridge_02_floor_left_LOD3-1797794.asset
Atavism demo\Optimized\mesh_build_boat_01-1282980.asset
Atavism demo\Optimized\mesh_build_boat_dragonhead_01-1282984.asset
Atavism demo\Optimized\mesh_build_boat_scaffold_01-1282988.asset
Atavism demo\Optimized\mesh_build_crane_01_wheel-1281364.asset
Atavism demo\Optimized\mesh_build_crane_01-1281372.asset
Atavism demo\Optimized\mesh_Gables_outside-1292058.asset
Atavism demo\Optimized\mesh_inside_beams_left_ext-1292060.asset
Atavism demo\Optimized\mesh_inside_beams_left_int-1292062.asset
Atavism demo\Optimized\mesh_inside_beams_right_ext-1292082.asset
Atavism demo\Optimized\mesh_inside_beams_right_int-1292118.asset
Atavism demo\Optimized\mesh_Ladder-1292126.asset
Atavism demo\Optimized\mesh_Object371-1292084.asset
Atavism demo\Optimized\mesh_Object380-1292096.asset
Atavism demo\Optimized\mesh_Object381-1292090.asset
Atavism demo\Optimized\mesh_Object382-1292098.asset
Atavism demo\Optimized\mesh_pf_barrels_01 (1)-1257280.asset
Atavism demo\Optimized\mesh_pf_barrels_02-1272236.asset
Atavism demo\Optimized\mesh_pf_buckets_01-1259120.asset
Atavism demo\Optimized\mesh_pf_fence_01_double1109820.asset
Atavism demo\Optimized\mesh_pf_fence_02_double (3)1208652.asset
Atavism demo\Optimized\mesh_pf_fence_02_quad (1)-1242226.asset
Atavism demo\Optimized\mesh_pf_fence_02-1249218.asset
Atavism demo\Optimized\mesh_pf_fence_011127906.asset
Atavism demo\Optimized\mesh_pf_plank_03 (2)-1258002.asset
Atavism demo\Optimized\mesh_pf_plank_03 (3)-1270742.asset
Atavism demo\Optimized\mesh_pf_shield_01 (1)-1249262.asset
Atavism demo\Optimized\mesh_pf_shield_02-1252964.asset
Atavism demo\Optimized\mesh_pf_shield_03-1272264.asset
Atavism demo\Optimized\mesh_pf_wall_logs_04-1239948.asset
Atavism demo\Optimized\mesh_Plank_wall_front_ext-1292100.asset
Atavism demo\Optimized\mesh_Plank_wall_front_int-1292114.asset
Atavism demo\Optimized\mesh_planks_right-1292104.asset
Atavism demo\Optimized\mesh_Roof_left_ext-1292106.asset
Atavism demo\Optimized\mesh_Roof_left_int-1292110.asset
Atavism demo\Optimized\mesh_Roof_right_ext-1292086.asset
Atavism demo\Optimized\mesh_Roof_right_int-1292122.asset
Atavism demo\Optimized\mesh_ropes_left-1292130.asset
Atavism demo\Optimized\mesh_ropes_outside-1292132.asset
Atavism demo\Optimized\mesh_ropes_right-1292134.asset
Atavism demo\Optimized\mesh_smithy_stump1099970.asset
Atavism demo\Optimized\mesh_Stone_steps-1292136.asset
Dragonsan\AtavismObjects\Fonts\Lato-Regular SDF Cooldown.asset
Dragonsan\AtavismObjects\Icons\Custom\Armors\NoviceBoots.jpg
Dragonsan\AtavismObjects\Icons\Custom\Armors\NoviceBoots.png
Dragonsan\AtavismObjects\Icons\Custom\Armors\NovicePants.jpg
Dragonsan\AtavismObjects\Icons\Custom\Armors\NovicePants.png
Dragonsan\AtavismObjects\Icons\Custom\Armors\NoviceShirt.jpg
Dragonsan\AtavismObjects\Icons\Custom\Armors\NoviceShirt.png
Dragonsan\AtavismObjects\Icons\Custom\Armors\Orc01Feet 1.jpg
Dragonsan\AtavismObjects\Icons\Custom\Armors\Orc01Hands 1.jpg
Dragonsan\AtavismObjects\Icons\Custom\Armors\Orc01Helmet 1.jpg
Dragonsan\AtavismObjects\Icons\Custom\Armors\Orc01Legs 1.jpg
Dragonsan\AtavismObjects\Icons\Custom\Armors\Orc01Shoulders 1.jpg
Dragonsan\AtavismObjects\Icons\Custom\Armors\Orc01Torso 1.jpg
Dragonsan\AtavismObjects\Particles\Rocks.prefab
Dragonsan\AtavismObjects\Scripts\Editor\EquipmentDisplayEditor.cs
Dragonsan\AtavismObjects\Scripts\UGUI\Editor\UGUIMiniTooltipEventEditor.cs
Dragonsan\AtavismObjects\Textures\Loading\Promotion_AtavismX_01.jpg
Dragonsan\AtavismObjects\Textures\Loading\Promotion_AtavismX_02.jpg
Dragonsan\AtavismObjects\Textures\Loading\Promotion_AtavismX_03.jpg
Dragonsan\AtavismObjects\Textures\Loading\Promotion_AtavismX_04.jpg
OtherPackages\Icons\icons_sprite.asset
OtherPackages\Icons\icons_sprite.png
Resources\Content\CoordinatedEffects\ChopTree.prefab
Resources\Content\CoordinatedEffects\ChopTreeRestorePosition.prefab
Resources\Content\CoordinatedEffects\HarvestRock Activate.prefab
Resources\Content\CoordinatedEffects\HarvestRock Deactivate.prefab
Resources\Content\CraftingRecipes\RecipeCrafting Recipe – Earring (Blueprint).prefab
Resources\Content\CraftingRecipes\RecipeCrafting Recipe – Earring.prefab
Resources\Content\CraftingRecipes\RecipeCrafting Recipe – Iron Bar (Blueprint).prefab
Resources\Content\CraftingRecipes\RecipeCrafting Recipe – Iron Bar.prefab
Resources\Content\CraftingRecipes\RecipeCrafting Recipe – Necklace (Blueprint).prefab
Resources\Content\CraftingRecipes\RecipeCrafting Recipe – Necklace.prefab
Resources\Content\CraftingRecipes\RecipeCrafting Recipe – Ring (Blueprint).prefab
Resources\Content\CraftingRecipes\RecipeCrafting Recipe – Ring.prefab
Resources\Content\Effects\EffectTestStat 5m.prefab
Resources\Content\Effects\EffectTestStat.prefab
Resources\Content\Items\ItemBoots.prefab
Resources\Content\Items\ItemCrafting Recipe – Earring (Blueprint).prefab
Resources\Content\Items\ItemCrafting Recipe – Iron Bar (Blueprint).prefab
Resources\Content\Items\ItemCrafting Recipe – Necklace (Blueprint).prefab
Resources\Content\Items\ItemCrafting Recipe – Ring (Blueprint).prefab
Resources\Content\Items\ItemCrystal of Strength.prefab
Resources\Content\Items\ItemCrystal of Vitality.prefab
Resources\Content\Items\ItemFashion.prefab
Resources\Content\Items\ItemOrc Plate Breastplate 01.prefab
Resources\Content\Items\ItemOrc Plate Gloves 01.prefab
Resources\Content\Items\ItemOrc Plate Greaves 01.prefab
Resources\Content\Items\ItemOrc Plate Helmet 01.prefab
Resources\Content\Items\ItemOrc Plate Shoes 01.prefab
Resources\Content\Items\ItemOrc Plate Shoulderplates 01.prefab
Resources\Content\Items\ItemPants.prefab
Resources\Content\Items\ItemShirt.prefab
Resources\Content\ItemSets\ItemSetCloth Set of the Fallen Demon.prefab
Resources\Content\ItemSets\ItemSetLeather Set of the Fallen Demon.prefab
Resources\Content\ItemSets\ItemSetPlate Set of the Fallen Demon.prefab
Resources\Content\ResourceDrops\ExampleResouceDropIronWoodenStick.prefab
Resources\uma_dcs_receiver.prefab

Updated Files (431)

Art\Characters\Challenger\Materials\challenger_beard.mat
Art\Characters\Challenger\Materials\challenger_hair.mat
Art\Characters\Volund\Materials\volund_armor_mat.mat
Art\Characters\Volund\Materials\volund_clothes_mat.mat
Art\Characters\Volund\Materials\volund_eyesGlossy_mat.mat
Art\Characters\Volund\Materials\VolundWound.mat
Atavism demo\Blacksmith\Models\Materials\Anvil.mat
Atavism demo\Blacksmith\Models\Materials\barrels.mat
Atavism demo\Blacksmith\Models\Materials\Blacksmith_beams.mat
Atavism demo\Blacksmith\Models\Materials\blacksmith_beams_broken.mat
Atavism demo\Blacksmith\Models\Materials\blacksmith_cart_wheels.mat
Atavism demo\Blacksmith\Models\Materials\Blacksmith_chair.mat
Atavism demo\Blacksmith\Models\Materials\blacksmith_clovers.mat
Atavism demo\Blacksmith\Models\Materials\blacksmith_coal.mat
Atavism demo\Blacksmith\Models\Materials\blacksmith_dirt_floor.mat
Atavism demo\Blacksmith\Models\Materials\blacksmith_door.mat
Atavism demo\Blacksmith\Models\Materials\blacksmith_forge.mat
Atavism demo\Blacksmith\Models\Materials\blacksmith_metals.mat
Atavism demo\Blacksmith\Models\Materials\Blacksmith_planks.mat
Atavism demo\Blacksmith\Models\Materials\blacksmith_rope.mat
Atavism demo\Blacksmith\Models\Materials\blacksmith_stone.mat
Atavism demo\Blacksmith\Models\Materials\blacksmith_stone_floor.mat
Atavism demo\Blacksmith\Models\Materials\house_foundation.mat
Atavism demo\Blacksmith\Models\Materials\mat_barrel_01.mat
Atavism demo\Blacksmith\Models\Materials\mat_bucket_01.mat
Atavism demo\Blacksmith\Models\Materials\mat_building_01_darker.mat
Atavism demo\Blacksmith\Models\Materials\mat_building_02_darker.mat
Atavism demo\Blacksmith\Models\Materials\mat_fence_02.mat
Atavism demo\Blacksmith\Models\Materials\mat_fish_01.mat
Atavism demo\Blacksmith\Models\Materials\mat_menhir_01.mat
Atavism demo\Blacksmith\Models\Materials\mat_pillar_03.mat
Atavism demo\Blacksmith\Models\Materials\mat_plank_01.mat
Atavism demo\Blacksmith\Models\Materials\mat_rune_01.mat
Atavism demo\Blacksmith\Models\Materials\mat_shield_01.mat
Atavism demo\Blacksmith\Models\Materials\mat_sword_shovel_halberd_01.mat
Atavism demo\Blacksmith\Models\Materials\mat_torch_01.mat
Atavism demo\Blacksmith\Models\Materials\shields.mat
Atavism demo\Blacksmith\Models\Materials\Smithy_stump.mat
Atavism demo\Blacksmith\Models\Materials\SmithyLog_01.mat
Atavism demo\Blacksmith\Models\Materials\wall_ivy_diff.mat
Atavism demo\Blacksmith\Models\Materials\weapons.mat
Atavism demo\Blacksmith\Models\Materials\Wooden_planks_set.mat
Atavism demo\Blacksmith\Models\Materials\wooden_props.mat
Atavism demo\Blacksmith\Particles\Effects\mat_fx_smoke_01.mat
Atavism demo\Blacksmith\Prefabs\house_foundation.prefab
Atavism demo\Blacksmith\Prefabs\pf_barrel_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_barrel_fish_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_barrels_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_barrels_02.prefab
Atavism demo\Blacksmith\Prefabs\pf_bucket_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_buckets_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_build_boat_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_build_boat_02.prefab
Atavism demo\Blacksmith\Prefabs\pf_build_crane_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_build_gate_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_fence_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_fence_01_double.prefab
Atavism demo\Blacksmith\Prefabs\pf_fence_02.prefab
Atavism demo\Blacksmith\Prefabs\pf_fence_02_double.prefab
Atavism demo\Blacksmith\Prefabs\pf_fence_02_quad.prefab
Atavism demo\Blacksmith\Prefabs\pf_fish_stick_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_menhir_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_menhir_02.prefab
Atavism demo\Blacksmith\Prefabs\pf_pillar_05.prefab
Atavism demo\Blacksmith\Prefabs\pf_plank_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_plank_03.prefab
Atavism demo\Blacksmith\Prefabs\pf_plankpile_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_plankpile_02.prefab
Atavism demo\Blacksmith\Prefabs\pf_plankpile_03.prefab
Atavism demo\Blacksmith\Prefabs\pf_rune_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_shield_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_shield_02.prefab
Atavism demo\Blacksmith\Prefabs\pf_shield_03.prefab
Atavism demo\Blacksmith\Prefabs\pf_sword_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_torch_stick_01.prefab
Atavism demo\Blacksmith\Prefabs\pf_wall_logs_04.prefab
Atavism demo\Blacksmith\Prefabs\Plank_Path.prefab
Atavism demo\Blacksmith\Prefabs\Plank_Path2.prefab
Atavism demo\Blacksmith\Prefabs\prop_plankpath_01_p8.prefab
Atavism demo\Models with Materials\Materials\Anvil.mat
Atavism demo\Models with Materials\Materials\Blacksmith_beams.mat
Atavism demo\Models with Materials\Materials\blacksmith_beams_broken.mat
Atavism demo\Models with Materials\Materials\blacksmith_coal.mat
Atavism demo\Models with Materials\Materials\blacksmith_dirt_floor.mat
Atavism demo\Models with Materials\Materials\blacksmith_forge.mat
Atavism demo\Models with Materials\Materials\blacksmith_metals.mat
Atavism demo\Models with Materials\Materials\Blacksmith_planks.mat
Atavism demo\Models with Materials\Materials\blacksmith_rope.mat
Atavism demo\Models with Materials\Materials\blacksmith_stone_floor snow.mat
Atavism demo\Models with Materials\Materials\blacksmith_stone_floor.mat
Atavism demo\Models with Materials\Materials\Bridge_arc.mat
Atavism demo\Models with Materials\Materials\lambert1.mat
Atavism demo\Models with Materials\Materials\M_Fir_01_Cross Snow.mat
Atavism demo\Models with Materials\Materials\M_Fir_02_Cross Snow.mat
Atavism demo\Models with Materials\Materials\M_Fir_03_Cross Snow.mat
Atavism demo\Models with Materials\Materials\M_Fir_04_Cross Snow.mat
Atavism demo\Models with Materials\Materials\M_Fir_07_Cross Snow.mat
Atavism demo\Models with Materials\Materials\M_Fir_Bark_01_Snow.mat
Atavism demo\Models with Materials\Materials\M_Fir_Bark_02_Snow.mat
Atavism demo\Models with Materials\Materials\M_Fir_Leaves Snow.mat
Atavism demo\Models with Materials\Materials\mat_boat_01.mat
Atavism demo\Models with Materials\Materials\mat_boat_scaffold_01.mat
Atavism demo\Models with Materials\Materials\mat_build_dragonhead_01.mat
Atavism demo\Models with Materials\Materials\mat_build_porch_01.mat
Atavism demo\Models with Materials\Materials\mat_build_railings_01.mat
Atavism demo\Models with Materials\Materials\mat_build_straw_roof_01.mat
Atavism demo\Models with Materials\Materials\mat_build_straw_roof_cutout_01.mat
Atavism demo\Models with Materials\Materials\mat_build_tower_01.mat
Atavism demo\Models with Materials\Materials\mat_build_tower_02.mat
Atavism demo\Models with Materials\Materials\mat_build_tower_03.mat
Atavism demo\Models with Materials\Materials\mat_building_01_darker.mat
Atavism demo\Models with Materials\Materials\mat_building_02_darker.mat
Atavism demo\Models with Materials\Materials\mat_dragonhead_01.mat
Atavism demo\Models with Materials\Materials\mat_rune_01.mat
Atavism demo\Models with Materials\Materials\mat_sword_shovel_halberd_01.mat
Atavism demo\Models with Materials\Materials\shields.mat
Atavism demo\Models with Materials\Materials\Smithy_stump.mat
Atavism demo\Models with Materials\Materials\Wooden_planks_set.mat
Atavism demo\Models with Materials\Materials\wooden_props.mat
Atavism demo\Models with Materials\Materials Snow\arc_left_snow.mat
Atavism demo\Models with Materials\Materials Snow\Blacksmith_planks_snow.mat
Atavism demo\Models with Materials\Materials Snow\blacksmith_stone_snow.mat
Atavism demo\Models with Materials\Materials Snow\Bridge_main_snow.mat
Atavism demo\Models with Materials\Materials Snow\Bridge_stone_floor_snow.mat
Atavism demo\Models with Materials\Materials Snow\house_foundation_snow 2.mat
Atavism demo\Models with Materials\Materials Snow\house_foundation_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_barrel_01_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_building_01_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_building_02_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_crane_01_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_crane_02_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_fence_02_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_gate_01_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_gate_02_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_menhir_01_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_plank_01_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_strawroof_01_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_strawroof_cutout_01_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_tower_01_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_tower_02_snow.mat
Atavism demo\Models with Materials\Materials Snow\mat_tower_03_snow.mat
Atavism demo\Models with Materials\Materials Snow\Well_main_snow.mat
Atavism demo\Models with Materials\Materials Snow\Well_steps_snow.mat
Atavism demo\Models with Materials\pf_torch_stick_02.prefab
Atavism demo\Models with Materials\prefab_Bridge_02_Bridge_02_arc_left.prefab
Atavism demo\Models with Materials\prefab_Bridge_02_Bridge_02_arc_right.prefab
Atavism demo\Models with Materials\prefab_Bridge_02_Bridge_02_floor_left.prefab
Atavism demo\Models with Materials\prefab_Bridge_02_Bridge_02_floor_right.prefab
Atavism demo\Models with Materials\prefab_Bridge_02_Bridge_02_main_left.prefab
Atavism demo\Models with Materials\prefab_Bridge_02_Bridge_02_main_right.prefab
Atavism demo\Models with Materials\prefab_build_barracks_single_01.prefab
Atavism demo\Models with Materials\prefab_build_bighouse_01_build_bighouse_01.prefab
Atavism demo\Models with Materials\prefab_build_bighouse_01_build_bighouse_01_dragonhead_01.prefab
Atavism demo\Models with Materials\prefab_build_bighouse_02.prefab
Atavism demo\Models with Materials\prefab_build_small_house_01.prefab
Atavism demo\Models with Materials\prefab_build_small_house_destroyed_01.prefab
Atavism demo\Models with Materials\prefab_build_small_house_straw_roof_01.prefab
Atavism demo\Models with Materials\prefab_build_tower_01.prefab
Atavism demo\Models with Materials\prefab_prop_barrels_02.prefab
Atavism demo\Models with Materials\prefab_prop_logpile_01.prefab
Atavism demo\Models with Materials\prefab_prop_shed_01.prefab
Atavism demo\Models with Materials\prefab_prop_shed_02.prefab
Atavism demo\Models with Materials\prefab_Well_main.prefab
Atavism demo\Models with Materials\prefab_Well_steps.prefab
Atavism demo\Models with Materials\prefab_Well_Steps_movable.prefab
Atavism demo\NatureManufacture Assets\Advanced Rock Pack\Rocks\Materials\M_Atlas_Middle_Rocks_01.mat
Atavism demo\NatureManufacture Assets\Advanced Rock Pack\Rocks\Materials\M_Atlas_Small_Rocks_01.mat
Atavism demo\NatureManufacture Assets\Advanced Rock Pack\Rocks\Materials\M_Atlas_Small_Rocks_01Resources.mat
Atavism demo\NatureManufacture Assets\Advanced Rock Pack\Rocks\Prefabs\Clean\prefab_SM_Middle_Rock_01.prefab
Atavism demo\NatureManufacture Assets\Advanced Rock Pack\Rocks\Prefabs\Clean\prefab_SM_Middle_Rock_02.prefab
Atavism demo\NatureManufacture Assets\Advanced Rock Pack\Rocks\Prefabs\Clean\prefab_SM_Middle_Rock_03.prefab
Atavism demo\NatureManufacture Assets\Advanced Rock Pack\Rocks\Prefabs\Clean\prefab_SM_Small_Rock_02.prefab
Atavism demo\NatureManufacture Assets\Advanced Rock Pack\Rocks\Prefabs\Clean\prefab_SM_Small_Rock_03.prefab
Atavism demo\NatureManufacture Assets\Advanced Rock Pack\Rocks\Prefabs\Clean\prefab_SM_Small_Rock_04.prefab
Atavism demo\NatureManufacture Assets\Advanced Rock Pack\Rocks\Prefabs\Clean\prefab_SM_Small_Rock_05.prefab
Atavism demo\NatureManufacture Assets\Advanced Rock Pack\Rocks\Prefabs\Clean\prefab_SM_Small_Rock_06.prefab
Atavism demo\NatureManufacture Assets\Dynamic Nature – Mountain Tree Pack\Prefabs\Fir_01_Plant.prefab
Atavism demo\NatureManufacture Assets\Dynamic Nature – Mountain Tree Pack\Prefabs\Fir_02_Small.prefab
Atavism demo\NatureManufacture Assets\Dynamic Nature – Mountain Tree Pack\Prefabs\Fir_03_Medium.prefab
Atavism demo\NatureManufacture Assets\Dynamic Nature – Mountain Tree Pack\Prefabs\Fir_04_Standalone_cheap.prefab
Atavism demo\NatureManufacture Assets\Dynamic Nature – Mountain Tree Pack\Prefabs\Fir_07_Forest_cheap.prefab
Atavism demo\Terrain_0_0-20180122-123716 0 3.asset
Atavism demo\Terrain_0_0-20180122-123716 1 1.asset
Atavism demo\Terrain_0_0-20180122-123716.asset
CTS\Terrains\Terrain_0_0-20180122-123716_2104044.mat
CTS\Terrains\Terrain_0_0-20180122-123716_2302000.mat
Dragonsan\AtavismEditor\Editor\Data Structures\ItemData.cs
Dragonsan\AtavismEditor\Editor\Data Structures\Mob.cs
Dragonsan\AtavismEditor\Editor\EditorCore\AtavismUnity.cs
Dragonsan\AtavismEditor\Editor\Language\English.xml
Dragonsan\AtavismEditor\Editor\Plugins\ServerAbilities.cs
Dragonsan\AtavismEditor\Editor\Plugins\ServerBuildObject.cs
Dragonsan\AtavismEditor\Editor\Plugins\ServerCraftingRecipes.cs
Dragonsan\AtavismEditor\Editor\Plugins\ServerCurrency.cs
Dragonsan\AtavismEditor\Editor\Plugins\ServerDispelEffect.cs
Dragonsan\AtavismEditor\Editor\Plugins\ServerEffects.cs
Dragonsan\AtavismEditor\Editor\Plugins\ServerInstanceObjects.cs
Dragonsan\AtavismEditor\Editor\Plugins\ServerItems.cs
Dragonsan\AtavismEditor\Editor\Plugins\ServerItemSets.cs
Dragonsan\AtavismEditor\Editor\Plugins\ServerMobs.cs
Dragonsan\AtavismEditor\Editor\Plugins\ServerQuests.cs
Dragonsan\AtavismEditor\Editor\Plugins\ServerSkills.cs
Dragonsan\AtavismEditor\Editor\Prefab Interface\AbilityPrefab.cs
Dragonsan\AtavismEditor\Editor\Prefab Interface\BuildObjectPrefab.cs
Dragonsan\AtavismEditor\Editor\Prefab Interface\CraftingRecipePrefab.cs
Dragonsan\AtavismEditor\Editor\Prefab Interface\CurrencyPrefab.cs
Dragonsan\AtavismEditor\Editor\Prefab Interface\EffectPrefab.cs
Dragonsan\AtavismEditor\Editor\Prefab Interface\SkillPrefab.cs
Dragonsan\AtavismEditor\Editor\Resources\AT_button_all_over.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_all_selected.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_character_over.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_character_selected.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_combat_over.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_combat_selected.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_integration_over.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_integration_selected.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_items_over.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_items_selected.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_mob_over.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_mob_selected.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_server_over.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_category_server_selected.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_scrollebar_arrowDown_over.png
Dragonsan\AtavismEditor\Editor\Resources\AT_button_scrollebar_arrowUp_over.png
Dragonsan\AtavismEditor\Editor\Resources\AT_icon_search_over.png
Dragonsan\AtavismEditor\Editor\Resources\AT_pluginpage_bg_logo.png
Dragonsan\AtavismObjects\Fonts\Cambria SDF.asset
Dragonsan\AtavismObjects\Scripts\CoordinatedEffects\Editor\CoordAnimationEditor.cs
Dragonsan\AtavismObjects\Scripts\CoordinatedEffects\CoordAnimation.cs
Dragonsan\AtavismObjects\Scripts\CoordinatedEffects\CoordParticleEffect.cs
Dragonsan\AtavismObjects\Scripts\GameObject Components\Editor\AtavismResourceNodeEditor.cs
Dragonsan\AtavismObjects\Scripts\GameObject Components\AtavismRegion.cs
Dragonsan\AtavismObjects\Scripts\GameObject Components\ResourceNode.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UI Prefabs\AtavismAbilityPrefab.prefab
Dragonsan\AtavismObjects\Scripts\UGUI\UI Prefabs\AuctionItemRow.prefab
Dragonsan\AtavismObjects\Scripts\UGUI\UI Prefabs\CanvasLoader.prefab
Dragonsan\AtavismObjects\Scripts\UGUI\UI Prefabs\CanvasSettings.prefab
Dragonsan\AtavismObjects\Scripts\UGUI\UI Prefabs\QuestPrevRow.prefab
Dragonsan\AtavismObjects\Scripts\UGUI\UGUIAuction.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUIChatController.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUIControls.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUICraftingPanel.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUICurrencyInputPanel.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUIDialoguePanel.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUIEffect.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUIFloatingMobPanel.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUIMiniTooltipEvent.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUIMobCreator.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUIQuestListEntry.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUISkillButton.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUISkillText.cs
Dragonsan\AtavismObjects\Scripts\UGUI\UGUIWorldBuilder.cs
Dragonsan\AtavismObjects\Scripts\AtavismAbility.cs
Dragonsan\AtavismObjects\Scripts\AtavismAssetBundlesManager.cs
Dragonsan\AtavismObjects\Scripts\AtavismAuction.cs
Dragonsan\AtavismObjects\Scripts\AtavismCombat.cs
Dragonsan\AtavismObjects\Scripts\AtavismCraftingRecipe.cs
Dragonsan\AtavismObjects\Scripts\AtavismInventoryItem.cs
Dragonsan\AtavismObjects\Scripts\AtavismMecanimMobController3D.cs
Dragonsan\AtavismObjects\Scripts\AtavismMobAppearance.cs
Dragonsan\AtavismObjects\Scripts\AtavismMobName.cs
Dragonsan\AtavismObjects\Scripts\AtavismSettings.cs
Dragonsan\AtavismObjects\Scripts\CharacterSelectionCreationManager.cs
Dragonsan\AtavismObjects\Scripts\Crafting.cs
Dragonsan\AtavismObjects\Scripts\Currency.cs
Dragonsan\AtavismObjects\Scripts\EquipmentDisplay.cs
Dragonsan\AtavismObjects\Scripts\Inventory.cs
Dragonsan\AtavismObjects\Scripts\MobController3D.cs
Dragonsan\AtavismObjects\Scripts\MobCreator.cs
Dragonsan\AtavismObjects\Scripts\NpcInteraction.cs
Dragonsan\AtavismObjects\Scripts\Quests.cs
Dragonsan\AtavismObjects\Scripts\Skill.cs
Dragonsan\AtavismObjects\Scripts\Skills.cs
Dragonsan\AtavismObjects\Scripts\WorldBuilder.cs
Dragonsan\AtavismObjects\Textures\NewUi\Login\logo.png
Dragonsan\AtavismObjects\AnimatorController.controller
Dragonsan\Loading Screen for Atavism\Content\Art\Font\BebasNeue Light SDF.asset
Dragonsan\Loading Screen for Atavism\Content\Resources\SceneLoaderManager.asset
Dragonsan\Loading Screen for Atavism\Content\Scripts\Core\bl_SceneLoader.cs
Dragonsan\Scenes\Arena1v1.unity
Dragonsan\Scenes\Arena2v2.unity
Dragonsan\Scenes\BlankAtavismScene.unity
Dragonsan\Scenes\BlankLogin.unity
Dragonsan\Scenes\CharacterSelection.unity
Dragonsan\Scenes\GuildPrivate.unity
Dragonsan\Scenes\Login.unity
Dragonsan\Scenes\MainWorld.unity
Dragonsan\Scenes\SinglePlayerPrivate.unity
Dragonsan\UGUIMiniMap for Atavism\Content\Art\Models\Materials\Areas.mat
Dragonsan\UGUIMiniMap for Atavism\Content\Prefabs\Instances\MapPointer.prefab
Dragonsan\UGUIMiniMap for Atavism\Content\Prefabs\MiniMap2D [Orthographic].prefab
Dragonsan\UGUIMiniMap for Atavism\Content\Prefabs\MiniMap2D.prefab
Dragonsan\UGUIMiniMap for Atavism\Content\Prefabs\MiniMap2DStatic.prefab
Dragonsan\UGUIMiniMap for Atavism\Content\Prefabs\MiniMap3D.prefab
Dragonsan\UGUIMiniMap for Atavism\Content\Prefabs\MiniMapCircle.prefab
Dragonsan\UGUIMiniMap for Atavism\Content\Scripts\Core\Misc\bl_MapPointer.cs
Dragonsan\UGUIMiniMap for Atavism\Content\Scripts\Core\bl_MiniMap.cs
OtherPackages\Horse\Model\Horse.fbm\Horse_D.psd
OtherPackages\Icons\atavism_avatar06.png
Resources\Content\Abilities\AbilityAlchemy Skillbook.prefab
Resources\Content\Abilities\AbilityBag of Goods.prefab
Resources\Content\Abilities\AbilityBrown Horse Mount.prefab
Resources\Content\Abilities\AbilityCooking Skillbook.prefab
Resources\Content\Abilities\AbilityCritical Charge.prefab
Resources\Content\Abilities\AbilityHealth Potion.prefab
Resources\Content\Abilities\AbilityJeweling Skillbook.prefab
Resources\Content\Abilities\AbilityMagic Arrow.prefab
Resources\Content\Abilities\AbilityMagic Bolt.prefab
Resources\Content\Abilities\AbilityMana Potion.prefab
Resources\Content\Abilities\AbilityMetalsmithing Skillbook.prefab
Resources\Content\Abilities\AbilityMobBomberBug01MDSTAbility.prefab
Resources\Content\Abilities\AbilityMobBomberBug02MDSTAbility.prefab
Resources\Content\Abilities\AbilityMobBomberBug03MAOECAbility.prefab
Resources\Content\Abilities\AbilitySleeping Bolt.prefab
Resources\Content\Abilities\AbilitySpinning Sword.prefab
Resources\Content\Abilities\AbilityStun Arrow.prefab
Resources\Content\Abilities\AbilitySummon Bomber Bug Pet Non Combat.prefab
Resources\Content\Abilities\AbilitySummon Bomber Bug Pet.prefab
Resources\Content\Abilities\AbilityTailoring Skillbook.prefab
Resources\Content\Abilities\AbilityWoodworking Skillbook.prefab
Resources\Content\BuildObjects\BuildObjectHouse Foundation.prefab
Resources\Content\BuildObjects\BuildObjectTradehouse.prefab
Resources\Content\CoordinatedEffects\AttackBuilding.prefab
Resources\Content\CoordinatedEffects\HarvestRock.prefab
Resources\Content\Currencies\CurrencyBronze.prefab
Resources\Content\Currencies\CurrencyDiamonds.prefab
Resources\Content\Currencies\CurrencyGold.prefab
Resources\Content\Currencies\CurrencySilver.prefab
Resources\Content\Effects\EffectBrown Horse Mount Effect.prefab
Resources\Content\EquipmentDisplay\Princess Wand.prefab
Resources\Content\Items\Item100m2 Land Deed.prefab
Resources\Content\Items\Item400m2 Land Deed.prefab
Resources\Content\Items\ItemAlchemy Skillbook.prefab
Resources\Content\Items\ItemBag of Goods.prefab
Resources\Content\Items\ItemBomber Bug Pet Non Combat.prefab
Resources\Content\Items\ItemBomber Bug Pet.prefab
Resources\Content\Items\ItemBomber Bug Tooth.prefab
Resources\Content\Items\ItemBomber Bug Wild.prefab
Resources\Content\Items\ItemBook for Ability 1.prefab
Resources\Content\Items\ItemBow 10001.prefab
Resources\Content\Items\ItemBow 10002.prefab
Resources\Content\Items\ItemBrown Horse Whistle.prefab
Resources\Content\Items\ItemCloth Gloves 01.prefab
Resources\Content\Items\ItemCloth Gloves 02.prefab
Resources\Content\Items\ItemCloth Hood 01.prefab
Resources\Content\Items\ItemCloth Hood 02.prefab
Resources\Content\Items\ItemCloth Pants 01.prefab
Resources\Content\Items\ItemCloth Pants 02.prefab
Resources\Content\Items\ItemCloth Shoes 01.prefab
Resources\Content\Items\ItemCloth Shoes 02.prefab
Resources\Content\Items\ItemCloth Shoulderplates 01.prefab
Resources\Content\Items\ItemCloth Shoulderplates 02.prefab
Resources\Content\Items\ItemCloth Tunic 01.prefab
Resources\Content\Items\ItemCloth Tunic 02.prefab
Resources\Content\Items\ItemCoal.prefab
Resources\Content\Items\ItemCooking Skillbook.prefab
Resources\Content\Items\ItemCrafting Recipe – Earring.prefab
Resources\Content\Items\ItemCrafting Recipe – Iron Bar.prefab
Resources\Content\Items\ItemCrafting Recipe – Necklace.prefab
Resources\Content\Items\ItemCrafting Recipe – Ring.prefab
Resources\Content\Items\ItemEarring.prefab
Resources\Content\Items\ItemExample Bag.prefab
Resources\Content\Items\ItemHealth Potion.prefab
Resources\Content\Items\ItemIron Bar.prefab
Resources\Content\Items\ItemIron Ore.prefab
Resources\Content\Items\ItemItem Recipe 1.prefab
Resources\Content\Items\ItemJeweling Skillbook.prefab
Resources\Content\Items\ItemJunk001.prefab
Resources\Content\Items\ItemJunk002.prefab
Resources\Content\Items\ItemJunk003.prefab
Resources\Content\Items\ItemJunk004.prefab
Resources\Content\Items\ItemJunk005.prefab
Resources\Content\Items\ItemJunk006.prefab
Resources\Content\Items\ItemJunk007.prefab
Resources\Content\Items\ItemJunk008.prefab
Resources\Content\Items\ItemJunk009.prefab
Resources\Content\Items\ItemJunk010.prefab
Resources\Content\Items\ItemLeather Gloves 01.prefab
Resources\Content\Items\ItemLeather Gloves 02.prefab
Resources\Content\Items\ItemLeather Hood 01.prefab
Resources\Content\Items\ItemLeather Hood 02.prefab
Resources\Content\Items\ItemLeather Jacket 01.prefab
Resources\Content\Items\ItemLeather Jacket 02.prefab
Resources\Content\Items\ItemLeather Pants 01.prefab
Resources\Content\Items\ItemLeather Pants 02.prefab
Resources\Content\Items\ItemLeather Shoes 01.prefab
Resources\Content\Items\ItemLeather Shoes 02.prefab
Resources\Content\Items\ItemLeather Shoulderplates 01.prefab
Resources\Content\Items\ItemLeather Shoulderplates 02.prefab
Resources\Content\Items\ItemMana Potion.prefab
Resources\Content\Items\ItemMetalsmithing Skillbook.prefab
Resources\Content\Items\ItemNecklace.prefab
Resources\Content\Items\ItemPink Star.prefab
Resources\Content\Items\ItemPlate Breastplate 01.prefab
Resources\Content\Items\ItemPlate Breastplate 02.prefab
Resources\Content\Items\ItemPlate Gloves 01.prefab
Resources\Content\Items\ItemPlate Gloves 02.prefab
Resources\Content\Items\ItemPlate Greaves 01.prefab
Resources\Content\Items\ItemPlate Greaves 02.prefab
Resources\Content\Items\ItemPlate Helmet 01.prefab
Resources\Content\Items\ItemPlate Helmet 02.prefab
Resources\Content\Items\ItemPlate Shoes 01.prefab
Resources\Content\Items\ItemPlate Shoes 02.prefab
Resources\Content\Items\ItemPlate Shoulderplates 01.prefab
Resources\Content\Items\ItemPlate Shoulderplates 02.prefab
Resources\Content\Items\ItemPrincess Wand.prefab
Resources\Content\Items\ItemRing.prefab
Resources\Content\Items\ItemStaff 10001.prefab
Resources\Content\Items\ItemStaff 10002.prefab
Resources\Content\Items\ItemStarting Quest Item.prefab
Resources\Content\Items\ItemSword 10001.prefab
Resources\Content\Items\ItemSword 10002.prefab
Resources\Content\Items\ItemTailoring Skillbook.prefab
Resources\Content\Items\ItemWooden Stick.prefab
Resources\Content\Items\ItemWoodworking Skillbook.prefab
Resources\Content\Skills\SkillAlchemy.prefab
Resources\Content\Skills\SkillArcherySkill.prefab
Resources\Content\Skills\SkillCooking.prefab
Resources\Content\Skills\SkillHerbaling.prefab
Resources\Content\Skills\SkillJeweling.prefab
Resources\Content\Skills\SkillMagic Staff.prefab
Resources\Content\Skills\SkillMetalSmithing.prefab
Resources\Content\Skills\SkillMining.prefab
Resources\Content\Skills\SkillTailoring.prefab
Resources\Content\Skills\SkillTwo Handed Sword.prefab
Resources\Content\Skills\SkillWoodCutting.prefab
Resources\Content\Skills\SkillWoodWorking.prefab
Resources\Volund_Rig.prefab
Standard Assets\Atavism Core\Editor\InitialSetup.cs
Standard Assets\Atavism Core\AtavismCore.dll
Standard Assets\Atavism Core\NetworkAPI.cs

Deleted Files (5)

Dragonsan\AtavismEditor\Editor\Interfaces\System.Data.dll
Dragonsan\AtavismEditor\Editor\Interfaces\System.Drawing.dll
Dragonsan\AtavismObjects\External\System.Threading.dll
Resources\Content\CoordinatedEffects\HarvestRock test 1.prefab
Resources\Content\CoordinatedEffects\HarvestRock test.prefab

List of changed UMA files:

New Files (2)

UMA\Content\UMA_Core\HumanFemale\FBX\TPoses\Female_Unified_TPose.asset
UMA\Content\UMA_Core\HumanMale\FBX\TPoses\Male_Unified_TPose.asset

Updated Files (10)

UMA\Content\UMA_Core\HumanFemale\RaceData\Legacy\Human Female DCS.asset
UMA\Content\UMA_Core\HumanMale\RaceData\Legacy\Human Male DCS.asset
Dragonsan\AtavismObjects\UMA\AdditionalSlots\CharacterSockets\CharacterSocketsSlotScript.cs
Dragonsan\AtavismObjects\UMA\Editor\InitialSetupUma.cs
Dragonsan\AtavismObjects\UMA\AtavismUMADnaProperty.cs
Dragonsan\AtavismObjects\UMA\UMA_DCS.prefab
Dragonsan\AtavismObjects\UMA\UMACharacterSelectionCreation.cs
Dragonsan\AtavismObjects\UMA\UMADCSPropertyHandler.cs
Dragonsan\AtavismObjects\UMA\UMAPropertySlider.cs
Resources\uma_dcs_receiver.prefab

Deleted Files (0)