Logo

CS.RIN.RU - Steam Underground Community

IRC: #cs.rin.ru at irc.rizon.net
It is currently Friday, 17 Apr 2015, 21:28

English | Русский




Post new topic Reply to topic  [ 525 posts ] 
Author Message

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 01:49   
Beginner Без звания
Joined: Sunday, 04 Aug 2013, 16:11
Posts: 14
Could somebody please make a detailed guide how to install/setup this game properly for online?


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 02:08   
Advanced forumer Завсегдатай
Joined: Thursday, 13 Sep 2012, 18:07
Posts: 193
Edhuin wrote:
V1v1X wrote:
Hi guys, does someone got the new version 0.2.0.0? I'm looking at you Edhuin xD, btw it would be nice if someone could make a proper tutorial to setup a server. I've seen this one: http://steamcommunity.com/sharedfiles/filedetails/?id=316928535, but it is hard to get it working without any knowledge in SQL.

I tried to make an update only for like 2h now, but it keeps failing at patching the game corretly..I might look into it somewhen again but for now...
It's only 500mb, max compressed with 7zip. Could probably rip the inbuild server and database for the future, since most of u guys are playing on a dedicated server...which I would recommend instead of the inbuild one.

Life is Feudal 0.2.0.0 Steam repack


No crack applied use any of Revolts steamworks fixes or brucies wrapper attached below.

Changelog:
Spoiler
We have removed the shackles from your creativity! You can now officially use GM mode in Your Own worlds. List of GM Mode commands and an interactive items DB can be found on our site: https://lifeisfeudal.com/billing/gmcommands.php

Warning! GM commands are designed to override normal gameplay flow and may cause different issues in your world! Use them with caution and at your own risk!
Patch notes (ver. 0.2.0.0):

Fully implemented GM mode
You can observe players in your world via Esc -> Players menu. GMs can kick and ban players via that menu
Fixed Drying rack. For real. If it is still not working one of our team members will be fed to Boris http://www.youtube.com/watch?v=aO4m-bZ6NcY
Fixed a bug where you could start yielding even when in a knockdown or dead state. No more zombies! Realistic medieval FTW! :)
Dung is now properly consumed from your inventory while using it as a fertilizer
Reworked all herbalism ingredients to be easier to spot in your inventory
Added a few missing items and objects icons
Fixed/added Light Scale gauntlets/greaves crafting recipes
Fixed a few server and client side crashes
Added some more debug info to locate most notorious server and client crashes



thank you so much for providing updates

and feel free to rip out the daemon, _commonredist and server folders, those aren't necessary if you use a dedicated server, which you should. I lost a couple of days progress because the inbuilt server decided to stop working suddenly and broke the inbuilt database.

Dracoian wrote:
@Edhuin I really hope that ppl wont stop putting the inbuild one in the releases.. I have so much problems getting anything to work.. Im using the install 0.1.7.0 and that works using the inbuild server
But i cant get the dedicated to work at all.. been following all the steps you need and i just keep getting crashes..

The inbuild seem to work fine, though i havent got the 0.2.0.0 client and server to work.. Might be cause my pc have to much ram, but as ppl seem to be running the servers fine i dont know.. :(


it wasn't too much of a hassle to set up the dedicated server, maybe if I write up what I did you can get it to work as well:

1. download steamcmd from valve
2. create a folder and extract it there (d:\steamcmd for me for example)
3. run a command prompt
4. navigate to your steamcmd folder (in this case it's "d:" followed by "cd steamcmd")
5. type in: steamcmd
6. type in: login anonymous
7. type in: force_install_dir .\lifyo\
8. type in: app_update 320850
9. it should download the lifyo dedicated server, for me it broke quite often, if it repeats the same percentage for a bunch of lines just press ctrl+break (top right on your keyboard, above pgup) and repeat from step 5.
10. download mariadb, depending on your os, the 64-bit or 32-bit version
11. move the dedicated server from d:\steamcmd\lifyo to it's own folder, let's say d:\Life is Feudal Dedicated\
12. copy docs\local_config.cs into the folder where ddctd_cm_yo_server.exe is and open it with an editor (for example notepad)
13. change the server from 127.0.0.1 to localhost, change the password to whatever you want or leave rootPassword
14. extract mariadb into the dedicated folder, or you could just put it wherever, let's say it's in d:\Life is Feudal Dedicated\mariadb\
15. copy docs\my.ini from the dedicated server into the mariadb folder (where my_huge.ini my_small.ini and so on are)
16. go to mariadb\bin\ and launch mysqld.exe
17. go to the command prompt (or open a new one) and navigate to the mariadb\bin\ folder (d:, cd "life is feudal dedicated", cd mariadb, cd bin)
18. type in: mysqladmin -u localhost password rootPassword (or whatever password you set)
19. open steam_appid.txt and change it to *censored AppID*
20. run ddctd_cm_yo_server.exe

This took more steps than I'd anticipated, but that's how I got it to work ;)

If anything goes wrong with this let me know, this SHOULD work!

anonymouspirate wrote:
Could somebody please make a detailed guide how to install/setup this game properly for online?


well what a coincidence!


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 02:16   
Advanced forumer Завсегдатай
User avatar
Joined: Sunday, 02 Feb 2014, 05:31
Posts: 234
Quick guide: how to setup a dedicated server 0.2.3.1:

sorry, previous release had wrong my.ini file and broken update.bat. All fixed now ;)

You need to NAT your 28000 (default port) port to your server IP

1) download and install mariadb 5.5.x (https://downloads.mariadb.org/mariadb/5.5.39/).

2) copy the file located in [server]/docs/my.ini to [maria_install_dir]/mariadb/data/

3) restart mariadb service (run services.msc, right click on MariaDB service, restart)

4) open the file [server]/config_local.cs, and update the root password (the one you used when installing mariadb).

5) set server parameters in the file [server]/config/world_1.xml

6) launch server with !lifyo_start.bat, or use the command "ddctd_cm_yo_server.exe -worldID 1" to run the server.
at this point, the SQL database (LiF_1) will be created. But you need to patch it with the file [server]/sql/patch.sql. You can use any tool to import this base to your database (i would recommand navicat)

update) you can use the !update.bat to update the server files (don't forget to replace the steam_api.dll by the steam_api_revold.dll after any update). you need to have steamcmd installed, and edit the batch to set the paths before using it

LINKS 0.2.3.0
https://kickass.to/life-is-feudal-dedic ... 23174.html
https://mega.co.nz/#!XkIByTbC!p3hFhUhUl ... MdrXDwmj9U

PATCH 0.2.3.0 to 0.2.3.1
https://yadi.sk/d/aDw1GaR2cAWin
https://mega.co.nz/#!btQUHLpI!_awLYLez9 ... STs6Anm87w


--------------------

FULL CLIENT 0.2.1.0 CRACKED (Revolt) ready to play:
http://thepiratebay.se/torrent/11153043 ... n_v0.2.1.0

You need to have steam running (use a new account with no legit games on it)

run yo_cm_client.exe

to open console, press ~ (qwerty), ù (azerty), ö (qwerty-german)

to connect to a server, you can use the command [join<number>] in the console:
join, or join1: lif.kortal.org:28000
join2: game.fianna.ru:28000
join3: 195.154.169.187:28000
join4: boomerfeudal.cloudapp.net:28000
join5: 217.25.231.150:28000
join6: 107.189.32.201:28000

if you host a public server, contact me to add your server address.

_________________
Kortal's Area - Cracked Game Servers Live Status - http://kortal.org


Last edited by Kortal on Friday, 24 Oct 2014, 22:09, edited 6 times in total.

Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 03:19   
Forum ghost Местное привидение
Joined: Sunday, 11 May 2014, 05:50
Posts: 479
I use wamp, this should work right?


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 04:00   
Advanced forumer Завсегдатай
User avatar
Joined: Sunday, 02 Feb 2014, 05:31
Posts: 234
hmm i didnt tried, but somehow, i guess yes ^^

_________________
Kortal's Area - Cracked Game Servers Live Status - http://kortal.org


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 04:12   
Beginner Без звания
Joined: Friday, 26 Sep 2014, 18:36
Posts: 1
Ive used Xampp for my server and this works well so there should be no reason why Wamp will not work.... However.. I did have to delete the database after it 1st created as it didnt create properly, but was fine 2nd time around


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 07:11   
Forum ghost Местное привидение
Joined: Sunday, 11 May 2014, 05:50
Posts: 479
DiZtraction wrote:
Ive used Xampp for my server and this works well so there should be no reason why Wamp will not work.... However.. I did have to delete the database after it 1st created as it didnt create properly, but was fine 2nd time around


Thanks...


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 09:13   
Beginner Без звания
Joined: Friday, 30 May 2014, 02:51
Posts: 14
http://i.imgur.com/AnVfQjz.jpg Are Base Going to be bigger in the next few days with stone walls and a keep.

Join us on joinToRemoteServer("lif.kortal.org:28000") we need good people to fight


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 11:40   
Beginner Без звания
Joined: Sunday, 28 Sep 2014, 00:56
Posts: 2
Zaron wrote:
Dracoian wrote:
@Edhuin I really hope that ppl wont stop putting the inbuild one in the releases.. I have so much problems getting anything to work.. Im using the install 0.1.7.0 and that works using the inbuild server
But i cant get the dedicated to work at all.. been following all the steps you need and i just keep getting crashes..

The inbuild seem to work fine, though i havent got the 0.2.0.0 client and server to work.. Might be cause my pc have to much ram, but as ppl seem to be running the servers fine i dont know.. :(


Thanks for the "how to setup".. There were a few things that did not work, but i kinda worked around that.. It runs flawlessly finally.. xD


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 14:18   
Beginner Без звания
Joined: Sunday, 28 Sep 2014, 14:03
Posts: 1
Hii, im new here,
i was download LiF : YO version 0.2.0.0, i got problem, client is stop working correctly.
someone can help me ?
thanks before :D


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 17:27   
User Редкий гость
Joined: Tuesday, 07 Jun 2011, 00:02
Posts: 30
Kortal: With this is posible to play offline without steam?


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 18:51   
User Редкий гость
Joined: Tuesday, 18 Nov 2008, 16:17
Posts: 29
Kortal wrote:
FULL CLIENT 0.2.0.0 CRACKED (Revolt) ready to play:
http://thepiratebay.se/torrent/11119868
https://www.firedrive.com/file/9C883E8CFD064325
https://mega.co.nz/#!mkwlRQCI!BiCmSHwAa ... -rHs9MAwJw
https://yadi.sk/d/JM40vNWgbhUTu

I've added a join command to join a server without typing all command with ip and port
to open console, press ~
to connect to a server, you can use the command [join<number>] in the console:

join, or join1: lif.kortal.org:28000
join2: game.fianna.ru:28000
join3: 195.154.169.187:28000
join4 boomerfeudal.cloudapp.net:28000

if you host a public server, contact me to add your server address to a quick join.


Thanks Kortal!


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Sunday, 28 Sep 2014, 23:45   
User Редкий гость
Joined: Sunday, 28 Sep 2014, 23:39
Posts: 33
I have successfully put up a dedicated server if anyone feels like coming in. joinToRemoteServer("173.30.44.201:28000") If it gets popular I will rent a bigger server from a service provider. Just wanted to add another server to the list. I wish we had a public list or something. The server is the latest release and the database is all working correctly. ::D


I don't mind helping out new people, may build a lil hut for you so you can spawn when you die.


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Monday, 29 Sep 2014, 04:00   
User Редкий гость
Joined: Sunday, 04 Apr 2010, 13:13
Posts: 21
Can people also puplic the skill rate it's important and I don't want to join each server to test that out


Top
 Profile  

Post Post subject: Re: Life Is Feudal: Your Own   
Posted: Monday, 29 Sep 2014, 04:51   
User Редкий гость
Joined: Sunday, 28 Sep 2014, 23:39
Posts: 33
I had some players that say they liked my server, so I am on the hunt for a vps to start out with so we can run 24/7.. I have ran a ton of servers in the past and most of the time get stuck with the server bill alone. I will start out with a vps, if we get even more popular hopefully I will earn more peoples trust and we can upgrade to a nice dedicated server box all to ourselves. I have the hook up from a couple data centers and can get dedi boxes for like $40 a month with unlimited bandwidth. I want to start out small first since I will be paying the bill all by myself atm. I don't want to get the dedi box atm and be stuck alone paying the bill. I will post back the new ip address soon as I have the new 24/7 server up and install the database. ::D


Top
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 525 posts ]  Go to page Previous  1 ... 14, 15, 16, 17, 18, 19, 20 ... 35  Next


Who is online

Users browsing this forum: 2AoQuadrado, Andreadesmo16, asia23fab, bobo3, BzinhoGames, Bá Jani, cheech, Counting Stars, darkthepro, DawbraPl, dmcdante1, draky, Edarpe, Fragcys, FriendlyxD, frodesti, Google [Bot], Google Adsense [Bot], gregtorn, Halob1um, hermeslyre, huyustus, I am AWESOME, ivanhoe, jAck_h!De, jlaft, kidbanders, KovyCZ, legoras, lEmbassyl, llTriEdgell, luisaosan, Mahogny, masterfaster, NotSoPro, Ogandonor, pan3o, pikusp, pinballfever, punchao, rand256, Sammael666, sefSale, sm0ker87, spud_work, thndrhwk, toto621, Udo Kuoio, Vaati, veironn, vietphap123, Zarathoustra, zeomax, }{ellKnight and 245 guests


Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum




Powered by phpBB® Forum Software © phpBB Group