How do you test 0.13 mods...

Place to post guides, observations, things related to modding that are not mods themselves.
Post Reply
TheSAguy
Smart Inserter
Smart Inserter
Posts: 1449
Joined: Mon Jan 13, 2014 6:17 pm
Contact:

How do you test 0.13 mods...

Post by TheSAguy »

How do you test 0.13 mods, without Test Mode mod?

Rseding91
Factorio Staff
Factorio Staff
Posts: 13219
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: How do you test 0.13 mods...

Post by Rseding91 »

Sandbox mode and click the "yes" to all technologies and "yes" to cheat mode. Free crafting with all techs unlocked.
If you want to get ahold of me I'm almost always on Discord.

TheSAguy
Smart Inserter
Smart Inserter
Posts: 1449
Joined: Mon Jan 13, 2014 6:17 pm
Contact:

Re: How do you test 0.13 mods...

Post by TheSAguy »

Cool,
Thanks

kaleb_boren
Inserter
Inserter
Posts: 38
Joined: Sat Dec 12, 2015 9:52 pm
Contact:

Re: How do you test 0.13 mods...

Post by kaleb_boren »

Rseding91 wrote:Sandbox mode and click the "yes" to all technologies and "yes" to cheat mode. Free crafting with all techs unlocked.
what do you mean by free crafting and how do i do it

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5150
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: How do you test 0.13 mods...

Post by Klonan »

kaleb_boren wrote:
Rseding91 wrote:Sandbox mode and click the "yes" to all technologies and "yes" to cheat mode. Free crafting with all techs unlocked.
what do you mean by free crafting and how do i do it
Sandbox mode and click the "yes" to all technologies and "yes" to cheat mode. Free crafting with all techs unlocked.

User avatar
DedlySpyder
Filter Inserter
Filter Inserter
Posts: 253
Joined: Fri Jun 20, 2014 11:42 am
Contact:

Re: How do you test 0.13 mods...

Post by DedlySpyder »

I don't suppose there is a way to have a character I'm sandbox, is there?

Choumiko
Smart Inserter
Smart Inserter
Posts: 1352
Joined: Fri Mar 21, 2014 10:51 pm
Contact:

Re: How do you test 0.13 mods...

Post by Choumiko »

start a normal game and do

Code: Select all

/c game.player.cheat_mode = true; game.player.force.research_all_technologies()
and you're all set :D

kaleb_boren
Inserter
Inserter
Posts: 38
Joined: Sat Dec 12, 2015 9:52 pm
Contact:

Re: How do you test 0.13 mods...

Post by kaleb_boren »

Klonan wrote:
kaleb_boren wrote:
Rseding91 wrote:Sandbox mode and click the "yes" to all technologies and "yes" to cheat mode. Free crafting with all techs unlocked.
what do you mean by free crafting and how do i do it
Sandbox mode and click the "yes" to all technologies and "yes" to cheat mode. Free crafting with all techs unlocked.
i know that, but when i click the item and it doesnt craft

User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7352
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: How do you test 0.13 mods...

Post by bobingabout »

Choumiko wrote:start a normal game and do

Code: Select all

/c game.player.cheat_mode = true; game.player.force.research_all_technologies()
and you're all set :D
There's actually a couple of command lines you can enter to do that.

First, create a player entity, okay, I don't know the command for this one, but I'm sure there is.
With the newly created entity ID you just created, assign it as your player's character.

For the first part, I actually used a bunch of scripts in a mod I wrote but never released, that created an item that could be used to place a player entity down.
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

kaleb_boren
Inserter
Inserter
Posts: 38
Joined: Sat Dec 12, 2015 9:52 pm
Contact:

Re: How do you test 0.13 mods...

Post by kaleb_boren »

bobingabout wrote:
Choumiko wrote:start a normal game and do

Code: Select all

/c game.player.cheat_mode = true; game.player.force.research_all_technologies()
and you're all set :D
There's actually a couple of command lines you can enter to do that.

First, create a player entity, okay, I don't know the command for this one, but I'm sure there is.
With the newly created entity ID you just created, assign it as your player's character.

For the first part, I actually used a bunch of scripts in a mod I wrote but never released, that created an item that could be used to place a player entity down.
use this command(for 0.13.1): /c game.player.character = game.player.surface.create_entity{name="player", position = {0,0}, force = game.forces.player}

devilwarriors
Filter Inserter
Filter Inserter
Posts: 311
Joined: Sat Jan 09, 2016 1:11 am
Contact:

Re: How do you test 0.13 mods...

Post by devilwarriors »

just downloads Test mode, it's already been non officially converted to work with 0.13.

kaleb_boren
Inserter
Inserter
Posts: 38
Joined: Sat Dec 12, 2015 9:52 pm
Contact:

Re: How do you test 0.13 mods...

Post by kaleb_boren »

devilwarriors wrote:just downloads Test mode, it's already been non officially converted to work with 0.13.
test mode wont (that i know of ) spawn a character when in god/ghost mode

Post Reply

Return to “Modding discussion”