ULX

Author Topic: ULX Module Help  (Read 1322 times)

0 Members and 1 Guest are viewing this topic.

Offline dathappysheep

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
ULX Module Help
« on: June 14, 2016, 05:11:44 AM »
My ULib/ULX versions (run "ulx version" in console):
ULib latest on steam workshop (can't currently check)
ULX latest on steam workshop

Game mode(s) I am having this problem on: Excl's Jailbreak

I am trying to install some ULX commands (https://forums.ulyssesmod.net/index.php?topic=8592.0) but am running into trouble as to where I drop the jailbreak.lua file. The server I'm trying to install this on is a dedicated server which I install my addons via the steam workshop (they download / update at server startup). So where exactly do I drop this file?

Offline OpticPotatOS

  • Jr. Member
  • **
  • Posts: 53
  • Karma: 0
  • GLaDOS
    • Gaming for Everyone
Re: ULX Module Help
« Reply #1 on: June 14, 2016, 08:36:25 AM »
Plonk it in /garrysmod/addons/ulx/lua/modules/sh/
My website isn't my website, rather, it's the gaming network my sever is connected to.

ttt.gfe.nu

Unforeseen Consequences

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX Module Help
« Reply #2 on: June 14, 2016, 03:21:45 PM »
Better yet, because modifying the base ULib and ULX files can cause update issues, create a folder on your server /garrysmod/addons/_anynameyouwant_/lua/modules/sh/

We never, ever recommend modifying the files/folders/adding anything to our base files.
Use the addon format for adding new stuff.
That way, if something breaks/conflicts weeks from now, you don't have to remember any changes made, you just remove anything but ulib and ulx folders and work your way back adding one at a time.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline dathappysheep

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: ULX Module Help
« Reply #3 on: June 15, 2016, 01:21:33 AM »
Ok! Thank you guys!