Jump to content

Raath

Member
  • Posts

    7
  • Joined

  • Last visited

Reputation Activity

  1. Pie
    Raath got a reaction from Maris in Vehicles.Update.Heater function drains battery when engine running   
    Poking about in server/vehicles/vehicles.lua I noticed that int he Vehicles.Update.Heater function at line 503 it states : 
     
    if part:getModData().active and vehicle:isEngineRunning() then VehicleUtils.chargeBattery(vehicle, -0.000035 * elapsedMinutes) end Should it not be and not vehicle:isEngineRunning() to drain the battery?
  2. Like
    Raath got a reaction from TheWhiteRipper in Farming tooltip causes severe frame rate drop when character is moved away from starting position (IWBUMS 41.29)   
    The tooltip that is unlocked that lets you quick view the state of the plants water causes a severe drop in framerate if the player is moved away from the location he was standing when the tooltip is displayed.  The tooltip stays on screen until the mouse is moved and FPS returns to normal.
     
    Replication : 
     
    Hold mouse over plant until tooltip shows.
    Press WASD to move character but leave mouse pointer stationary.
     
    Result :
     
    FPS Drops.  Tooltip remains displayed until mouse is moved again.
  3. Like
    Raath got a reaction from skyleaf in 41.26 - Lightbulbs get reconditioned to 100% placing them in outside lights   
    I was wondering what condition lightbulbs were in the outside lamps and if the condition effected brightness.  Not being able to see the condition from the inventory I took one from a lamp and put it in a car which reported 100%.  I took an average 60% bulb from the car and inserted it into the lamp then removed it and put it back in the car which said it was now100%.  So outdoor lamps can recondition bulbs.
     
×
×
  • Create New...