Life is Feudal: Your Own

Life is Feudal: Your Own

View Stats:
 This topic has been pinned, so it's probably important
Warden26 Oct 20, 2019 @ 1:36pm
WIKI and tutorials for YOUR OWN . Enjoy o/
For new comers o/

Time after time, i will post here tutorials i found interesting and useful.


There is a few tutorial in-game, you could activate more informations with the return button.

FOR THE WIKI: SKILLS TREE AND CRAFTINGS could be CONSULTED IN OUTDATED (your own) version for english people and in the archives for french speaking people.

CHECK OUTDATED WIKI FOR ENGLISH speaking :
https://lifeisfeudal.gamepedia.com/Template:CraftingSkillsNavLinks

Broken WIKI FOR FRENCH speaking, sorry this version is really really broken:
https://lifeisfeudal-fr.gamepedia.com/Comp%C3%A9tences_d%27artisanat
https://lifeisfeudal-fr.gamepedia.com/Fichier:Icon-boilerplate.png

Many youtubers make good tutorial for this game (misterfeudal for example) and you could also find many excellent tutorials/guides on steam

More recent Tutorial about first steps, skills, place buildings/object etc.... and with subtitles for not native english speaking.

https://www.youtube.com/watch?v=W2OCqdqwWpw
https://www.youtube.com/watch?v=sR7MG86u0Jk
Last edited by Warden26; May 25, 2021 @ 1:50pm
< >
Showing 1-15 of 43 comments
Skorne Tet'Zu Oct 29, 2019 @ 10:26am 
I was just coming here to talk about this game's desperate need for a Tutorial. But in lieu of that; how exactly do you use the Return button for more information; and generally what the heck I should be doing :).
Warden26 Oct 29, 2019 @ 12:00pm 
Ok, there will be a pop-up in-game who told you informations about a subject, if you wanna know more, just press the button just top of "enter" on your keyboard.

Here you could find many guides wrote by the community :

https://steamcommunity.com/app/290080/guides/

And also:

https://www.youtube.com/channel/UC_P7vfa3uSWqHrSkcHv_hgA/playlists

All the dedicated videos of Mr Feudal, if you search informations for your own, don't check the mmo version the skills and mechs are different :)

Here the tutorial playslist :
https://www.youtube.com/watch?v=EO4KxE3Almc&list=PLqw0e6n1ApXOjFG07MsWHPKn-yeHtoWln

Some things could have change but it's still enjoyable and very useful :)

Be welcome on the game o/

More guides far below on this post :)
Last edited by Warden26; Apr 21, 2020 @ 8:13am
Skorne Tet'Zu Oct 29, 2019 @ 5:23pm 
This would be a great Thread to PIN... but either way; Thank You... Very Helpful!!!
General Octavion Oct 29, 2019 @ 5:28pm 
We are updating the wiki slowly. the MMO crew is getting there information set up first then YO will be updated one time.
General Octavion Oct 29, 2019 @ 5:29pm 
Alot of information for YO is out of date or missing due to the MMO crew but a portal to the YO will be created for our information
Skorne Tet'Zu Oct 29, 2019 @ 6:02pm 
Great to know... Thanx.
Warden26 Oct 30, 2019 @ 12:54am 
Yep, the new portal is the great news of the day o/
If you need people to translate english into french, i'am your lady.
Last edited by Warden26; Oct 30, 2019 @ 12:55am
Warden26 Dec 12, 2019 @ 10:41am 
How to make your own Starter Pack in the database of your server o/

Search the cm_createchar in your database! Open it ^^


<?xml version="1.0" encoding="utf-8"?>
<xml>
<items>
<item id="316" amount="1" vik="no" mon="no"/>
<item id="1063" amount="1" eur="no" mon="no"/>
<item id="951" amount="1" vik="no" eur="no"/>
<item id="297" amount="1" vik="no" mon="no"/>
<item id="1137" amount="1" eur="no" mon="no"/>
<item id="1138" amount="1" vik="no" eur="no"/>
<item id="790" amount="40"/>
</items>
</xml>

Work fine for me.--- > 40 antidotes in the pocket for a new char whatever the race you choose ^^ The same way :

<?xml version="1.0" encoding="utf-8"?>
<xml>
<items>
<item id="316" amount="1" vik="no" mon="no"/>
<item id="1063" amount="1" eur="no" mon="no"/>
<item id="951" amount="1" vik="no" eur="no"/>
<item id="297" amount="1" vik="no" mon="no"/>
<item id="1137" amount="1" eur="no" mon="no"/>
<item id="1138" amount="1" vik="no" eur="no"/>
<item id="ID" amount="40" vik="no" mon="no"/>
<item id="ID" amount="40" eur="no" mon="no"/>
<item id="ID" amount="40" vik="no" eur="no"/>
</items>
</xml>

For a new char European/Gothlung
vik="no" mon="no"/> corresponding to "not for viking type" "not for mongol type"

For a new char Viking/Slave (the same way)
eur="no" mon="no"/>

For a new Char Asian/Khoor
vik="no" eur="no"/>

This way you could also choose specific gifts for the different races. It's cool :D

Here some ID :
https://steamcommunity.com/app/290080/discussions/0/1626286205703679869/


Don't put the starter stuff in any barrels.... it's not safe to stock freely something :p you know how could be people "in need"...
Last edited by Warden26; Jan 9, 2021 @ 7:11am
russmiller4445 Feb 19, 2020 @ 2:24pm 
Thanks
russmiller4445 Apr 7, 2020 @ 3:53pm 
Thanks again
Warden26 Apr 15, 2020 @ 8:25am 
Join and bound your server database to Feudal Tools to mod it:
https://steamcommunity.com/sharedfiles/filedetails/?id=2061997277

How to change you map for free:
https://steamcommunity.com/sharedfiles/filedetails/?id=1857466587
Last edited by Warden26; Apr 15, 2020 @ 11:50am
Warden26 Apr 15, 2020 @ 8:49am 
Remove the regional requierements for your Private Server, (only for the one hosted on your PC):

https://steamcommunity.com/sharedfiles/filedetails/?id=1965787934

Originally posted by Furc:
To remove regional requirements on server side :
1)Open dump.sql
2) scroll down to recipe_requirement
3) Edit that part highlighted in a picture, change from 1 to 0 https://imgur.com/a/rMyX9Ii


How to change the stats limitations (Strenght/Willpower ....) of your server :

Originally posted by Furc:
gui > scripts > createCharacterWindow.cs

https://imgur.com/a/hsJ4txG
Last edited by Warden26; Sep 9, 2020 @ 12:49pm
Tux Apr 15, 2020 @ 11:37am 
Originally posted by skorne_tetzu:
I was just coming here to talk about this game's desperate need for a Tutorial. But in lieu of that; how exactly do you use the Return button for more information; and generally what the heck I should be doing :).

I have never played a tutorial in any game that has prooven to be helpful. zero game ever.
maybe you could point to a game as an example that has a good tutorial?
Last edited by Tux; Apr 15, 2020 @ 11:38am
< >
Showing 1-15 of 43 comments
Per page: 1530 50