Page 2 of 12 FirstFirst 1234 ... LastLast
Results 16 to 30 of 175
  1. #16
    IziLife's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    465
    Reputation
    133
    Thanks
    7,868
    My Mood
    Dead
    Quote Originally Posted by 1again View Post
    Problem, when I try to run the script I get
    Code:
     /Users/mynice/Downloads/modSelector_mpgh.net/modSelector.command ; exit;
    My-nice-MacBook-Pro:~ mynice$ /Users/mynice/Downloads/modSelector_mpgh.net/modSelector.command ; exit;
    /Users/daniellecora/Downloads/modSelector_mpgh.net/modSelector.command: line 8: /Library/Internet/: No such file or directory
    logout
    
    [Process completed]
    What do I do?

    Try to replace the modselector.command by this :

    Code:
    #!/bin/bash
    ABSPATH=$(cd "$(dirname "$0")"; pwd)
    cd "$ABSPATH"
    chmod +x abcexport
    chmod +x abcreplace
    chmod +x rabcasm
    chmod +x rabcdasm
    java -jar modSelector.jar
    if it still doesn't work write in the Terminal :
    Code:
    java -version
    If you get something like this :

    Code:
    java version "1.6.x"
    Java(TM) SE Runtime Environment (build 1.6.x)
    Then download the latest one
    Last edited by IziLife; 12-22-2013 at 05:23 PM.

  2. #17
    1again's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    129
    Reputation
    10
    Thanks
    144
    Quote Originally Posted by IziLife View Post
    Try to replace the modselector.command by this :

    Code:
    #!/bin/bash
    ABSPATH=$(cd "$(dirname "$0")"; pwd)
    cd "$ABSPATH"
    chmod +x abcexport
    chmod +x abcreplace
    chmod +x rabcasm
    chmod +x rabcdasm
    java -jar modSelector.jar
    if it still doesn't work write in the Terminal :
    Code:
    java -version
    If you get something like this :

    Code:
    java version "1.6.x"
    Java(TM) SE Runtime Environment (build 1.6.x)
    Then download the latest one
    The code you gave fixed my prev problem, but yea still need 1.7.

    @nilly
    Good to know
    Last edited by 1again; 12-22-2013 at 06:56 PM.

  3. #18
    Chaoticlegend's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    9
    Is the auto-aim sitll not working? And thanks a lot Nilly for adding it to mac and linux.

  4. #19
    yst33's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    won't shoot

  5. #20
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    Quote Originally Posted by Chaoticlegend View Post
    Is the auto-aim sitll not working? And thanks a lot Nilly for adding it to mac and linux.
    No it isn't. Looking into it.
    Be careful, stray too far from the pack and you'll get lost.

  6. #21
    Cryogen235's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    Beachzone
    Posts
    414
    Reputation
    98
    Thanks
    10,508
    I think I know why auto aim doesn't work. The older version used to add a #0. If you remove that from all parts of the auto aim code, you can shoot. I noticed this when I disassembled the client using the latest rabcdasm. To update these hacks I'll have to use the current RABcdasm version in the mod selector.
    Last edited by Cryogen235; 12-22-2013 at 07:28 PM.

  7. #22
    intgodII's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    nilly, mine loaded into testing -_-

  8. #23
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    Quote Originally Posted by intgodII View Post
    nilly, mine loaded into testing -_-
    ... select connect to production if you don't want testing.
    Be careful, stray too far from the pack and you'll get lost.

  9. #24
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    Quote Originally Posted by Cryogen235 View Post
    I think I know why auto aim doesn't work. The older version used to add a #0. If you remove that from all parts of the auto aim code, you can shoot. I noticed this when I disassembled the client using the latest rabcdasm. To update these hacks I'll have to use the current RABcdasm version in the mod selector.
    Yea just noticed it wasn't to due with line numbers. Compared the wrong files so got 45 files with differences when actually there were only 2 and those didn't have any line differences in them. Guess I'll work through all the mods and fix the references if needed.
    Be careful, stray too far from the pack and you'll get lost.

  10. #25
    IziLife's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    465
    Reputation
    133
    Thanks
    7,868
    My Mood
    Dead
    Quote Originally Posted by Cryogen235 View Post
    I think I know why auto aim doesn't work. The older version used to add a #0. If you remove that from all parts of the auto aim code, you can shoot. I noticed this when I disassembled the client using the latest rabcdasm. To update these hacks I'll have to use the current RABcdasm version in the mod selector.
    I have some mod with "#0" inside, it still compile and work well with this mod selector on mac, i'm not sure it's the problem
    I also removed the "#0" in the auto-aim code, but it still doesn't shoot
    Last edited by IziLife; 12-22-2013 at 08:08 PM.

  11. #26
    Cryogen235's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    Beachzone
    Posts
    414
    Reputation
    98
    Thanks
    10,508
    Quote Originally Posted by IziLife View Post
    I have some mod with "#0" inside, it still compile and work well with this mod selector on mac, i'm not sure it's the problem
    I also removed the "#0" in the auto-aim code, but it still doesn't shoot
    For me, I couldn't shoot until I removed the #0 from all of the files for auto aim. It appears in more than one file. After that it works fine. I'm not sure if it also helps mac users or why it didn't work for you. I'm going to play on a client made with the new mod selector and see if I notice anything else that doesn't work right.

  12. #27
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    Quote Originally Posted by IziLife View Post
    I have some mod with "#0" inside, it still compile and work well with this mod selector on mac, i'm not sure it's the problem
    I also removed the "#0" in the auto-aim code, but it still doesn't shoot
    It depends on where the #0 is found. Not all need or should be removed.

    Anyways Cryogen's fix works for me. Go through all the autoaim code and replace com.company.assembleegameclient.game:_-Nn#0 with com.company.assembleegameclient.game:_-Nn. I'm going to upload a fix mod of the autoaim right now.
    Be careful, stray too far from the pack and you'll get lost.

  13. #28
    IziLife's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    465
    Reputation
    133
    Thanks
    7,868
    My Mood
    Dead
    Quote Originally Posted by nilly View Post
    It depends on where the #0 is found. Not all need or should be removed.

    Anyways Cryogen's fix works for me. Go through all the autoaim code and replace com.company.assembleegameclient.game:_-Nn#0 with com.company.assembleegameclient.game:_-Nn. I'm going to upload a fix mod of the autoaim right now.
    This is what i did, but it still doesn't work

    Edit:

    i'm gonna try the fixed one maybe i did something wrong, i'll report back if i get any issue
    Last edited by IziLife; 12-22-2013 at 08:40 PM.

  14. #29
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    Quote Originally Posted by IziLife View Post
    This is what i did, but it still doesn't work
    There were three files that needed changing.

    Code:
    19.0.0_autoaim_offShootFix.txt
       #set hotkeyClass        "com.company.assembleegameclient.game:_-Nn#0"
    
    19.0.0_jNoobAutoAim_notif.txt
       #set privNs "com.company.assembleegameclient.game:_-Nn#0"
    
    19.0.0_jNoobAutoAim.txt
       #set mouseClass "com.company.assembleegameclient.game:_-Nn#0"
    Be careful, stray too far from the pack and you'll get lost.

  15. #30
    IziLife's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    465
    Reputation
    133
    Thanks
    7,868
    My Mood
    Dead
    Quote Originally Posted by nilly View Post
    There were three files that needed changing.

    Code:
    19.0.0_autoaim_offShootFix.txt
       #set hotkeyClass        "com.company.assembleegameclient.game:_-Nn#0"
    
    19.0.0_jNoobAutoAim_notif.txt
       #set privNs "com.company.assembleegameclient.game:_-Nn#0"
    
    19.0.0_jNoobAutoAim.txt
       #set mouseClass "com.company.assembleegameclient.game:_-Nn#0"
    I works!!

    I don't know why it didn't worked in my last test, maybe i forgot to save the files ? (5:00am here .. )

Page 2 of 12 FirstFirst 1234 ... LastLast

Similar Threads

  1. Mod Selector wont work with private server client?
    By Beex in forum Realm of the Mad God Private Servers Help
    Replies: 17
    Last Post: 08-15-2013, 02:45 PM
  2. [Outdated] Mod Selector still works/ 8.0 Unmodified
    By IAmDM in forum Realm of the Mad God Hacks & Cheats
    Replies: 33
    Last Post: 12-23-2012, 08:32 AM
  3. MOD SELECTOR 6.0.0 IS OUTDATED. ***NOT WORKING***
    By ZombieSlayer420 in forum Realm of the Mad God Discussions
    Replies: 3
    Last Post: 12-12-2012, 04:13 AM
  4. Can some one make me this? I would do it but I can't get mod selector to work.
    By BlitzXFire in forum Realm of the Mad God Help & Requests
    Replies: 5
    Last Post: 11-08-2012, 11:21 PM
  5. Why some mods don't work now!!
    By Dr.Dental in forum Combat Arms Mod Discussion
    Replies: 5
    Last Post: 01-02-2010, 04:07 AM