Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Freeza on November 17, 2016, 09:27:32 AM

Title: Got another problem... again...
Post by: Freeza on November 17, 2016, 09:27:32 AM
Hello again!

So I wanted to take some custom commands and implement it from my new updated ulx, but it comes a problem, when I've implemented it no errors come but it is uncategorized for some reason...
So I could need some help here thanks :)

Ulx version: 3.71w
Ulib version 2.61w

Gamemode: darkrp

No errors displayed as i did copy n paste :/

One more question: How do I remove my old custom commands from my new ulx? I implemented the custom commands at an outdated ulx...
Title: Re: Got another problem... again...
Post by: iViscosity on November 17, 2016, 09:32:55 AM
To remove old commands delete the add-on then remove your misc_registered file from data/ulib/

Not sure about your other problem though.
Title: Re: Got another problem... again...
Post by: Freeza on November 17, 2016, 09:56:29 AM
Well, I did not do that way to implement addons.
I created a new lua file, implemented all the codes and before it worked... Maybe it doesn't work because I implemented the custom commands at an outdated ulx,ulib..

P.S: Are you sure nothing will happen with the default commands if I remove the misc file in data/ulib?
Title: Re: Got another problem... again...
Post by: iViscosity on November 17, 2016, 10:23:10 AM
The file will simply rebuild with every command you have. Did you put your commands in your default ulx addons folder?

Title: Re: Got another problem... again...
Post by: Freeza on November 17, 2016, 10:38:31 AM
Yes, I did that..
Title: Re: Got another problem... again...
Post by: iViscosity on November 17, 2016, 01:00:44 PM
Did you upgrade ulx recently? When you upgrade ulx it rewrites the ulx addon folder. It should always be "addons/yourcustomaddon/lua/ulx/modules/sh" for your custom commands. You can replace "sh" with "sv" or "cl", but you shouldn't put custom commands in the default ulx folder as it makes updating a pain in the ass.