Thread: - BattleScape Very-Bright Option -

Page 1 of 5 123 ... LastLast
Results 1 to 10 of 47
  1. #1 - BattleScape Very-Bright Option - 
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Hi, I was wondering is how could I make the BattleScape have the Very-Bright option as the default when you log in?

    Thanks.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Sep 2007
    Posts
    67
    Thanks given
    2
    Thanks received
    4
    Rep Power
    122
    search it client sided
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Anyone know exactly?
    Reply With Quote  
     

  4. #4  
    Registered Member Richie's Avatar
    Join Date
    Sep 2009
    Age
    28
    Posts
    791
    Thanks given
    81
    Thanks received
    18
    Rep Power
    6
    i do....give me a sec
    Reply With Quote  
     

  5. #5  
    Registered Member Richie's Avatar
    Join Date
    Sep 2009
    Age
    28
    Posts
    791
    Thanks given
    81
    Thanks received
    18
    Rep Power
    6
    go in your source folder and find: player.java

    then when ur in there search for: public int brightness =

    u should see something like this: public int brightness = 2 (it can be any number 1-4)
    1 meaning the darkest, 4 meaning the brightest.
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    I'll try it in a second.
    Reply With Quote  
     

  7. #7  
    Registered Member Richie's Avatar
    Join Date
    Sep 2009
    Age
    28
    Posts
    791
    Thanks given
    81
    Thanks received
    18
    Rep Power
    6
    lol thanks ...im just smart
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Quote Originally Posted by mudboi222 View Post
    lol thanks ...im just smart
    Wait, woops, tried that in Player.java in the server files and couldn't find:

    Code:
    public int brightness
    More help?
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jun 2008
    Posts
    317
    Thanks given
    87
    Thanks received
    38
    Rep Power
    25
    in client.java or server.java near the top where things are declared, there should be something that looks like
    Code:
    p.brightness = #

    *Edit it should be in the files with the login packets

    Spoiler for List of l33ts:
    Code:
    1. Jinrake
    Reply With Quote  
     

  10. #10  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Quote Originally Posted by pyrofox69 View Post
    in client.java or server.java near the top where things are declared, there should be something that looks like
    Code:
    p.brightness = #

    *Edit it should be in the files with the login packets
    Couldn't find it in both of those files.
    Reply With Quote  
     

Page 1 of 5 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •