Welcome to the RaGEZONE - MMORPG development forums.

Pack up the client?

This is a discussion on Pack up the client? within the Pokémon forums, part of the MMO and MMORPG Developments category; Okay so I was interested in starting developing clients for pokemon servers but I was wondering is there a way ...

Results 1 to 11 of 11
  1. #1
    Summer dont stop me!
    Rank
    Member +
    Join Date
    Nov 2007
    Posts
    428
    Liked
    2

    Pack up the client?

    Click
    Okay so I was interested in starting developing clients for pokemon servers but I was wondering is there a way you can pack the client up to closed source so they can't see all the image files and stuff and just make a launcher where it will basically run the start-client.bat when clicked play after it downloads patches? I'm not great at coding, I'll learn but I am interested in customizing the client graphics and maps and stuff. Just don't want people to rip and claim them as there's without giving credit.
    Posted via Mobile Device

  2. #2
    xkl
    Hardcore Member
    Rank
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    121
    Liked
    20

    Re: Pack up the client?

    This probably isn't the answer you want, but you could do this. Just right click on the 'res' folder then select hidden under attributes then click apply. Now that folder will be hidden unless you have show hidden files, folders, or drives enabled.

  3. #3
    Summer dont stop me!
    Rank
    Member +
    Join Date
    Nov 2007
    Posts
    428
    Liked
    2

    Re: Pack up the client?

    But what I am talking about is say I create a installer. That installs the game to someones PC. I dont want them to be able to change the IP in my client to connect to any server. And instead of using the .bat to start the client i want there to be a launcher that will see if theres new patches from a website. And then download them. And then once done, allow the person to start.

    That way say I do a lot of custom work for a client, i want it closed source for certian servers. Not able to use on any server

  4. #4
    xkl
    Hardcore Member
    Rank
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    121
    Liked
    20

    Re: Pack up the client?

    You can use Clickteam install creator for making an installation for your client. Just use the hidden files, folders etc. option I suggested before packing it into a installer. That way normal uses cant see the client files or whatever you wanna hide. For a launcher, just use DefaulT's open source launcher then make the installer send a desktop shortcut of the launcher. That's the easiest way I can think of :)

  5. #5
    Ultimate Member
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    156
    Liked
    39

    Re: Pack up the client?

    Or use google, windows comes with an installer creator...

  6. #6
    Newbie
    Rank
    Member
    Join Date
    Dec 2009
    Posts
    4
    Liked
    0

    Re: Pack up the client?

    i think you like this iexpress its in windows self

    it makes 1 .exe file for the client en run i tryed it out with other projects and it works...

    look in C:\Windows\System32\iexpress.exe it's a wizard to make it so its pretty easy. zo not youtube is you're best friend.

  7. #7
    Ultimate Member
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    156
    Liked
    39

    Re: Pack up the client?

    Quote Originally Posted by Thesnowman View Post
    But what I am talking about is say I create a installer. That installs the game to someones PC. I dont want them to be able to change the IP in my client to connect to any server. And instead of using the .bat to start the client i want there to be a launcher that will see if theres new patches from a website. And then download them. And then once done, allow the person to start.

    That way say I do a lot of custom work for a client, i want it closed source for certian servers. Not able to use on any server
    Just have the IP hardcoded? Remove where it loads from serverlist or w/e its called and replace everything it loads with the actual IP address.

    If you do this, I suggest removing the entire server list.

  8. #8
    xkl
    Hardcore Member
    Rank
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    121
    Liked
    20

    Re: Pack up the client?

    You can make it where the client loads the servers.txt from a web host. There is a guide for it. It works, I tested it out. :)

    http://forum.ragezone.com/f705/relea...update-761173/
    Last edited by xkl; 01-03-12 at 11:16 PM.

  9. #9
    Ultimate Member
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    156
    Liked
    39

    Re: Pack up the client?

    or, yet again, have it hard coded.

  10. #10
    Omg It's -DefaulT
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    57 41 20 55 53
    Posts
    1,330
    Liked
    168

    Re: Pack up the client?

    What hes asking isnt to make it hidden, my advise, look up an open source file type coded in java, then implement it into your client and when u build make it build the resources into one file type (the file type would need to be some sort of archive like .bin etc) then make the client read the file types to navigate the resources and use what it needs.

    Quite a bit of work imo.

    If you like my posts, then push the damn button!
    throw new PokemonException(); //Gotta catch 'em all

  11. #11
    Member
    Rank
    Member
    Join Date
    Sep 2009
    Posts
    38
    Liked
    0

    Re: Pack up the client?

    To have total Security, Figure out how to make it a webclient.

 

 

Posting Permissions

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