Author Topic: How to install???  (Read 2357 times)

0 Members and 1 Guest are viewing this topic.

Offline 123girr

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
How to install???
« on: August 24, 2015, 09:07:20 PM »
K, first things first, I am running windows 10, but I don't think that's the problem here because the server I am using works just fine. Anyways, I installed ULX with the installer that you gave us and I checked to make sure that ULX and ULib were in the addons folder (they are) but it still isn't loading the mod on startup. Is there an addon.txt file that is supposed to go in there with it?

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: How to install???
« Reply #1 on: August 24, 2015, 10:38:35 PM »
The addon.txt file is deprecated. You don't need it.

Make sure that your folder structures look like this.


garrysmod/addons/ulx/lua
garrysmod/addons/ulib/lua

What I'm trying to get at is, make sure that the top level folder for the addon is the folder that contains the lua and data folders.
A common mistake when installing is to list the directory one too deep.

ex: garrysmod/addons/ulx/ulx/lua
etc etc

Offline 123girr

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: How to install???
« Reply #2 on: August 24, 2015, 10:54:42 PM »
This is exactly how it is structured, but it still doesn't work....

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: How to install???
« Reply #3 on: August 24, 2015, 11:40:40 PM »
I don't know when the last time the installer was updated. Can you try downloading it from the git repository so that you have the latest version?

https://github.com/Nayruden/Ulysses/archive/master.zip

A couple folders into that are the ulib and ulx folders. Place those into your addons folder and try that.

Offline 123girr

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: How to install???
« Reply #4 on: August 25, 2015, 08:07:35 AM »
Ok, I just figured it out. You have to go to the G-Mod addons folder as opposed to the server addons folder. So in my case I was putting it in <garrysmod server location>\addons while it was supposed to be <garrysmod server location>\garrysmod\addons Thanks for the help Mr President :)

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: How to install???
« Reply #5 on: August 25, 2015, 12:48:46 PM »
No problem. You should still use the version I linked you though.