Results 1 to 4 of 4
  1. #1
    Hexekar's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Brazil, Minas Gerais.
    Posts
    11
    Reputation
    10
    Thanks
    1
    My Mood
    Inspired

    Question 3 questions on how to do things in FAB's source

    Hello, i was doing some stuff on my pserver and i tought about making it public, but before i do, there are 3 things i wanted to change, but i don't know how.

    1. How to change the possible realm names
    Im talking about the realm names like Beholder, Medusa, etc... i know there must be a file listing all the possible names, but i don't know which file that is and where it is located.

    2. How to change version number text and Kabam inc. text
    Im not entirely sure if that can be so easily done, but i think so.
    If it is possible to change those, id like to know how.

    3. How to permanently change the music
    I can change the music by replacing the current .mp3 file but the next time i rebuild the solution it goes back to the original one.
    I looked around the solution in visual studio instead of just replacing the file in /music folder but i didn't find anything related to the music.
    Solved, go to server\sfx\music and replace sorc.mp3 with your custom music file

    Thanks,
    Paul


    Also; sorry for asking so much questions in the subforum
    Last edited by Hexekar; 04-04-2016 at 06:48 PM.

  2. #2
    Desire's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    Insert Name Here
    Posts
    1,039
    Reputation
    58
    Thanks
    1,394
    My Mood
    Amused
    Quote Originally Posted by Hexekar View Post
    3. How to permanently change the music
    server/sfx/sorc

    Get your music you want to put in and rename the music you want to sorc || get rid of the sorc u replaced unless you want to put it back in later. You dont need to rebuild your solution after replacing it btw

    - - - Updated - - -

    Quote Originally Posted by Hexekar View Post
    2. How to change version number text and Kabam inc. text
    If you are using AS3 client, then it should be somewhere there. I'm not familiar with AS3 so I am unsure.

    - - - Updated - - -

    Quote Originally Posted by Hexekar View Post
    1. How to change the possible realm names
    Search wServer
    im not really back nor will i ever get back into developing pservers
    though ill check once every month atleast


     

  3. The Following User Says Thank You to Desire For This Useful Post:

    Hexekar (04-04-2016)

  4. #3
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish
    Quote Originally Posted by Hexekar View Post
    Hello, i was doing some stuff on my pserver and i tought about making it public, but before i do, there are 3 things i wanted to change, but i don't know how.

    1. How to change the possible realm names
    Im talking about the realm names like Beholder, Medusa, etc... i know there must be a file listing all the possible names, but i don't know which file that is and where it is located.

    2. How to change version number text and Kabam inc. text
    Im not entirely sure if that can be so easily done, but i think so.
    If it is possible to change those, id like to know how.

    3. How to permanently change the music
    I can change the music by replacing the current .mp3 file but the next time i rebuild the solution it goes back to the original one.
    I looked around the solution in visual studio instead of just replacing the file in /music folder but i didn't find anything related to the music.
    Solved, go to server\sfx\music and replace sorc.mp3 with your custom music file

    Thanks,
    Paul


    Also; sorry for asking so much questions in the subforum
    1. wServer/realm/RealmManager.cs I believe, you will see a long vertical list like below containing all possible realm names, if you want one permanent realm name, remove them all except the first and rename the first, make sure to remove the comma as well if there is only gonna be one, the comma is only to separate the first from the next.
    Code:
    "Example",
    "Example",
    "Example",
    "Example",
    "Example",
    "Example",
    "Example",
    "Example",
    "AndSoOn"

    2. Open Yogda and open up the .swf in there, and search for any strings (text) you want to change then double click the line and change it, obviously, then click save/compile/whatever the button is.

    3. There is a folder in the Server project with the SFX files, and then the code that makes them play/function or whatever is in the file sfx.cs I believe, I'm not sure if that is the name, and there probably is some code about it in program.cs too maybe.
    Last edited by Riigged; 04-04-2016 at 07:31 PM.

     








  5. The Following 2 Users Say Thank You to Riigged For This Useful Post:

    CSEngineer13 (04-05-2016),Desire (04-04-2016)

  6. #4
    Desire's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    Insert Name Here
    Posts
    1,039
    Reputation
    58
    Thanks
    1,394
    My Mood
    Amused
    Quote Originally Posted by Riigged View Post
    1. wServer/realm/RealmManager.cs I believe, you will see a long vertical list like below containing all possible realm names, if you want one permanent realm name, remove them all except the first and rename the first, make sure to remove the comma as well if there is only gonna be one, the comma is only to separate the first from the next.
    Code:
    "Example",
    "Example",
    "Example",
    "Example",
    "Example",
    "Example",
    "Example",
    "Example",
    "AndSoOn"

    2. Open Yogda and open up the .swf in there, and search for any strings (text) you want to change then double click the line and change it, obviously, then click save/compile/whatever the button is.

    3. There is a folder in the Server project with the SFX files, and then the code that makes them play/function or whatever is in the file sfx.cs I believe, I'm not sure if that is the name, and there probably is some code about it in program.cs too maybe.
    All works //10chars
    im not really back nor will i ever get back into developing pservers
    though ill check once every month atleast


     

Similar Threads

  1. How to move things/Newest login screen.
    By SK-108 in forum CrossFire Mods & Rez Modding
    Replies: 34
    Last Post: 05-23-2011, 04:15 PM
  2. [Help] how to change things in crossfire
    By nenab93 in forum CrossFire Hacks & Cheats
    Replies: 7
    Last Post: 01-24-2010, 05:39 AM
  3. How to INJECT THINGS
    By shnuqc in forum Combat Arms Help
    Replies: 6
    Last Post: 12-20-2009, 11:49 PM
  4. Question and Secret or not thing!
    By daniliard in forum WarRock Discussions
    Replies: 9
    Last Post: 07-22-2009, 08:42 AM