Jump to content

Nebula

Member
  • Posts

    277
  • Joined

  • Last visited

Posts posted by Nebula

  1. It's not even a bug, it's a cheat...

    1. Place a sterile cloth over the wound.

    2. After an arbitrary period of time, while the rag has not yet become bloody (dirty), we take it out of the wound.

    3. Apply again to the wound.

    4. Repeat point 2.

     

    Having only one sterile rag, without rinsing it off and sterilizing it after use, can completely heal the wound and the rag will remain clean and sterile for subsequent uses.

  2. Djbleqw.jpg

     

    Reduced memory load in half! Guys, thank you very much!

    Also removed the sound reverberation in the bathrooms! Thank you for hearing!
    Is it possible to change the texture on the keys in the snow? In winter, all the scattered keys are immediately visible from a great distance.

    You don't need to look for them, you can see them.

     

    3uy6qoS.jpg

  3. On 10/27/2021 at 1:38 PM, nasKo said:

    - Added recipe.StopOnWalk and recipe.StopOnRun script properties to the codebase to control whether the crafting action is interrupted by walking and running.

    Many thanks! I've been waiting for this for a long time.

  4. I ran into the problem of not being able to change the sound volume, which happened with SoundManager in 41.54?

    This is how everything worked before...

     

    getSoundManager():PlaySound(sound_song,false,0)

    getSoundManager():PlaySound(sound_song,false,1)

     

    getSoundManager():setMusicVolume(0);
    gameSound:setUserVolume(volume);

     

    With the release of update 41.54, the audio volume control stopped working

    If anyone knows the solution to this problem, please help me.

  5. I ran into the problem of not being able to change the sound volume, which happened with SoundManager in 41.54?

    This is how everything worked before...

     

    getSoundManager():PlaySound(sound_song,false,0)

    getSoundManager():PlaySound(sound_song,false,1)

     

    getSoundManager():setMusicVolume(0);
    gameSound:setUserVolume(volume);

     

    With the release of update 41.54, the audio volume control stopped working

  6. SMDistribution.lua

    local function preDistributionMerge()
    
    -- Smoker mod Trash
        ProceduralDistributions.list.SmokerModItemsTrash = {
            rolls = 7,
            items = {
                "SM.SMButt", 10,
    			"SM.SMButt2", 10,
    			"SM.SMEmptyPack", 10,
    			"SM.SMEmptyPackLight", 10,
    			"SM.SMEmptyPackMenthol", 10,
    			"SM.SMEmptyPackGold", 10,
    			"SM.EmptyMatchbox", 10,
            },
        }
    
    -- Smoker mod Zombie Items
        ProceduralDistributions.list.SmokerModZombieItems = {
            rolls = 1,
            items = {
                "SM.Matches", 100,
    			"SM.SMPack", 100,
    			"SM.SMPackLight", 100,
    			"SM.SMPackMenthol", 100,
    			"SM.SMPackGold", 100,
            },
        }
    	
    end
    
    Events.OnPreDistributionMerge.Add(preDistributionMerge);

     

    SMPoceduralDistribution.lua

    local SmokerModDistTable = {
    	all = {
    		bin = {
    		procedural = true,
    		procList = {
    			{name="SmokerModItemsTrash", min=1, max=10},
    		}
    		},
    		
    		inventorymale = {
    		procedural = true,
    		procList = {
    			{name="SmokerModZombieItems", min=0, max=1},
    		}
    		},
    		
    		inventoryfemale = {
    		procedural = true,
    		procList = {
    			{name="SmokerModZombieItems", min=0, max=1},
    		}
    		},
    	}
    }
    
    table.insert(Distributions, 2, SmokerModDistTable);

     

    Yes, the item distribution is finally working, but I have questions.
    In killed zombies, the entire list of items specified in SmokerModZombieItems appears, how to limit, for example, two items?

    Another oddity is that objects in zombies that are killed outside (outside the premises) never appear, while when killing zombies indoors, objects are guaranteed to appear, the same applies to dumpsters.

  7. I suggest removing the air temperature readings from the clock. This is imba. Where did you see the temperature clock in the 90s? And all the residents.

    - this will force the player to pay more attention to indirect indicators of the ambient temperature, "listen" to the weather forecast on the radio, body response, wind noise, etc. The game requires ordinary thermometers, alcohol and mercury. The first is for the air, the second is for the body.

    - It would be nice to get some more barometers.

     

    зы. The most important thing is not to forget that we can put the thermometer in the oven, in the refrigerator, in the freezer, in the fire.

  8. 9 minutes ago, Blake81 said:

    Ah, hope that's the case. I've never had any speed issues with PZ (unless I am facing a horde that takes 2/3 of the screen, and if I am in that situation, clearly I messed up), so I don't think that'll be a problem for me.

     

    Also, thanks for not treating me like I'm some tinfoil-hatted lunatic, which is the way a lot of people react when they hear I am on Win7 because of security and privacy concerns.

    You are still under constant supervision, my friend :), don't be naive and welcome to Orwell's world.

  9. Leave the desktop radios - only for tape cassettes ... for "playing" (text) and broadcasting recorded (text from radio) tape cassettes. Please!

    This will create the possibility of custom broadcasts - in the form of text ... in the radio network of the server ... recorded by the players themselves - on cassettes.

    I did such experiments in mod ... and they ended successfully ... remote radio stations were broadcasting my text.

  10. Please make a normal kerning between letters. This is killing the eyes, and because of this I cannot translate your texts in the picture - through the service of translating images into my language.

    The explanatory texts can simply be placed in the main text of the post ... under the picture, and everyone will be happy.

  11. It would be interesting to add to the cars...

    - Engine oil (when the condition of the engine deteriorates, the amount of oil decreases, starts to flow, which can eventually lead to breakdown).

    - The same goes for the coolant, but I understand that you will have to add a radiator.

    - Spark plugs for the engine.

    This will make it harder to use and maintain the car, which will add to the hardcore, which will be good.

     

    It would also be extremely nice.

    - High and low beam of car headlights.

  12. How to implement such a function?
    I need to determine that an equipped item fell from a character while fighting a zombie.

    If you can show an example of such a function.

    Is it possible to determine this - before the item is thrown from the inventory?

    In fact, I want to implement the probability of a broken headphone wire in this event.

  13. There are no vanilla swimming mechanics, as well as boats.
    I am not going to return anything to you, due to the fact that I don’t owe you anything.

     

    I want and dream that the character is "taught" to swim in the water, and that it freezes. But euvas are only dreams.

×
×
  • Create New...