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.
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?
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
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.
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
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
@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
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.
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.
I don't mind helping out new people, may build a lil hut for you so you can spawn when you die.
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.
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