Jump to content

Nebula

Member
  • Posts

    277
  • Joined

  • Last visited

Everything posted by Nebula

  1. Thank you. I'll try to use that.
  2. function SearchGenerator(player) local player = getSpecificPlayer(0); local shutdown local generator if SandboxVars.ElecShutModifier >= -1 and GameTime:getInstance():getNightsSurvived() > SandboxVars.ElecShutModifier then shutdown = true; elseif GameTime:getInstance():getNightsSurvived() <= SandboxVars.ElecShutModifier then shutdown = false; end local zoneSize = 2; for z = 0, 3 do for x = player:getSquare():getX() - zoneSize, player:getSquare():getX() + zoneSize do for y = player:getSquare():getY() - zoneSize, player:getSquare():getY() + zoneSize do local Square = player:getCell():getGridSquare(x, y, z); if Square and Square:getGenerator() and Square:getGenerator():isActivated() then generator = true; end end end end end There were no problems with finding an included generator. But how to determine the presence of electricity in a cell?
  3. Usually I gently push cars with my car :). But several times he tried to push with his hands. I definitely support this proposal.
  4. Nebula

    Reverb sound

    After digging around, I almost came to a solution ... but ... almost I used the script sound 01. Song without words { category = Player, clip { file = media/sound/01.Song-without-words.ogg, distanceMin = 0, distanceMax = 0, reverbMaxRange = 0, reverbFactor = 0, } } This works - when the sound is played from the recipe script. But when I use play audio from code it doesn't work as expected. To play sound I am using: getSoundManager():PlaySound(sound_song, false, volume); But that still doesn't work as expected. The sound continues to change its reverb as it moves from room to room, with very strong echoes in the bathroom. Developers, please help with a solution.
  5. Yoga itself is a very good workout in many aspects of physical fitness, body and mind health. Development in Yoga is achieved exclusively through regular practice and does not depend on the place where the asanas are performed, be it nature or the basement.
  6. Nebula

    Bye sugar!

    This means that these items now have a delta. those. they are consumable ... have a smooth flow ... to bits ... they can be "poured".
  7. I propose to add periodic / rare - Solar and Lunar eclipses to the game. When, unexpectedly, in the afternoon, suddenly twilight or darkness comes ... and the birds suddenly stop singing ... the dogs start howling ... Would add realism and atmosphere. And due to the rarity of the phenomenon, it could become a unique event for a gaming session.
  8. Help me please. How do I get the current weather data? - The sky is clear. - Partly cloudy. - Overcast clouds. - Rain. - Snow. - Fog. - Hail (if there is one, I have not seen it in the game) - Temperature. - Atmospheric pressure (if any)
  9. Nebula

    Reverb sound

    Please tell me how to remove the reverberation of the reproduced sound. When you go into a bath or a large room, the sound played from the mod has a strong echo.
  10. Nebula

    Lag Fightin'

    Is it possible to get support for exporting models from 3dsMax in the future?
  11. We need the ability to dismantle glass from an undamaged window, followed by installation into a broken window. It would be nice if you accidentally cut your hands, or use gloves. I apologize if there is such an opportunity, but in 5 years of playing I have not found this.
  12. Bulbs during operation (when turned on) - should periodically fail. In real life, they are not eternal, and have a lifespan. In the current version of the game, they are practically eternal if you drive your car carefully.
  13. The smoke animation is very much needed as well.
  14. If you have one full roll of toilet paper, you can keep the fire burning (fireplace / stove / fire) - 6 hours 24 minutes, since one part of the toilet paper's delta is enough for 12 minutes. In fact, in one of the latest builds, you added a recalculation of the burning time based on the delta of the item, which led to inadequate burning times for many items. For general convenience, I propose to introduce a certain separate parameter of the burning time for objects with a delta - in Camping/camping_fuel Or add this feature right in the item, which would be extremely convenient. item XXX { Type = Drainable, UseDelta = 0.05, ReplaceOnDeplete = XXXX2, campingFueltime = 0.01, --- For one (small) delta unit. DisplayName = XXX, Icon = XXX, Weight = 0.024, } Indicate directly in the item whether it burns or not, and indicate how long it burns.
  15. Eastern philosophy and practice of yoga, including meditation and others, became widespread in the United States in the 60s with the emergence of the hippie culture. In Europe, this became widespread even earlier ... at the end of the 19th and beginning of the 20th centuries.
  16. Add the ability to meditate (lotus position for example) to your fitness system ... to reduce depression. Perhaps in conjunction with a yoga book ... to get that skill.
  17. It's not a joke. It's true. You need to leave some air in the bottle and so that it does not touch the hot iron. you can just put the bottle in the coals (fire). You can do this simple experiment yourself. It can really save your life one day.
  18. In real life, it is possible to boil a plastic bottle filled with water in a fire. You will be surprised but it works. We Russians make good use of this.
  19. Don't you think that the developers of this game can have much more experience than yours several times over? Forgive me for being straightforward, nothing personal, but in my opinion, you have a little overstated self-esteem. This shows up in most of your posts.
  20. It would be very convenient to look around with the right mouse button pressed while driving. Just like it is done on foot. And you could also use a flashlight while sitting in the car and shine in this way in the right direction.
  21. There will be no boats, as well as water treatment - this issue has been raised repeatedly. The developers said that this will not be implemented. @Nazarito22, You post topics and raise questions that developers have been asked many times. Take the trouble to read this forum thread with suggestions ... A lot of players would like the character to be able to enter the water and swim ... but alas ... in the next few years, this can only be dreamed of. I understand that this is due to the enormous work of changing the game engine and map. That will entail serious consequences - to redo everything again. The game from the very beginning consisted of crutches for crutches ...
  22. We all actually understood what you meant.
  23. Question / Suggestions - about cats, dogs, etc. climbed many times already. The developers plan to add animals to the game, but do not expect this content in the near future. Planned animals Rabbits will roam the countryside. Artificially intelligent animals wandering around the world on their own are expected for version 1.0. List of planned animals Rabbit American Black Bear Brown bear Deer Squirrel Elk Birds Probably only after this list we will see cats and dogs ... but this is not certain.
  24. Shards of glass can be lifted and placed in the right place. This added a couple of builds back.
  25. Cat vision is a fierce vanilla cheat in my opinion! It generally needs to be cut out of the game. Developers often talk about realism ... what the hell is realism? Where have you seen people with night vision?
×
×
  • Create New...