View Single Post
  #5  
Old 06-08-2017, 10:44 PM
ctuso
Fire Beetle
 
Join Date: Feb 2010
Posts: 6
Default

Sigh, someone really needs to remind me to a) not attempt to do things when it's 3 AM after gaming and b) not to try and figure out what you did wrong at 3am when trying to focus on work AND the eqemu side project when tired from being up working on said project at 3AM!

I had made the symbolic links to the dang templates per the guide I had found. However, I was in the wrong dang directory... wow... Thanks for pointing me in the right direction to finding my mistake!

With Akka's installer the two symbolic links need to be made to these directories. Replace /home/eqemu/ with the directory path to the server:

Code:
$ pwd
/home/eqemu/server
$ ln -s /home/eqemu/server_source/Server/utils/defaults/templates/ templates
$ ln -s /home/eqemu/server_source/Server/utils/defaults/updated_templates updated_templates
Reply With Quote