Ulysses Stuff > Releases
Fakename - Go Undercover!
Zoeo:
It works but I seem to be getting an annoying error:
--- Code: ---[ERROR] addons/fakename/lua/ulx/modules/sh/sh_fakename.lua:31: attempt to call field 'UTeamSpawnAuth' (a nil value)
1. SetFakegroup - addons/fakename/lua/ulx/modules/sh/sh_fakename.lua:31
2. call - addons/fakename/lua/ulx/modules/sh/sh_fakename.lua:68
3. __fn - addons/ulib/lua/ulib/shared/commands.lua:943
4. unknown - addons/ulib/lua/ulib/shared/commands.lua:1296
5. Run - lua/includes/modules/concommand.lua:54
6. unknown - addons/ulib/lua/ulib/shared/commands.lua:1310
7. unknown - lua/includes/modules/concommand.lua:54
--- End code ---
Using your latest version of the code, it will also not allow me to change my name to another fake name or unfakename myself.
It is also not compatible with TTT - Easyscoreboard (in the sense of changing ranks on the scoreboard)
EDIT:It also literally puts you into the group you specify and restricts your commands to that group, even though it looks like you have access to those commands.
And for some reason when I put the command in it's own file (I previously had it in a file with other commands) it takes away the ability to use the drop down to select your group.
Aaron113:
--- Quote from: Zoeo on April 19, 2015, 07:38:04 AM ---It works but I seem to be getting an annoying error:
--- Code: ---[ERROR] addons/fakename/lua/ulx/modules/sh/sh_fakename.lua:31: attempt to call field 'UTeamSpawnAuth' (a nil value)
1. SetFakegroup - addons/fakename/lua/ulx/modules/sh/sh_fakename.lua:31
2. call - addons/fakename/lua/ulx/modules/sh/sh_fakename.lua:68
3. __fn - addons/ulib/lua/ulib/shared/commands.lua:943
4. unknown - addons/ulib/lua/ulib/shared/commands.lua:1296
5. Run - lua/includes/modules/concommand.lua:54
6. unknown - addons/ulib/lua/ulib/shared/commands.lua:1310
7. unknown - lua/includes/modules/concommand.lua:54
--- End code ---
--- End quote ---
Fixed in 0e89afac.
--- Quote from: Zoeo on April 19, 2015, 07:38:04 AM ---Using your latest version of the code, it will also not allow me to change my name to another fake name or unfakename myself.
--- End quote ---
I do not have this problem, elaborate?
--- Quote from: Zoeo on April 19, 2015, 07:38:04 AM ---It is also not compatible with TTT - Easyscoreboard (in the sense of changing ranks on the scoreboard)
--- End quote ---
As I said many times, I am keeping this addon basic. It is your job to make it compatible, which isn't hard at all.
--- Quote from: Zoeo on April 19, 2015, 07:38:04 AM ---EDIT:It also literally puts you into the group you specify and restricts your commands to that group, even though it looks like you have access to those commands.
--- End quote ---
This sounds like an old version where I literally replaced the group function. Have you updated recently and/or relocated your repository to the latest url?
--- Quote from: Zoeo on April 19, 2015, 07:38:04 AM ---And for some reason when I put the command in it's own file (I previously had it in a file with other commands) it takes away the ability to use the drop down to select your group.
--- End quote ---
I will have to investigate this one. I seem to be having the same issue with group completes not always showing. I'm sure they did at some point. Perhaps some assistance from the Ulysses team?
Zoeo:
--- Quote from: Aaron113 on April 19, 2015, 03:03:11 PM ---Fixed in 0e89afac.
--- End quote ---
Sweet.
--- Quote from: Aaron113 on April 19, 2015, 03:03:11 PM ---I do not have this problem, elaborate?
--- End quote ---
It was fixed in the recent update.
--- Quote from: Aaron113 on April 19, 2015, 03:03:11 PM ---As I said many times, I am keeping this addon basic. It is your job to make it compatible, which isn't hard at all.
--- End quote ---
I shall try to do that if I can.
--- Quote from: Aaron113 on April 19, 2015, 03:03:11 PM ---This sounds like an old version where I literally replaced the group function. Have you updated recently and/or relocated your repository to the latest url?
--- End quote ---
Fixed and added.
McSniper121:
I don't seem to understand how this works. Does it hide your name and group in any scoreboard script?
Aaron113:
--- Quote from: McSniper121 on April 22, 2015, 07:00:30 AM ---I don't seem to understand how this works. Does it hide your name and group in any scoreboard script?
--- End quote ---
It will hide your name from the scoreboard and anywhere else other than the default chatbox (it must use some engine name method or something). It will hide your team from any scoreboard that uses UTeam, but if it doesn't use UTeam, you will have to modify it to work with this addon. For example, that scoreboard mentioned above seems to use IsAdmin and IsSuperAdmin for rank setting (didn't look thoroughly). To fix it, you would have to use one of the functions I built into this addon such as Player:GetFakegroup().
To make this addon flawless, I would have to consider too many different scenarios. This is completely unrealistic for me as a developer. So, your job as a server owner, is to make it compatible with what addons you wish. The server that I worked with had everything custom coded without a single addon. All 100% their/my code. This made it easy because you can just change everything to work with the fakename. Without modifying every release to work with my addon, it will never work with everything unless you make it.
This is mostly being considerate of ULib's ranks. I can't change what group the server sees you as without completely removing all your access as well.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version