Basically want a mod, that allows you to handcraft stuff you have researched with default speed and free of cost. The keyword being default speed, I've tried other creative mods that grant free craft with instant speed, but for my testing needs, I need it to be slow. I have also tried console commands :
/c game.player.force.manual_crafting_speed_modifier=1 (also tried 0.1)
Is it something hard to mod?
Request Mod - Alternative Creative
Re: Request Mod - Alternative Creative
Depends on how far down the rabbit hole you want to go.
If I want to craft an assembler I need 9 iron plates, 5 iron gear wheels and 3 electronic circuit. Should they just magically appear? Or should it craft those first? Should it "hand smelt" iron ore? Or maybe even "hand mine" iron ore first.
If you just want the final item crafted then "all" you have to do it replace the crafting menu with your own so you can catch the player clicking on something. Then add the item to the crafting queue.
Or you could just give the player one stack of all resources at all times. That's probably good enough to craft anything you would reasonably hand craft in game. Every time an iron plate is removed from the inventory you add one back. Easy enough to script.
If I want to craft an assembler I need 9 iron plates, 5 iron gear wheels and 3 electronic circuit. Should they just magically appear? Or should it craft those first? Should it "hand smelt" iron ore? Or maybe even "hand mine" iron ore first.
If you just want the final item crafted then "all" you have to do it replace the crafting menu with your own so you can catch the player clicking on something. Then add the item to the crafting queue.
Or you could just give the player one stack of all resources at all times. That's probably good enough to craft anything you would reasonably hand craft in game. Every time an iron plate is removed from the inventory you add one back. Easy enough to script.
Re: Request Mod - Alternative Creative
Pretty sure you can use the creative mod and just disable the instant craft parameter.
Re: Request Mod - Alternative Creative
Do you think or you know?
Changing speed from 0 to 1 does nothing, still instant. Is it really possible in CE ?
edit Does images from imgur work? screenshot of CE options inside ui
Re: Request Mod - Alternative Creative
No, just attach the image to your message and click the "place inline" button.
Re: Request Mod - Alternative Creative
I see, thanks
Re: Request Mod - Alternative Creative
It will work if cheat mode is off.
A good mod deserves a good changelog. Here's a tutorial (WIP) about Factorio's way too strict changelog syntax!
Re: Request Mod - Alternative Creative
Hm, if free crafting without modifying recipe prototypes is a function of cheat mode, then there may not be a way to do what you want.
BUT: If you don't mind modifying recipe data, then in data-final-fixes you can just iterate over the recipes and zero out the ingredients. Since you say this is testing only?
BUT: If you don't mind modifying recipe data, then in data-final-fixes you can just iterate over the recipes and zero out the ingredients. Since you say this is testing only?
Re: Request Mod - Alternative Creative
I think the free/instant crafting cheat just adds the result to the inventory ignoring the recipe. Also ignores it in the crafting menu as all items have an infinity symbol.