Desynced

Desynced

Re-simulator recipees?
So I'm gonna try asking here, since the people on discord have the world's smallest 8:D but love stroking it as hard as they can hint that they know how to do things and you don't.

What are the re-simulator recipees currently in the game?

I know miner + 5 blue = 2x miner, and miner + 10 yellow = Medium miner which can mine Obsidian and Laterite. (Laterite which can be "used" to create a useless item, microscope or something. But I want it set up to go for when the game gets updated.)

Is there anything else?
< >
Showing 1-13 of 13 comments
OldUncleJ Feb 21, 2023 @ 4:35pm 
Huh. That's news to me. Where do you get the yellow?

I only know of the Laser miner tool = blue + mining tool, Drone + Blue = Scout
darksteelhyren Feb 21, 2023 @ 5:48pm 
Blowing up human buildings gets you yellow cubes. Gets you other stuff too, but it's currently all just garbage.
Johan 2.0 Feb 21, 2023 @ 6:44pm 
Its literally just the three (3) recipes. A lot of us believe that spoilers take the fun out of games, and while the game is lacking in strong tutorials, actual recipes for the scout and miner are given on signs within explorables and one is outright mentioned in the codex if you can put 2 pieces of readily accessible information together. The yellow cube recipe was added as a secret extra. I wouldn't know the exact reasoning, but it seems to just be there to be discovered as a curiosity/teaser, rather than something thats actually useful in the demo.

Also, if you ctrl + F on discord you can find almost anything that other people have asked repeatedly
darksteelhyren Feb 23, 2023 @ 12:47pm 
Ah, another fellow rubbing it in my face that he knows what the recipe is and I don't. I hope you don't mind if I refrain from thanking you.
infraredecho Feb 24, 2023 @ 6:12pm 
Originally posted by Johan 2.0:
The yellow cube recipe was added as a secret extra. I wouldn't know the exact reasoning, but it seems to just be there to be discovered as a curiosity/teaser, rather than something thats actually useful in the demo.

funny i assumed it was a bug and the developers didnt expect us to just blow up the buildings instead of exploring them

as for spoilers, thats why we have spoiler tabs, if people dont want spoilers dont open them, but for those who would like assistance in their gameplay the discussion pages should be the place to find that info
Last edited by infraredecho; Feb 24, 2023 @ 6:14pm
Johan 2.0 Feb 24, 2023 @ 10:02pm 
Originally posted by infraredecho:
as for spoilers, thats why we have spoiler tabs, if people dont want spoilers dont open them, but for those who would like assistance in their gameplay the discussion pages should be the place to find that info

At the time of writing my comment, all available recipes had already been mentioned with no attempt to use spoiler tags or anything and its like that all over the place even in areas where you wouldn't expect to get a spoiler. But apparently pointing out where information can be found instead of having everyone repeat themselves is viewed as withholding information.
infraredecho Mar 5, 2023 @ 10:00pm 
Originally posted by Johan 2.0:
Originally posted by infraredecho:
as for spoilers, thats why we have spoiler tabs, if people dont want spoilers dont open them, but for those who would like assistance in their gameplay the discussion pages should be the place to find that info

At the time of writing my comment, all available recipes had already been mentioned with no attempt to use spoiler tags or anything and its like that all over the place even in areas where you wouldn't expect to get a spoiler. But apparently pointing out where information can be found instead of having everyone repeat themselves is viewed as withholding information.

those are very valid points.

although i do think until a functional wiki arrives, when players look for info, the discussion threads will likely be there best point of reference
Ashar Aug 17, 2023 @ 10:52pm 
how do i make the medium miner, every time i put a small miner inside it always tries to make it into a laser miner, regardless of which cubes i put in as well, and the laser miner doesnt convert to anything.
Johan 2.0 Aug 18, 2023 @ 3:37am 
Originally posted by Ashar:
how do i make the medium miner, every time i put a small miner inside it always tries to make it into a laser miner, regardless of which cubes i put in as well, and the laser miner doesnt convert to anything.
Laser Extractor was moved to the Human Tech Tree (you don't re-sim it anymore)
Ashar Aug 18, 2023 @ 2:15pm 
pff, i spent hours trying everything i could think of, im a big fan of not hand holding, but would be nice if we got some hints of wtf the re simulator was used for
Johan 2.0 Aug 18, 2023 @ 2:32pm 
massive resim recipe spoilers

local resim_recipes = { -- blue cube recipes c_miner = { to = "c_adv_miner", use = "bb", amount = 5, time = 50 }, f_bot_1s_a = { to = "f_bot_1s_as", use = "bb", amount = 10, time = 200 }, drone_miner_package = { to = "drone_adv_miner_package", use = "bb", amount = 5, time = 200 }, -- green cube recipes c_turret = { to = "c_extractor", use = "yb", amount = 5, time = 50 }, f_flyer_bot = { to = "f_human_flyer", use = "yb", amount = 10, time = 100 }, f_bot_1m1s = { to = "f_human_tank", use = "yb", amount = 10, time = 100 }, empty_databank = { to = "human_databank", use = "yb", amount = 1, time = 10}, --f_trilobyte1 = { to = "f_gastarias1", use = "yb", amount = 10, time = 50 }, -- purple c_shield_generator = { to = "c_blight_shield", use = "rb", amount = 5, time = 50 }, crystal = { to = "blight_crystal", use = "rb", amount = 1, time = 5 }, robot_research = { fill = "bb", amount = 5, time = 5 }, virus_research = { fill = "yb", amount = 5, time = 5 }, blight_research = { fill = "rb", amount = 5, time = 5 }, -- recharge robot_datacube = { fill = "bb", amount = 1, time = 5 }, virus_research_data = { fill = "yb", amount = 1, time = 5 }, blight_datacube = { fill = "rb", amount = 1, time = 5 }, }
Last edited by Johan 2.0; Aug 18, 2023 @ 2:33pm
Arithyce Aug 19, 2023 @ 12:27pm 
https://wiki.desyncedgame.com/Re-simulator/Recipes
But it currently doesn't actually have the recipes for alot of things, but it does let you know which recipes exist.
crashfly Feb 13 @ 8:59pm 
Originally posted by Johan 2.0:
massive resim recipe spoilers

local resim_recipes = { -- blue cube recipes c_miner = { to = "c_adv_miner", use = "bb", amount = 5, time = 50 }, f_bot_1s_a = { to = "f_bot_1s_as", use = "bb", amount = 10, time = 200 }, drone_miner_package = { to = "drone_adv_miner_package", use = "bb", amount = 5, time = 200 }, -- green cube recipes c_turret = { to = "c_extractor", use = "yb", amount = 5, time = 50 }, f_flyer_bot = { to = "f_human_flyer", use = "yb", amount = 10, time = 100 }, f_bot_1m1s = { to = "f_human_tank", use = "yb", amount = 10, time = 100 }, empty_databank = { to = "human_databank", use = "yb", amount = 1, time = 10}, --f_trilobyte1 = { to = "f_gastarias1", use = "yb", amount = 10, time = 50 }, -- purple c_shield_generator = { to = "c_blight_shield", use = "rb", amount = 5, time = 50 }, crystal = { to = "blight_crystal", use = "rb", amount = 1, time = 5 }, robot_research = { fill = "bb", amount = 5, time = 5 }, virus_research = { fill = "yb", amount = 5, time = 5 }, blight_research = { fill = "rb", amount = 5, time = 5 }, -- recharge robot_datacube = { fill = "bb", amount = 1, time = 5 }, virus_research_data = { fill = "yb", amount = 1, time = 5 }, blight_datacube = { fill = "rb", amount = 1, time = 5 }, }
unfortunately, that file has disappeared on the latest update. {or if it has not, i cannot find it any more}.

Here is what I determined from my last test on the resimulator before the latest update:

Blue Cubes (Robotics)
Basic Miner + 5 Blue = Laser Mining Tool {Adv Laser Miner}
Worker + 10 Blue = Engineer


Purple Cubes (Blight)
Crystal Chunk + 1 Purple = Blight Crystal Chunk
Portable Shield Generator + 5 Purple = Blight Charger


Yellow Cubes (Human)
Turret + 5 Yellow = Laser Extractor
Hound + 10 Yellow = Human Tank with an installed Tank Turret
Flyer Bot + 10 Yellow = Human Flyer
< >
Showing 1-13 of 13 comments
Per page: 1530 50