ARK: Survival Evolved

ARK: Survival Evolved

138 ratings
FFRP Fantasy Races Mod (on hiatus)
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
305.814 KB
20 Jan, 2017 @ 7:13pm
12 Sep, 2017 @ 2:44pm
24 Change Notes ( view )

Subscribe to download
FFRP Fantasy Races Mod (on hiatus)

In 2 collections by CorruptedChaos
Fox Survival Collection
13 items
FFRP S3 Collection
12 items
Description
Fox RP Fantasy Races Mod id=846730734
-----------
Core Files if anyone is wondering how its set up
https://drive.google.com/drive/folders/1Fo15xPxb2kToCfiRnE37tijl0oUWCC9C?usp=sharing


Sorry guys I likely won’t make edits to these. Unfortunately life’s gotten overly busy and I haven’t been working on fixes as intended.

Spawn Codes have been moved to discussions

Things may be removed and added back for testing purposes right now. So use at your own risk.

It allows the admins to give out fantasy race bonuses. So if you are supposed to be a dwarf, you get bonus stats for being one.


This does not add new models or change existing models, it only adds Level locked items that can be consumed to grant stat bonuses. The level cap can be adjusted if you want them to be player craftable

A simple yet effective way of adding fantasy races with different stats into the game.

Stat List:
Starts are currently being adjusted and tweaked, but I'll keep this list up to date.

Dwarf:
1.2x multiplier to Health
1.3x multiplier to Carry Weight
1.05x Melee Damage
1.3x Crafting Speed

Merfolk:
1.1x Health
1.1x Weight Carry
5x Water Drain Speed
Massively Reduced Food Consumption
150% Increased Move Speed Underwater but 40% Reduced move speed on land
Increased Stamina Regen/Regens Stamina while underwater
Does not deplete O2 while underwater (even while logged out)
Night Vision Increase/Water Vision Increase
Large starting increase to hypothermal insulation

Drow
1.06x Movement Speed
1.15x Health
-0.75 Torpor Per second
The Araneo will not aggro them now
Moderate increase to starting hypothermal ins


Elf:
1.4x Stamina
1.06x Movement Speed
Aggro Reduction from bugs, Mantas, Leeches, Terror birds, Pegomast, Sabers, Wolves

Goblin:
1.3x Stamina
1.08x Movement Speed
1.35x Oxygen
50% faster in water
Moderate increase in starting hyperthermal insulation

Human:
1.1x Health
1.1x Stamina
1.02x Movement Speed
1.2x Oxygen
20% increased move speed in water
1.08x Weight
regen 1.0 stamina per second

Orc:
1.3x Health
1.1x Melee Damage
+0.2 Health Regen per second
10% damage reduction
Moderate increase in starting hypothermal insulation

Troll: (Intended for admin use only use at your servers discression)
3.0x Health
1.2x Stamina
4.0x Melee Damage
Bit of a torpor resistance boost
Takes 35% less damage
+ 1 health regen per second

Gnome:
1.1x Carry Weight
1.5x Crafting Speed

Halfling:
1.1x Health
1.1x Stam
1.2x Oxygen
20% increased move speed in water
-1.5 Torpor per second
40% reduced food and water consumption

Lizardfolk:
Native Hyperthermal insulation ~200
70% reduced water consumption
1.2X Health
.02 hp/sec
Not aggroed by; Thorny Dragons, Boas, Sarco
Reduced aggro from; Dimorph, Raptor, Kapro, Compy

Build Mode (a buff to help server admins build event structures easier):
15x Carry Weight 3X Speed
Item spawn codes for the items in this mod can be found in the Discussions Section.
Popular Discussions View All (9)
37
31 May, 2022 @ 8:55pm
Suggestions Page
CorruptedChaos
26
27 May, 2022 @ 8:24am
Servers Running This Mod. Feel free to post your server here!
CorruptedChaos
14
16 Jan, 2018 @ 9:37pm
Spawn Codes
CorruptedChaos
188 Comments
Plastic Puppet 15 Sep, 2023 @ 10:42am 
@Zemmieon, Because of one small problem, it is quite difficult for me to learn devKit. So I would have done it a long time ago (in principle, I even have it installed), but very often it stupidly freezes when trying to understand its operation by random clicks
Plastic Puppet 15 Sep, 2023 @ 10:40am 
@Zemmieon
How English-speaking programmers see the code
import os, time
class MoveFiles();
def _init_(self):
"""Initialize all folders"""
#Main folder of sort
self.chek_folder = os.path.abspath("python-sort")
# Folders for sorted files
self.default_folders = set(["images", "audios", videos", "python-files"])
self.images = self.check_folder + os.sep + "images"
self.audios = self.check_folder + os.sep + "audios"
self.python_files = self.check_folder + os.sep + "python_files"
Plastic Puppet 15 Sep, 2023 @ 10:39am 
@Zemmieon

Programmers who don't speak English see the code like this:
импорт ос, время
класс Перемещение.файлы()
функ _иниц_(сам)
"""Инициализируем все папки"""
#Главная папка сортировки
сам.проверь_папку = ос.путь.получить("питон-сортировка")
# Папки для сортированных файлов
сам.изначальные_папки = множество(["картинки", "аудио", "видео", "питон-файлы"])
сам.картинки = сам.проверь_папку + ос.разделит + "картинки"
сам.аудио = сам.проверь_папку + ос.разделит + "аудио"
сам.видео = сам.проверь_папку + ос.разделит + "видео"
сам.питон-файлы= сам.проверь_папку + ос.разделит + "питон-файлы"
Zemmieon  [author] 14 Sep, 2023 @ 3:22pm 
@Plastic Puppet

We made it open source because neither of us could continue to support the mod, but we wanted it to be accessible to others. While that was an imperfect solution, it allows others to learn from it and make something more of it themselves.
Zemmieon  [author] 14 Sep, 2023 @ 3:22pm 
@Plastic Puppet
Haven't touched the devkit in years. Currently, I can't take the time to relearn how to use it and make that mod. It isn't as hard to do it yourself as you think. When I first made the mod, I hadn't programmed before, and I didn't do any programming to make the mod, I copied existing items and modified their configuration files. I only spent a week on the project, including learning the devkit. So you could likely do it quite easily, assuming the game and its devkit still work the same as back then.

For reference, the mod files are downloadable at the top of this page. CorruptedChaos made the last several versions of the mod, I'm not familiar with what changes he made or if he used any coding or visual coding.

No idea if the mod still works.
Plastic Puppet 7 Sep, 2023 @ 1:02am 
Now Merflok has played. Almost the ideal speed for a person. The world around was transformed and became HUGE. Now you don't fly around the world like a car.
Please make a mod to change the speed of the character. In any form.
I would do it myself, but I don't know how to use DevKit at all
Plastic Puppet 6 Sep, 2023 @ 11:48pm 
this is more of a cry of the soul, because nowhere else has anyone done a mod for something like this, which could slow down the movement of the character, and not speed up
Plastic Puppet 6 Sep, 2023 @ 11:43pm 
Dear author, can I ask you if it is possible to make a separate mod to SLOW down the speed of movement of the character, like Merfolk ?????There is no such mod anywhere, meanwhile the running speed in the vanilla version is 45km/h, which is a bit unrealistic
Capt Devious 30 Jul, 2023 @ 1:07pm 
Do these spawn themselves or do I need to spawn them?
Xen0 1 Feb, 2023 @ 9:17am 
@dohspivey *plays skyrim music with malice*