Jump to content

Get your engineer recipes here!


Recommended Posts

After playing sandbox with ridiculous amounts of loot, zombies and SANIC speed character, i found these recipes, enjoy:

 

You can dismantle with screwdriver the following items to get Electric scrap:

Remote
VideoGame
Crodless phone
Speaker
Headphones
CD player
Ammo to get Gunpowder


 

To get sensors you need to dismantle a Home Alarm

To get a Reciver you must dismantle a Radio

 

Then we have the crafting part

Remote Controller

Remote
Screwdriver
E.Scrapx3
Gluex2

 

Remote trigger

Reciver
Screwdriver
Scrap x2
Glue x2


 

Timer

Timer or alarm clock
Screwdriver
Scrap
Glue 1



Aersolbomb

Hairspray
Sparkler box
Aluminium



Virus ZC1O Cure

finger-hole-game.png?w=370

 

Flamebomb

Gasoline can, will use quite a lot, have at least 5 liters
Ripped sheets
Empty water bottle

 

Smoke bomb

Coldpack (good luck finding that)
Ripped sheets
Newspaper x2



Noise maker

Scrap x7
Amplifer

 

Pipebomb

Scrap x3
Pipe
Gunpowder 20
Twine
Saw

 

Now the attachments to the bombs (All tested with Aerosolbomb and Smoke bombs, pipebomb might work too)

Timed bombs

Bomb
Crafted Timer
Scrap x2
1 Duct tape

 

Motion sensor

Bomb
Motion sensor
Scrap x2
Duct tape


 

Trigger (Remote controlled)

Bomb
Trigger crafted
Scrap x2
Duct tape

 

I always wanted to be an engineer, have fun blowing up half of West Point and dying by the bombs you made.

Link to comment
Share on other sites

After playing sandbox with ridiculous amounts of loot, zombies and SANIC speed character, i found these recipes, enjoy:

 

You can dismantle with screwdriver the following items to get Electric scrap:

Remote

VideoGame

Crodless phone

Speaker

Headphones

CD player

Ammo to get Gunpowder

 

Then we have the crafting part

Remote Controller

Remote

Screwdriver

E.Scrapx3

Gluex2

 

Remote trigger

Reciver

Screwdriver

Scrap x2

Glue x2

 

Timer

Timer or alarm clock

Screwdriver

Scrap

Glue 1

Aersolbomb

Hairspray

Sparkler box

Aluminium

Virus ZC1O Cure

finger-hole-game.png?w=370

 

Flamebomb

Gasoline can, will use quite a lot, have at least 5 liters

Ripped sheets

Empty water bottle

 

Smoke bomb

Coldpack (good luck finding that)

Ripped sheets

Newspaper x2

Noise maker

Scrap x7

Amplifer

 

Pipebomb

Scrap x3

Pipe

Gunpowder 20

Twine

Saw

 

Now the attachments to the bombs (All tested with Aerosolbomb and Smoke bombs, pipebomb might work too)

Timed bombs

Bomb

Crafted Timer

Scrap x2

1 Duct tape

 

Motion sensor

Bomb

Motion sensor

Scrap x2

Duct tape

 

Trigger (Remote controlled)

Bomb

Trigger crafted

Scrap x2

Duct tape

 

I always wanted to be an engineer, have fun blowing up half of West Point and dying by the bombs you made.

You just made my week. I love you. Thanks man.

Link to comment
Share on other sites

Cool! Now I know that those pipes I've been finding here and there have some actual use. Good thing I've been saving them. Pity that lightbulbs have no apparent use...

 

I was sad of that too, i tried having gunpowder and and a light-blub with a screwdriver to make an explosive light, nothing came out of it.

Link to comment
Share on other sites

yeah, thanks for this.

 

remember, if you click the Follow button in the top right corner, you can always find this thread much easier when you need a recipe.

 

just click on your name up in the toolbar, go to "content I follow" and there it will be

Link to comment
Share on other sites

Extract from recipes.txt archive

 

/************************ Dismantle stuff ************************/

 
    recipe Dismantle
    {
       Remote,
       keep Screwdriver,
 
       Result:ElectronicsScrap,
       Time:30.0,
       OnGiveXP:DismantleElectronics_OnGiveXP,
    }
 
    recipe Dismantle
    {
       VideoGame,
       keep Screwdriver,
 
       Result:ElectronicsScrap,
       Time:30.0,
       OnGiveXP:DismantleElectronics_OnGiveXP,
    }
 
    recipe Dismantle
    {
       CordlessPhone,
       keep Screwdriver,
 
       Result:ElectronicsScrap,
       Time:30.0,
       OnGiveXP:DismantleElectronics_OnGiveXP,
    }
 
    recipe Dismantle
    {
       Speaker,
       keep Screwdriver,
 
       Result:Amplifier,
       Time:30.0,
       OnCreate:Dismantle_OnCreate,
       OnGiveXP:DismantleElectronics_OnGiveXP,
    }
 
    recipe Dismantle
    {
       HomeAlarm,
       keep Screwdriver,
 
       Result:MotionSensor,
       Time:30.0,
       OnCreate:Dismantle_OnCreate,
       OnGiveXP:DismantleElectronics_OnGiveXP,
    }
 
    recipe Dismantle
    {
       Radio,
       keep Screwdriver,
 
       Result:Receiver,
       Time:30.0,
       OnCreate:Dismantle2_OnCreate,
       OnGiveXP:DismantleElectronics_OnGiveXP,
    }
 
    recipe Dismantle
    {
       DigitalWatch,
       keep Screwdriver,
 
       Result:ElectronicsScrap,
       Time:30.0,
       OnGiveXP:DismantleElectronics_OnGiveXP,
    }
 
    recipe Dismantle
    {
       Headphones,
       keep Screwdriver,
 
       Result:ElectronicsScrap,
       Time:30.0,
       OnGiveXP:DismantleElectronics_OnGiveXP,
    }
 
    recipe Dismantle
    {
       CDplayer,
       keep Screwdriver,
 
       Result:ElectronicsScrap=2,
       Time:30.0,
       OnGiveXP:DismantleElectronics_OnGiveXP,
    }
 
    recipe Gather Gun powder
    {
       Bullets9mm/ShotgunShells/223Bullets/308Bullets,
 
       Result:GunPowder,
       Time:30.0,
    }
 
 
    /************************ Traps ************************/
 
    recipe Make Remote Controller V1
    {
       Remote,
       keep Screwdriver,
       ElectronicsScrap=2,
       Glue=2,
 
       Result:RemoteCraftedV1,
       SkillRequired:Electricity=2,
       NeedToBeLearn:true,
       Time:50.0,
    }
 
    recipe Make Remote Controller V2
    {
       Remote,
       keep Screwdriver,
       ElectronicsScrap=3,
       Glue=2,
 
       Result:RemoteCraftedV2,
       SkillRequired:Electricity=4,
       NeedToBeLearn:true,
       Time:50.0,
    }
 
    recipe Make Remote Controller V3
    {
       Remote,
       keep Screwdriver,
       ElectronicsScrap=4,
       Glue=2,
 
       Result:RemoteCraftedV3,
       SkillRequired:Electricity=6,
       NeedToBeLearn:true,
       Time:50.0,
    }
 
    recipe Make Remote Trigger
    {
       Receiver,
       keep Screwdriver,
       ElectronicsScrap=2,
       Glue=2,
 
       Result:TriggerCrafted,
       SkillRequired:Electricity=2,
       NeedToBeLearn:true,
       Time:50.0,
    }
 
    recipe Make Timer
    {
       Timer/AlarmClock,
       keep Screwdriver,
       ElectronicsScrap,
       Glue=1,
 
       Result:TimerCrafted,
       SkillRequired:Electricity=1,
       NeedToBeLearn:true,
       Time:50.0,
    }
 
    recipe Add Timer
    {
       Aerosolbomb,
       TimerCrafted,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:AerosolbombTriggered,
       NeedToBeLearn:true,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V1
    {
       Aerosolbomb,
       MotionSensor,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:AerosolbombSensorV1,
       NeedToBeLearn:true,
       SkillRequired:Electricity=2,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V2
    {
       Aerosolbomb,
       MotionSensor,
       ElectronicsScrap=3,
       DuctTape=1,
 
       Result:AerosolbombSensorV2,
       NeedToBeLearn:true,
       SkillRequired:Electricity=4,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V3
    {
       Aerosolbomb,
       MotionSensor,
       ElectronicsScrap=4,
       DuctTape=1,
 
       Result:AerosolbombSensorV3,
       NeedToBeLearn:true,
       SkillRequired:Electricity=6,
       Time:80.0,
    }
 
    recipe Add Crafted Trigger
    {
       Aerosolbomb,
       TriggerCrafted,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:AerosolbombRemote,
       NeedToBeLearn:true,
       SkillRequired:Electricity=2,
       Time:80.0,
    }
 
    recipe Add Timer
    {
       FlameTrap,
       TimerCrafted,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:FlameTrapTriggered,
       NeedToBeLearn:true,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V1
    {
       FlameTrap,
       MotionSensor,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:FlameTrapSensorV1,
       NeedToBeLearn:true,
       SkillRequired:Electricity=2,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V2
    {
       FlameTrap,
       MotionSensor,
       ElectronicsScrap=3,
       DuctTape=1,
 
       Result:FlameTrapSensorV2,
       NeedToBeLearn:true,
       SkillRequired:Electricity=4,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V3
    {
       FlameTrap,
       MotionSensor,
       ElectronicsScrap=4,
       DuctTape=1,
 
       Result:FlameTrapSensorV3,
       NeedToBeLearn:true,
       SkillRequired:Electricity=6,
       Time:80.0,
    }
 
    recipe Add Crafted Trigger
    {
       FlameTrap,
       TriggerCrafted,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:FlameTrapRemote,
       NeedToBeLearn:true,
       SkillRequired:Electricity=2,
       Time:80.0,
    }
 
    recipe Add Timer
    {
       NoiseTrap,
       TimerCrafted,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:NoiseTrapTriggered,
       NeedToBeLearn:true,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V1
    {
       NoiseTrap,
       MotionSensor,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:NoiseTrapSensorV1,
       NeedToBeLearn:true,
       SkillRequired:Electricity=2,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V2
    {
       NoiseTrap,
       MotionSensor,
       ElectronicsScrap=3,
       DuctTape=1,
 
       Result:NoiseTrapSensorV2,
       NeedToBeLearn:true,
       SkillRequired:Electricity=4,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V3
    {
       NoiseTrap,
       MotionSensor,
       ElectronicsScrap=4,
       DuctTape=1,
 
       Result:NoiseTrapSensorV3,
       NeedToBeLearn:true,
       SkillRequired:Electricity=6,
       Time:80.0,
    }
 
    recipe Add Crafted Trigger
    {
       NoiseTrap,
       TriggerCrafted,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:NoiseTrapRemote,
       NeedToBeLearn:true,
       SkillRequired:Electricity=2,
       Time:80.0,
    }
 
    recipe Add Timer
    {
       SmokeBomb,
       TimerCrafted,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:SmokeBombTriggered,
       NeedToBeLearn:true,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V1
    {
       SmokeBomb,
       MotionSensor,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:SmokeBombSensorV1,
       NeedToBeLearn:true,
       SkillRequired:Electricity=2,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V2
    {
       SmokeBomb,
       MotionSensor,
       ElectronicsScrap=3,
       DuctTape=1,
 
       Result:SmokeBombSensorV2,
       NeedToBeLearn:true,
       SkillRequired:Electricity=4,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V3
    {
       SmokeBomb,
       MotionSensor,
       ElectronicsScrap=4,
       DuctTape=1,
 
       Result:SmokeBombSensorV3,
       NeedToBeLearn:true,
       SkillRequired:Electricity=6,
       Time:80.0,
    }
 
    recipe Add Crafted Trigger
    {
       SmokeBomb,
       TriggerCrafted,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:SmokeBombRemote,
       NeedToBeLearn:true,
       SkillRequired:Electricity=2,
       Time:80.0,
    }
 
    recipe Add Timer
    {
       PipeBomb,
       TimerCrafted,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:PipeBombTriggered,
       NeedToBeLearn:true,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V1
    {
       PipeBomb,
       MotionSensor,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:PipeBombSensorV1,
       NeedToBeLearn:true,
       SkillRequired:Electricity=2,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V2
    {
       PipeBomb,
       MotionSensor,
       ElectronicsScrap=3,
       DuctTape=1,
 
       Result:PipeBombSensorV2,
       NeedToBeLearn:true,
       SkillRequired:Electricity=4,
       Time:80.0,
    }
 
    recipe Add Motion Sensor V3
    {
       PipeBomb,
       MotionSensor,
       ElectronicsScrap=4,
       DuctTape=1,
 
       Result:PipeBombSensorV3,
       NeedToBeLearn:true,
       SkillRequired:Electricity=6,
       Time:80.0,
    }
 
    recipe Add Crafted Trigger
    {
       PipeBomb,
       TriggerCrafted,
       ElectronicsScrap=2,
       DuctTape=1,
 
       Result:PipeBombRemote,
       NeedToBeLearn:true,
       SkillRequired:Electricity=2,
       Time:80.0,
    }
 
    recipe Make Molotov
    {
       WhiskeyFull,
       RippedSheets,
 
       Result:Molotov,
       Time:50.0,
    }
 
    recipe Make Aerosol bomb
    {
       Hairspray,
       Sparklers,
       Aluminum,
 
       Result:Aerosolbomb,
       Time:80.0,
       NeedToBeLearn:true,
    }
 
    recipe Make Flame bomb
    {
       PetrolCan=4,
       RippedSheets,
       WaterBottleEmpty,
 
       Result:FlameTrap,
       Time:80.0,
       NeedToBeLearn:true,
    }
 
    recipe Make Smoke Bomb
    {
       Coldpack,
       RippedSheets,
       Newspaper=2,
 
       Result:SmokeBomb,
       Time:80.0,
       NeedToBeLearn:true,
    }
 
    recipe Make Noise Maker
    {
       ElectronicsScrap=7,
       Amplifier,
 
       Result:NoiseTrap,
       Time:80.0,
       NeedToBeLearn:true,
    }
 
    recipe Make Pipe bomb
    {
       ElectronicsScrap=3,
       Pipe,
       Gunpowder=20,
       Twine=1,
       Keep Saw,
 
       Result:PipeBomb,
       Time:100.0,
       NeedToBeLearn:true,

    }

Link to comment
Share on other sites

Is there a skill required to make a flame bomb?  I have 5 full gas cans, 16 ripped sheets, and 4 empty water bottles and clicking on them does not let me make a flame bomb.

 

Also, where to find pipe?

 

You can find pipes in sheds or garages, i had more luck with garages then sheds tho

 

Also for the flame bomb, you have to learn it.

Link to comment
Share on other sites

It was the right type of bottle I am sure.  I now have molotov cocktails made from whiskey bottles, but how do you throw these things?  I equipped it in primary and matches in secondary but nothing happens.

 

I usually play on zeeds haven server, and the molotovs don't work. I think because the fire is off. Have you tried using them on local?

Link to comment
Share on other sites

 

OK, punch me. I looked, lol.

 

An unrelated question, how do I use my generator?

 

Edit: Nvm, I've found the holy grail.

 

 

Excuse me, What is the generators holy grail ?

 

 

It's some sort of instruction manual called "How to use generators", found one in a garage.

Link to comment
Share on other sites

 

It was the right type of bottle I am sure.  I now have molotov cocktails made from whiskey bottles, but how do you throw these things?  I equipped it in primary and matches in secondary but nothing happens.

 

I usually play on zeeds haven server, and the molotovs don't work. I think because the fire is off. Have you tried using them on local?

 

Well, I figured it out.  Molotovs  currently need a Lighter in the secondary slot, matches do not work.  Who knew?  Burning stuff is fun though!

 

Link to comment
Share on other sites

After playing sandbox with ridiculous amounts of loot, zombies and SANIC speed character, i found these recipes, enjoy:

You can dismantle with screwdriver the following items to get Electric scrap:

Remote

VideoGame

Crodless phone

Speaker

Headphones

CD player

Ammo to get Gunpowder

To get sensors you need to dismantle a Home Alarm

To get a Reciver you must dismantle a Radio

Then we have the crafting part

Remote Controller

Remote

Screwdriver

E.Scrapx3

Gluex2

Remote trigger

Reciver

Screwdriver

Scrap x2

Glue x2

Timer

Timer or alarm clock

Screwdriver

Scrap

Glue 1

Aersolbomb

Hairspray

Sparkler box

Aluminium

Virus ZC1O Cure

finger-hole-game.png?w=370

Flamebomb

Gasoline can, will use quite a lot, have at least 5 liters

Ripped sheets

Empty water bottle

Smoke bomb

Coldpack (good luck finding that)

Ripped sheets

Newspaper x2

Noise maker

Scrap x7

Amplifer

Pipebomb

Scrap x3

Pipe

Gunpowder 20

Twine

Saw

Now the attachments to the bombs (All tested with Aerosolbomb and Smoke bombs, pipebomb might work too)

Timed bombs

Bomb

Crafted Timer

Scrap x2

1 Duct tape

Motion sensor

Bomb

Motion sensor

Scrap x2

Duct tape

Trigger (Remote controlled)

Bomb

Trigger crafted

Scrap x2

Duct tape

I always wanted to be an engineer, have fun blowing up half of West Point and dying by the bombs you made.

When you say scrap in your recipes, are you still referring to electronic scrap or is there another kind of scrap?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...