1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Other Editor 1.01

Brings back the classic editor, an in-game world editing utility

  1. Aphelion

    Aphelion Wunderkind Donator
    1. Aphelion's Roleplay

    Messages:
    180
    I've added a "Troubleshooting" section that contains information on how to resolve any issues.
     
    Last edited: Dec 22, 2014
  2. kaggit

    kaggit Bison Rider

    Messages:
    176
    Thank you. The problem was that my name did't have a cap K but in the settings it did. Thank you!
     
  3. duke54

    duke54 Catapult Fodder

    Messages:
    27
    I'm having the same issue where it doesn't work at all and I went over the instructions and this thread a few times, and even added "Editor.as;" to the basic CTF config under Base/Rules/CTF/gamemode.cfg

    Is it maybe not compatible with the current build?
     
  4. duke54

    duke54 Catapult Fodder

    Messages:
    27
    I got it to work.
    You guys are incorrectly referring to the CFG config file, when we need to edit the AS file by the same name in another folder.

    The code needs to be changed in "Editor\Rules\CommonScripts\EditorConfig.as" line 53.
    Change username from "Aphelion3371" to your username (not your nickname.)

    However, this will hard code only one username, I'm not sure how to get it correctly work with the list of users in the config file "Editor\Settings\EditorConfig.cfg"
     
  5. Aphelion

    Aphelion Wunderkind Donator
    1. Aphelion's Roleplay

    Messages:
    180
    It's not necessary to edit the script (and doing so will make it unverified), that's not the intended way to give yourself access to the Editor. The problem must be that you're incorrectly configuring the EditorConfig.cfg file, otherwise there is an issue with the Editor.
     
  6. duke54

    duke54 Catapult Fodder

    Messages:
    27
    Yeah, I'd like to do it the correct way if possible. Here's the entire contents of my EditorConfig.cfg file:

    users = duke54;

    So, what am I missing?
     
  7. duke54

    duke54 Catapult Fodder

    Messages:
    27
    Yeah, I know, I wrote that 4 posts above. And just below that, Aphelion, the guy who made this mod, said that's not really how it should be done.
     
  8. duke54

    duke54 Catapult Fodder

    Messages:
    27
    Can you allow multiples users to be editors at once?
     
  9. blackjoker77777

    blackjoker77777 Haxor Tester
    1. Zen Laboratories

    Messages:
    441
    yes,it should look like this:
    users = duke54; username2; username3; username4; username5;

    and change those usernames with the other players names
     
  10. duke54

    duke54 Catapult Fodder

    Messages:
    27
    I was asking Sasquash if he could have multiple editors at once, because it seems like the way he hacked the code, it would allow only one user at a time.

    I already have it working on my server, but just for me and no one else.
     
  11. duke54

    duke54 Catapult Fodder

    Messages:
    27
    Yeah, I got it, Sasquash has a hack. But does that hack allow multiple editors as named in Editorconfig.cfg or does it only allow the single user hard coded into the file Editorconfig.as?

    I would like more than one user to able to edit the map at the same time.

    If the hack only allows 1 editor, I would like to find out the correct way to use this mod.
     
    Last edited: Jan 21, 2015
  12. duke54

    duke54 Catapult Fodder

    Messages:
    27
    Sorry no, I just tested your hack and only the user listed in EditorConfig.as can edit. Users listed in EditorConfig.cfg cannot edit as Aphelion(the mod creator) stated just a few posts above.

    As for getting all pissy, you're confusing a code a "hack", with labeling a person as a "network hacker", which are totally different things.

    If you want to get mad, it's Aphelion who said your edit breaks the intended functionality (a hack), so don't get mad it me.
     
    Last edited: Jan 22, 2015
  13. BlueLuigi

    BlueLuigi :^) Forum Moderator Donator Tester

    Messages:
    3,620
    I had the same issue, and since I didn't have any luck other than doing exactly what you guys did, I got a suggestion from Rayne which worked easier to allow everyone which was to just change

    return username == "Aphelion3371";


    to

    return username != "nonameshitter";


    Yes, I tried doing it several times before exactly as stated above and in the instructions, it didn't work any of the ways I did so unfortunately until doing this alternative way of adding it in. :/ (Yes the syntax was correct, yes I wasn't using some other shit whitespace by another program)
     
  14. blackjoker77777

    blackjoker77777 Haxor Tester
    1. Zen Laboratories

    Messages:
    441
    well I faced some issues while using the editor too but I had an easy way to fix it:
    one of the admins or even the owner joins the server and then skip to nextmap and the issue is solved :p
    PS:if this didn't work just write in RCON "/rcon /reloadsecurity" and then skip to nextmap.
    I wish this helps ::):
     
  15. kaggit

    kaggit Bison Rider

    Messages:
    176
    I am having more issues with this mod. I've added my name correctly (kaggit) and Editor.as is added to the list of scripts for Sandbox. Still will not work. I use /editor on to activate it but nooooo still doesn't work :C I also can't seem to get my seclevs to work so i need to login to rcon every time. Can someone please help me DX
     
  16. BlueLuigi

    BlueLuigi :^) Forum Moderator Donator Tester

    Messages:
    3,620
    You need to use /editor on to enable it.

    That said, look at the solutions posted above, adding your name normally does not work, you have to dig through to the right file and just change
    return username == "Aphelion3371";
    into
    return username !="noname";
     
  17. kaggit

    kaggit Bison Rider

    Messages:
    176
    Wait so I completely remove the name or just replace it with my name?
     
  18. BlueLuigi

    BlueLuigi :^) Forum Moderator Donator Tester

    Messages:
    3,620
    If you're going to be the only person using it, you can just replace it with your name. But the simplest way to set it and to forget is just to change == to !=
    If you plan to have Aphelion on there, then change the name from his to noname or some random set of characters no one would pick for a name.
     
  19. kaggit

    kaggit Bison Rider

    Messages:
    176
    Alrighty
     
  20. AndresianNeoDD

    AndresianNeoDD Horde Gibber

    Messages:
    10
    Phew, not working for me, tried everything. Just nothing happens when I write /editor on e.t.c