Jump to content

Recommended Posts

Short description

This addon makes it easy to survive in the big wide world of Arma. You can eat, drink, check on your body temperature and use many items.

Many parameters can be set. As a result, this addon can combined with all islands and all other addons. It is important to look at the Mission which is examplary to show you the world of Arma. To get experience you shod make as many experiments as possible. (#_Heros_Survive.Stratis) The description of the parameters requires some experience. But for that it is independent of other addons. It should all be described in the exemplarily Mission or in this file.
-------------------------------------------------------------------------------
Download: Heros-Survive
-------------------------------------------------------------------------------
On Steam: http://steamcommunity.com/sharedfiles/filedetails/?id=718871710
-------------------------------------------------------------------------------
Changelog:

 

Version 3.2 (01.12.2017)

 

FIXED:       - Error in a script. (Body temperature was calculated incorrectly when LLW-Climate is active)

IMPROVED:    - Simulation if player has fever

 

-------------------------------------------------------------------------------

Version 3.1 (02.10.2017)

Version 3.0 (24.09.2017)

Version 2.9 (24.09.2017)

Version 2.8 (01.05.2017)

Version 2.7 (09.04.2017)

Version 2.6 (16.03.2017)

Version 2.5 (12.03.2017)

Version 2.4 (04.01.2017)

Version 2.3 (18.12.2016)

Version 2.2 (14.12.2016)

Version 2.1 (07.11.2016)

Version 2.0 (15.10.2016)

Version 1.9 (18.09.2016)

Version 1.8 (13.09.2016)

Version 1.7 (09.09.2016)
Version 1.6 (07.09.2016)
Version 1.5
(24.07.2016)
Version 1.4 (15.07.2016)
Version 1.3 (01.07.2016)
Version 1.2 (18.06.2016)
Version 1.1 (15.06.2016)
Version 1.0 (11.06.2016)

release
-------------------------------------------------------------------------------

Screenshots:

https://www.dropbox.com/s/pi8dqpugc3pzab5/Pic_01.png?dl=0

https://www.dropbox.com/s/twj2wn022hzcg7j/Pic_02.png?dl=0

https://www.dropbox.com/s/dfvabcz455y1md1/Pic_03.png?dl=0

https://www.dropbox.com/s/vlluj5ilr0qq89k/Pic_04.png?dl=0

https://www.dropbox.com/s/44lzuj3t32h32lp/Pic_05.png?dl=0

https://www.dropbox.com/s/0g0wqgfhuwqy1dv/Pic_06.png?dl=0

https://www.dropbox.com/s/y2cto2dpa4p2v2y/Pic_07.png?dl=0

https://www.dropbox.com/s/azyrbaqnb4gthao/Pic_99.png?dl=0

-------------------------------------------------------------------------------

Information about Heros Survive

- For this addon no other addon is required.
- This addon has a Key

Heros Survive is an complex addon that can be adapted by Mission Maker.

The addon can be combined with ACE.

Possibilities:

- Eat, Drink
   - Hunger and thirst depends on the speed of movement and the current
     carrying load of the player

- Cold, warm
   - Depending on the definition of the temperatures on the island the player can freeze. In this case
     the body temperature is lowered and the player starts to tremble. By the use of
     heat packs or fire, the body temperature will be increased again. The body temperature also depends on the
     uniform of the player. In use of a parameter you can allocate a cold protection to the uniform.

- Use items
  - bonfire (in some houses in the chimney)
  - deploy camping lantern
  - slaughter animals
  - grill meat and fish
  - ...

- Merge two objects to one
   - Bandage + disinfectant spray = First-aid kit
   - ...

Set parameters for environmental temperatures-
   - Define uniforms
   - Define buildings
   - Define vehicles
   - Define temperatures of air and water
   - Define the altitude of 0-level

- Many new items. (See class list)
- Vehicles can be refueled with canisters
- Canisters can be filled on vehicles

 

-------------------------------------------------------------------------------

 

A big thanks to: kizhich
He supports me in the Russian language and has adapted the HUD's icon.

07.11.2016

-------------------------------------------------------------------------------
Other important files:
In each mission is the path 'HerosWorld' required.
The files in it are also required.
  - Her_Survive.sqf            Complete settings for the system Survive
  - Her_Survive_Loot.sqf       Settings for the Loot System
  - Her_Survive_UseItems.sqf   For editing objects that are not
                               executed in the Addon


In these files, a Mission Maker can define all the necessary data to a
mission. In the Test Mission '#_Addon_Her_Survive.Stratis'
all important files are described. Look at the SQF files in the file 'HerosWorld'.
-------------------------------------------------------------------------------
Example:

Her_L_AirTemp = 15;
    This parameter defines a base temperature on the island at 12pm.
    This value refers to the level of the water surface.

Her_L_AirTempHeight = 200;
   This parameter defines the altitude to 0 degrees Celsius.
   In this case 200 meters above the water surface.

All other temperatures are calculated. For this calculation, the time of day, the rain
and the cloudiness are used.
-------------------------------------------------------------------------------
First aid / repair vehicles

In this addon a simple first-aid system and repair system is integrated.
- Do not use items with ACE or other systems.
- Not 100% compatible.
- Please use only the ACE system with ACE.
-------------------------------------------------------------------------------
This addon runs to 95% locally. Mostly on the client!
On the server: The loot system and monitoring of fire and lanterns.
-------------------------------------------------------------------------------
Database:

Important information for a database:
- Her_L_Thirst              Integer
- Her_L_Hunger              Integer
- Her_L_BodyTemp            Integer
- Her_L_Fieber              Boolean, true / false (false = no fever)
- Her_L_FieberRyanZombies   Boolean, true / false (false = no infection)
- Her_L_Money               Integer

 

-------------------------------------------------------------------------------

You may want to donate.

PayPal

 

  • Like 14

Share this post


Link to post
Share on other sites

Really, really like it! This is something that can boost immersion in a mission. Thanks a lot for your work Heros!

Share this post


Link to post
Share on other sites

Congratulations for the release... Great stuff  :) 

Share this post


Link to post
Share on other sites

Really good also i think if you work on some script this mod will be a must have. 

Some idea :

1. Use the rope as a possible climbable rope with maybe a hook for some bulding in Tanoa it can be cool.

2. Use the computer to send text message OR maybe if possible send picture (really good for some recon mission)

 

Anyway is it possible to hide the hud until we check it with the action menu or ace menu ?
 

Share this post


Link to post
Share on other sites

At 1:
Surely I can add new items (rope, rope ladder ...). (Good idea. Thank you)
But the implementation of the scripts is with the Mission Maker. These items are processed externally. I can not know what they are needed in a mission.
Therefore, this addon designed 'open'.

At 2:
The example with the laptop can be changed. It is possible to bring an image on the laptop.

But this laptop can also be placed on the floor. !?

HUD:
This icon should represent the physical being. Except the money. In real life, people feel these things. Emotions are not retrieved by pressing a button.
The HUD remains! The money icon can be removed.

Only combining two objects can be activated in ACE as a separate button.

All missions have different backgrounds.With this addon it is possible to assign specific functions to the objects.

But they have to be generated by the Mission Maker.

The key in this addon: Eat, drink ... was the main goal. And it works.
The use of other objects has been added randomly.
But that works with a Mission Maker. It's just work to write scripts.
Objects can be used for many things.

  • Like 3

Share this post


Link to post
Share on other sites

I see your point of view but in fact lot of mission player are not able to devellop script or mod like you.

So i hope you will bring an option to turn off the hud or maybe make it more transparant or maybe smaller to blend into the environement.

Share this post


Link to post
Share on other sites

I understand you.

As I said:
The main function is given. Eat Drink, ...
But to write for all objects, a script is very complicated. Some objects can be used for many applications.
Therefore, the addon 'open'.

I understand that not all players can write a script. Should I write a lot of small scripts? Which application to an object? Is it the right one? No. Another player has another idea. This makes it very difficult. And it will never be right.

The size of the icon are ok. My opinion. But there are many opinions.
Also to Color or Transparency there are many opinions.
I could make them gray. Then they are not so bright.

I'll see what I can do.

Share this post


Link to post
Share on other sites

Or can you make the UI configurable with a sort of userconfig or something like that ? 

Share this post


Link to post
Share on other sites

Update:

 

Changelog:

Version 1.0.1 (15.06.2016)

ADDED:      New items; Rope, pen, pencil
FIXED:      .
IMPROVED:   Reduced size of the Icon

Share this post


Link to post
Share on other sites

Thanks foxhound :)

Share this post


Link to post
Share on other sites

Congrats to the release !!!

:619:

Awesome work in such a great quality.

Good job Heros that´s a splendid basement to simply build in any mission.

 

Keep on doing it ! :clap:

  • Like 1

Share this post


Link to post
Share on other sites

THIS is what I have failed at. And what I always hoped someone would make. THANKS!

Share this post


Link to post
Share on other sites

Thanks for the great addon!

Please tell me what i have to do in demo mission to spawn loot in buildings?

Share this post


Link to post
Share on other sites

You are testing the demo mission in Single Player Editor? Here no loot will actually spawn. I have tested it.
I have no idea why this is so. :unsure:
Try it in Muptiplayer editor. Here it works.
To should be found in every house Loot the parameter 'Her_L_LootPresence' are set to 100 percent. (File: Her_Survive_Loot.sqf)

  • Like 1

Share this post


Link to post
Share on other sites

You are testing the demo mission in Single Player Editor? Here no loot will actually spawn. I have tested it.

I have no idea why this is so. :unsure:

Try it in Muptiplayer editor. Here it works.

To should be found in every house Loot the parameter 'Her_L_LootPresence' are set to 100 percent. (File: Her_Survive_Loot.sqf)

Thanks a lot, heros!  :) 

Share this post


Link to post
Share on other sites

Update

 

Changelog:

 

Version 1.0.2 (18.06.2016)

ADDED:      - 'Her_L_NoLoot'. No Loot in a radius of 80 meters. See Example Mission and _readme.txt.
            - Canned food can now be eaten if you have a knife.
            - New items; Folding Chair, Sign left, Sign right, Traffic cone, Red-white Barrier tape, Suitcase; duct tape
FIXED:      Now works in Single Player.

  • Like 2

Share this post


Link to post
Share on other sites

need help ! when i start the mission i get error "missing addons a3_soft_f_quadbike_01". anyone fix ? 

Share this post


Link to post
Share on other sites

need help ! when i start the mission i get error "missing addons a3_soft_f_quadbike_01". anyone fix ? 

 

??? Interesting. Check your Arma 3. The addon should work without any other addon. For some reason, the class for the Quad is broken. There is no other addon or DLC required. Attempts to start the addon without any other addons.

Share this post


Link to post
Share on other sites

Issue found

heartrate goes DOWN when running a lot.

No other mods. Singleplayer editor, example mission.

It would be cool if this is fully integrated into the ace3 medical system. :)

Share this post


Link to post
Share on other sites

Issue found

heartrate goes DOWN when running a lot.

No other mods. Singleplayer editor, example mission.

It would be cool if this is fully integrated into the ace3 medical system. :)

 

heartrate goes DOWN when running a lot.

- I tested this addon several hours. To me it is not noticed.

-- Not exactly sure what is meant. You mean 'fatigue'? Then 100 ok and 0 is fatigued. (But I can turn around if that's better)

- I will check it.

It would be cool if this is fully integrated into the ace3 medical system.

- This addon is not created directly for ACE. If ACE is used then use the ACE functions. They should all work. The Medic-functionality of this addon are more an accessory if ACE is not used. But they work.

Share this post


Link to post
Share on other sites
Just super! A long time and have been looking for this for single player missions! Thank you! Watch for updates! (And dream about the translation of Your script on Russian language.) :) :rolleyes: :D

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×