ARK: Survival Evolved

ARK: Survival Evolved

Najs Speedy Flyers BETA
Showing 11-20 of 116 entries
< 1  2  3  4 ... 12 >
Update: 17 Jun, 2021 @ 8:26am

13.1
- Crystal Wyverns now fully implemented, SF as well as Imported type and should be fully functional
- Added a [EmberWyvernMaxEmberMultiplier=1.5] and [EmberWyvernEmberIncreasePerAttack=0.15] .ini option for the Ember Crystal Wyverns. Also you can disable the Waking Tame functionality for the Crystal Wyverns if you\'d like. Check the .ini option sections on Pastebin for all the available options
As all the functionality and bug-fixes I wanted to implement for the upcoming update are now in place and feature-complete I regard this beta-version as the release candidate for the full release version of the mod.

Update: 15 Jun, 2021 @ 12:26pm

13.05
- Fixed issue where Argent and X-Argent carry weights would not correctly replicate, resulting in the .ini options to set both the beak carry weight and the claws carry weight not to function correctly
- Fixed an issue where stat values would not correctly replicate when baby flyers became adults
- Set up the Character_BPs for the Imported CrystalWyverns

Update: 7 Jun, 2021 @ 8:58am

13.04
- Added the Ember Crystal Wyvern and Alpha Blood Crystal Wyvern (SF type) for testing, Imported types following shortly
- Found a bug in the fertilized egg logic on some of the SpeedyFlyers where they would not spawn in the correct type of SpeedyFlyer or even could spawn nothing at all...

Update: 6 Jun, 2021 @ 11:27am

13.03
- Added the Blood Crystal Wyvern and Tropical Crystal Wyvern (SF type) for testing, other crystal wyverns and Imported types following shortly
- Had to alter the ConvertDino function which is used by the [ForceConvertSFtoImported=] .ini option due to changes in the Dev Kit: the mutation points on the maternal and paternal points can not be copied over directly anymore since the variable is now private and not accessible from the blueprint/graphs. As a workaround I chose to take the mean from the maternal and paternal mutation points and then set the allowed mutation points to 20 minus this mean value for both the maternal and paternal sides. It is not ideal but it is the only way not to make breeding too OP for the converted dinos (otherwise the mutated dinos would start freshly with 20 mutation points on each side while keeping their mutations at the same time). This problem would only occur when you set the aforementioned option to true after you have already played and bred with the SF type dinos in your game. All the new tames from then on will immediately get converted to the Imported types so they will not have any mutation points in place at that time.

Update: 3 Jun, 2021 @ 7:46am

13.02
- Added [ManagarmrDragWeight=] .ini option by request, defaults to 250.0. This allows server admins to prevent the Managarmrs to participate in Boss Fights by setting the Drag Weight to 950.0 if they like
- Added an imprint bonus of max 20% to the speed stat calculation which takes the imprint quality into consideration. Be aware the speed stat still adheres to the max speed cap you set in the .ini options, so once you\'re at the max you cannot go higher. Of course you will need less level up points to reach that max in that case.
- Fixed CharacterStatusComponent for the imported X-Argentavis and X-Tapejara so the stats will now correctly replicate and savegame etc.
- Numerous bug fixes and fixes for inconcistencies, numerous code optimizations
- Updated the Lymantria/Moth eggs as there were some changes (in appearance as well as stats) in vanilla which I had missed thus far.
- Edited all eggs to ask for confirmation before using, as that is how the vanilla eggs are set up nowadays.
- Changed many of the default values for [???InitialTamedSpeed=] and [???SpeedStatMultiplier=] to more closely resemble the vanilla flyers when the option [ bAllowFlyerSpeedLeveling=] is set to True in the Game.ini. I know this may be controversial but my aim has always been to resemble the vanilla Flyers as closely as possible with the default settings. I did not, however, set all the initial tamed speeds to what they should be according to the vanilla defaults because I thought those were just ridiculously low in many cases (many defaulted to 100%, not gaining any speed on being tamed)

Update: 31 May, 2021 @ 7:50am

13.01
- Fixed several Ice Wyvern related issues
- Conversion of SF Ice Wyvern to Imported (modded vanilla) Ice Wyvern should now function as expected when ForceConvertSFtoImported=True
- Fixed Alpha Wyvern mating and yielding Alpha offspring when settings should prohibit this; implemented the fix on all other dinos as well as the logic I had in place was giving mixed results (it is now based on boolean logic instead of strings; the latter was more error-prone)
- Set the option for Wyverns to mate and breed to default to True to conform to the vanilla Wyverns
- Tried to fix the RockDrakes and Managarmrs not being downloadable on Genesis and Aberration
- Testing health, stam, weight and melee multiplier robustness as there were reports of bugs happening
- Tested and debugged the hell out of the Managarmr Ice Breath attack and found and fixed several issues with it... It now all hopefully functions as intended...
- Fixed problem where Snow Owl would not correctly apply encapsulation/healing to untamed dinos
- Adjusted SF to Imported logic as to allow for the imprint quality value to carry over to the resulting imported Dino

This more or less concludes the bugs that needed fixing, next up is the addition of the Tropeognathus and the Crystal Wyvern to the Speedy Flyers family!

Update: 29 May, 2021 @ 6:45am

13.00
- Fixed several Ice Wyvern related issues
- Conversion of SF Ice Wyvern to Imported (modded vanilla) Ice Wyvern should now function as expected when ForceConvertSFtoImported=True
- Fixed Alpha Wyvern mating and yielding Alpha offspring when settings should prohibit this; implemented the fix on all other dinos as well as the logic I had in place was giving mixed results (it is now based on boolean logic instead of strings; the latter is more error-prone)
- Set the option for Wyverns to mate and breed to default to True to conform to the vanilla Wyverns
- Tried to fix the RockDrakes and Managarmrs not being downloadable on Genesis and Aberration
- Testing health, stam, weight and melee multiplier robustness as there were reports of bugs happening

Update: 22 Jun, 2020 @ 4:30am

12.03
- Fixed a few issues regarding fertilized eggs on the X-Argentavises which prevented them from being able to breed
- Fixed Phoenix mating, does not seem to show a progress bar though!
- Added correct Icon for Phoenix egg when holding in inventory



Update: 4 May, 2020 @ 9:03am

12.01
- Added both the Imported and SF types of X-Tapejara and X-Argentavis; both are now able to level up speed and enjoy all the same settings and customisability you\'ve come to love with the other Speedy Flyers.
- RockDrake and IceWyvern issues that occured before since the recent updates should be fixed. Imported RockDrakes are back in the mod (that is without force converting them to the SF type on server startup).
- Several egg classes were not set up correctly in the Primal Game Data, this should now be fixed

Update: 2 Mar, 2020 @ 7:48am

11.32
- Re-reattempt to add the SF (Bog) X-Tapejara and SF (Snow) X-Argentavis to the mod. Redid the inheritance structure to have a better chance to catch the original BP\'s instead of hard copies...