View Single Post
  #2  
Old 11-13-2014, 02:46 AM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Thank you demonstar55. I totally missed it.

For those following the Linux on VM setup guide (good even if you're running bare metal, well, less the inaccuracies which I intend to correct if given access to do so):

Step 14, take note:

Code:
$ cp ~/eqemu/utils/defaults/log.ini
Should be:
Code:
$ cp ~/eqemu/utils/defaults/log.ini .
Then three additional steps (appended to the end of the step):

Code:
$ ln -s ../quests/lua_modules lua_modules
$ ln -s ../eqemu/utils/defaults/templates templates
$ ln -s ../eqemu/utils/defaults/updated_templates updated_templates
Reply With Quote