Thread: [718+] Adding music to designated area.

Results 1 to 10 of 10
  1. #1 [718+] Adding music to designated area. 
    Registered Member Grown's Avatar
    Join Date
    Oct 2012
    Posts
    838
    Thanks given
    650
    Thanks received
    86
    Rep Power
    54
    I would like to change the music for a designated area, how would I go about doing this?

    Region.java?
    "Programs aren’t just built in one go, like a bridge. They are talked about,
    sketched out, prototyped, played with, refactored, tuned, tested, tweaked,
    deleted, rewritten....
    A program is not built; it is grown.
    Because a program is always growing and always changing, it must be written
    with change in mind."
    Reply With Quote  
     

  2. #2  
    Developer


    Join Date
    Aug 2012
    Posts
    2,493
    Thanks given
    180
    Thanks received
    1,732
    Rep Power
    2487
    If you're using Matrix, i'd suggest looking into where your musical handler is handled.
    Reply With Quote  
     

  3. #3  
    Registered Member Taylor Moon's Avatar
    Join Date
    Aug 2012
    Posts
    2,565
    Thanks given
    625
    Thanks received
    1,303
    Rep Power
    66
    Music is handed in regions.
    Reply With Quote  
     

  4. #4  
    Registered Member Grown's Avatar
    Join Date
    Oct 2012
    Posts
    838
    Thanks given
    650
    Thanks received
    86
    Rep Power
    54
    Quote Originally Posted by Savions sw View Post
    If you're using Matrix, i'd suggest looking into where your musical handler is handled.
    Quote Originally Posted by Taylor.M View Post
    Music is handed in regions.
    @savions Yes, I am.

    In my regions class, how does it know the player is standing in the area of that soundtrack?

    Not to sound rude, you may need to Baby Feed me a bit.
    "Programs aren’t just built in one go, like a bridge. They are talked about,
    sketched out, prototyped, played with, refactored, tuned, tested, tweaked,
    deleted, rewritten....
    A program is not built; it is grown.
    Because a program is always growing and always changing, it must be written
    with change in mind."
    Reply With Quote  
     

  5. #5  
    Registered Member
    Project's Avatar
    Join Date
    Dec 2010
    Posts
    2,669
    Thanks given
    1,043
    Thanks received
    820
    Rep Power
    1101
    How about the login screen? I haven't figured this out
    Reply With Quote  
     

  6. #6  
    Registered Member Grown's Avatar
    Join Date
    Oct 2012
    Posts
    838
    Thanks given
    650
    Thanks received
    86
    Rep Power
    54
    Quote Originally Posted by Lynchy View Post
    How about the login screen? I haven't figured this out
    Not quite sure either.
    "Programs aren’t just built in one go, like a bridge. They are talked about,
    sketched out, prototyped, played with, refactored, tuned, tested, tweaked,
    deleted, rewritten....
    A program is not built; it is grown.
    Because a program is always growing and always changing, it must be written
    with change in mind."
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Mar 2008
    Posts
    226
    Thanks given
    11
    Thanks received
    1
    Rep Power
    163
    Quote Originally Posted by Lynchy View Post
    How about the login screen? I haven't figured this out
    Login screen music is handled client sided, you have to replace the song in the cache files to change it.
    Reply With Quote  
     

  8. #8  
    Registered Member Grown's Avatar
    Join Date
    Oct 2012
    Posts
    838
    Thanks given
    650
    Thanks received
    86
    Rep Power
    54
    Quote Originally Posted by deathdroid View Post
    Login screen music is handled client sided, you have to replace the song in the cache files to change it.
    This ^

    He is right.

    :Edit-Still need this
    "Programs aren’t just built in one go, like a bridge. They are talked about,
    sketched out, prototyped, played with, refactored, tuned, tested, tweaked,
    deleted, rewritten....
    A program is not built; it is grown.
    Because a program is always growing and always changing, it must be written
    with change in mind."
    Reply With Quote  
     

  9. #9  
    私はちょうど何が重要か

    Jae`'s Avatar
    Join Date
    Mar 2012
    Posts
    1,495
    Thanks given
    236
    Thanks received
    246
    Rep Power
    79
    Need this too >.<
    Reply With Quote  
     

  10. #10  
    ♢♢♢♢♢♢

    Con Artist's Avatar
    Join Date
    Jan 2012
    Posts
    1,350
    Thanks given
    665
    Thanks received
    308
    Rep Power
    386
    You add region id then music name to it..

    Code:
    case 19024:
                return "Tzhaar City III";


    widdy widdy


    /|\
    / \

    Attached image
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Adding music to divine-fury [insanityX] PI
    By Kindhgsz in forum Requests
    Replies: 0
    Last Post: 08-19-2012, 09:06 AM
  2. Replies: 6
    Last Post: 11-17-2011, 05:16 AM
  3. [PI]Adding Music to Client[PI] Hybrid PVP Base
    By Sillhouette in forum Help
    Replies: 4
    Last Post: 07-02-2011, 10:08 AM
  4. --- Adding Music to Delta ---
    By OlympusPK in forum Help
    Replies: 16
    Last Post: 06-21-2010, 12:25 AM
  5. adding music to specific areas!
    By Cup-o-cino in forum Tutorials
    Replies: 19
    Last Post: 01-10-2009, 09:39 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •