Page 1 of 1

[Mod] Desire path [paths]

PostPosted: Fri Oct 12, 2012 20:05
by Casimir
This is the filth-mod without the filth.
Just the path making part.
Grass turns to dirt. Some nodes (sand, desertsand, gravel, dirt, grass, cobble, mossy cobble) change into each other, depending on what you walked on before.

Github: https://github.com/CasimirKaPazi/paths
Download: https://github.com/CasimirKaPazi/paths/archive/master.zip

Depends: nothing
License: GPL

Outdated versions:
Version without extra nodes:
http://ompldr.org/vaGFjZw/paths20130128.zip
Version with extra nodes):
http://ompldr.org/vZnV2dQ/paths_20121012.zip

PostPosted: Sat Oct 13, 2012 09:29
by PilzAdam
Casimir wrote:*for the full support of the farming mod you have to change in the hoe.lua, in the function create_soil the line
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
if name == "default:dirt" or name == "default:dirt_with_grass" then

to
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
if name == "default:dirt" or name == "default:dirt_with_grass"
or name == "paths:dirt_with_grass_walked" or name == "paths:dirt_walked" then

Should I make the create_soil() function global so you can override it?

PostPosted: Sat Oct 13, 2012 15:38
by cornernote
Just make the table of nodes global

PostPosted: Sat Oct 13, 2012 21:37
by Casimir
cornernote wrote:Just make the table of nodes global

That would be useful.

PostPosted: Wed Nov 28, 2012 01:00
by paramat
Thanks for this Casimir, i love this mod, it makes the game more tactile and immersive. Also desire path is an excellent name.
I'm working on a fork of this which adds footprints in the 6 soft default nodes and snow.

PostPosted: Wed Jan 30, 2013 20:02
by Casimir
New version. Now without adding nodes. So it has no conflicts with other mods and you can share you worlds with people who don't have this mod.

PostPosted: Mon May 20, 2013 09:26
by Casimir
Since ompldr is down I put it on github (see first post). Now with better code.

PostPosted: Mon May 20, 2013 21:26
by Jordach
Omploader seems permanently down, it might be the end for Omploader.

PostPosted: Mon May 20, 2013 21:52
by 12Me21
you should make it create grass with footsteps instead of dirt when you step on grass