Jump to content

SgtFilip

Alpha Tester
  • Posts

    30
  • Joined

  • Last visited

Reputation Activity

  1. Like
    SgtFilip reacted to Captain Hills in Ongoing Discussions   
    I fully understand the situation NQ is facing for their project. They want it to be successful at start. But they cant make it right for anyone.
    An elephant on the wire as I used to say
     
    Where is the common denominator ... to keep most of the vets and attract the potential new players ?
    I wish you @NQ to make some good choices there. 
     
    If I'm loosing all my work, its a terrible thing - but if you give me some good motivation to start over again, I'm fine.
     
    Thumbs up @NQ
  2. Like
    SgtFilip reacted to AdmiralS3 in Simple ship automation (LUA)   
    I know there are hundreds of LUA's that automate various parts of your ship, and even some very nice, complex LUAs that activate HUDs and screens. The goal of this one is to allow those who don't want a HUD or lack LUA programming skills, to automate their ship to some degree & become familiar with basic LUA coding.
     
     
    For this installation you will need the following items.
    A programming board. 4 Manual Switches, 1 for the programming board, 1 for the door(s), 1 for the landing gear, 1 for forcefield ramps. 3 relays A Telemeter The ability to copy and paste in LUA A very basic understanding of LUA.  
    Step 1. Press the B key while facing the ship you wish to use this on and begin placing the items you have gathered where you want them.
     
    Step 2. Remember to place the telemeter on the bottom of the ship.
     
    Step 3. Link the items in the following order.... Link the Command Chair, Cockpit or other controller to a Manual Switch, then link the switch to the programming board. Link the landing gear to a single relay, then link the switch you desire to the landing gear relay, then link the switch to the programming board. Link the door(s) to a different single relay, then link the switch you desire to the relay, then link the switch to the programming board. Link any forcefields to a different single relay, then link the switch you desire to the relay, then link the switch to the programming board and lastly Connect the Telemeter to the programming board.
     
    Step 4. Lets make the system operational. Face the Command Chair, press CTRL +L at the same time, this will open the LUA editor. Find "Unit" from the selection on the left. create 2 new filters for start and stop. In the new start filter add this code. pbSwitch.activate() In the new stop filter add this code. pbSwitch.deactivate()
     
    Step 5. One of the selections on the left will be marked "Slot##" this can be anything from 1 thru 10 depending on how many items you have connected to the chair prior to this installation. Rename the "Slot##" to "pbSwitch", and now click apply.
     
    Step 6. Face the Programing board. press CTRL +L, this will open the LUA editor. On the left you should see 4 "slots" being used. Rename "Slot1" as "landingGearSwitch", Rename "Slot2" as "doorSwitch". and rename "Slot3" as "rampSwitch", lastly rename "Slot4" to "telemeter" be sure to use the capitalization just as i did.

    Step 7. Select "System" and create new filter "Update" copy and paste the following code into this new filter.
    if telemeter.getDistance() < 30 and telemeter.getDistance() > 0 then landingGearSwitch.activate() doorSwitch.activate() rampSwitch.activate() end if telemeter.getDistance() > 40 then landingGearSwitch.deactivate() doorSwitch.deactivate() rampSwitch.deactivate() end  
    Step 8. Click apply and exit build mode.
     
    Step 9. If you did everything right, on takeoff your doors will close, your ramps will retract and your landing gear will go up. On landing your ramps will automatically deploy, your doors will open and your landing gear will deploy.
     
    Troubleshooting:
    Unless you are receiving a LUA script error, chances are you did not link something in the order listed above. Try fixing your links exactly as described above.

    Updates and changes will be posted at.... AdmiralS3/DU-Simple-ship-automation: Dual Universe Simple Ship automation (github.com)
  3. Like
    SgtFilip got a reaction from NQ-Nyota in [CM Team] NQ-Nyota joins the team!   
    Welcome my lady /bow  ?
  4. Like
    SgtFilip got a reaction from Abilton in How to mirror voxels?   
    ctrl +R  also mirror
  5. Like
    SgtFilip got a reaction from Hirnsausen in It's Time - Glass Honeycombs and Merging Glass Panels   
    they looked in to the glass honeycomb already and it wont be added soon becose all kinds of stuff maybe someday  , canopy glass for now m8 would be nice if they added hex shape's ect so whe can build domes and other shapes, maybe give them a rework so they got used by more people i dont know , i like them only need more diffrent shapes ,glass panel colour tint would be nice also would be nice on canopy to , like  the snapping to edge  of shape to, now its a pain to use glas panels or any other elements you like to have next to a border of voxels lol even if you make half part of some engine pod mirror it wont help you becose the arnt nicely center
  6. Like
    SgtFilip got a reaction from Koriandah in Quality of Life Changes for Building   
    I would like to see a shift toggle option to,
  7. Like
    SgtFilip got a reaction from Hazard0814 in How to mirror voxels?   
    ctrl +R  also mirror
  8. Like
    SgtFilip reacted to Aaron Cain in Subscriptions and DAC's: Can You Afford Them?   
    This should be the next thing on cigarette packages
     
  9. Like
    SgtFilip reacted to CmdrKordianPiatkovski in Subscriptions and DAC's: Can You Afford Them?   
    In the country where i live ~15 Eur is like three pack of cigarretes so ~15 Eur per month is not so much if you are non smoker; smokers are spending multiple of those 15 Eur every couple of days!
    So ... STOP SMOKING! PLAY DU!
×
×
  • Create New...