Register for your free account! | Forgot your password?

You last visited: Today at 14:45

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] C# Flyff Patcher

Discussion on [Release] C# Flyff Patcher within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old 03/16/2017, 05:42   #31
 
yazuka21's Avatar
 
elite*gold: 0
Join Date: Mar 2014
Posts: 305
Received Thanks: 19
Quote:
Originally Posted by NickHough View Post
Hello All,

I thought i best release my patch client as promised.

This patcher is built in C# to replace the horribly built C++ version released with the Flyff source code.

Requirements:
  • .NET 4.0 or higher.
  • Visual Studio 2013 or 2015.

Includes:
  • Uses original Flyff un-encrypted list.txt format.
  • Completely Transparent background.
  • Multi-Layered Window.
  • Options Window with MSAA and AF. -> (MSAA and Anisotropic Filtering in config file, needs to be changed for your servers one)
  • Slider Box and News Box.
  • 2 Config File Formats.
  • Changable INI file name.
  • Changable Slider Box and News Box urls.
  • Easily adaptable.
  • Downloads INIParser DLL from url if it can't find a copy locally.
  • Easy Mutex name change.
  • Starts Game if it detects game already launched.
  • Easy to change Executable name (to run).
  • Roll over button and Click button effects.
  • Tons More

All settings for the patcher can be found at the top of MainWnd.cs.
All edits you need to make, including background image can be done in their respective XML files. Easy manipulation of images and buttons can be found in Patcher/Images subfolder in the PatchClient Public folder.

If you need help just ask. I will not however help you with setting up VS2013.

Images:
Download Link: - Updated
Virus Check:

Note to all, this is a nearly perfect patcher source for people who wish to use it. However if you find bugs, please post them and i will do my best to fix them asap.

Update: Fixed mutex problem in MainWnd.cs and App.cs
Update: Added Patch list Creator (Unknown who created, but wasn't me)
Update: Fixed patcher to work for Titanium patch list creator users.
Code:
Search for: 
//Add me to get working for titanium users.
to get it working in your current project, simply copy it across to your current solution.
I don't know what to do sir.. please help....

yazuka21 is offline  
Old 03/21/2017, 12:37   #32
 
elite*gold: 0
Join Date: Dec 2009
Posts: 233
Received Thanks: 64
You do have visual studio 2013 installed correct?
Also ensure that you are using .net 4.0 (may require an additional installation)
NickHough is offline  
Old 03/22/2017, 06:01   #33
 
yazuka21's Avatar
 
elite*gold: 0
Join Date: Mar 2014
Posts: 305
Received Thanks: 19
Quote:
Originally Posted by NickHough View Post
You do have visual studio 2013 installed correct?
Also ensure that you are using .net 4.0 (may require an additional installation)
Yes I installed VS2013 correctly and there's Microsoft .NET Framework 4.5 installed and Azure Source is working properly.
yazuka21 is offline  
Old 03/30/2017, 08:57   #34
 
yazuka21's Avatar
 
elite*gold: 0
Join Date: Mar 2014
Posts: 305
Received Thanks: 19
Quote:
Originally Posted by NickHough View Post
Hello All,

I thought i best release my patch client as promised.

This patcher is built in C# to replace the horribly built C++ version released with the Flyff source code.

Requirements:
  • .NET 4.0 or higher.
  • Visual Studio 2013 or 2015.

Includes:
  • Uses original Flyff un-encrypted list.txt format.
  • Completely Transparent background.
  • Multi-Layered Window.
  • Options Window with MSAA and AF. -> (MSAA and Anisotropic Filtering in config file, needs to be changed for your servers one)
  • Slider Box and News Box.
  • 2 Config File Formats.
  • Changable INI file name.
  • Changable Slider Box and News Box urls.
  • Easily adaptable.
  • Downloads INIParser DLL from url if it can't find a copy locally.
  • Easy Mutex name change.
  • Starts Game if it detects game already launched.
  • Easy to change Executable name (to run).
  • Roll over button and Click button effects.
  • Tons More

All settings for the patcher can be found at the top of MainWnd.cs.
All edits you need to make, including background image can be done in their respective XML files. Easy manipulation of images and buttons can be found in Patcher/Images subfolder in the PatchClient Public folder.

If you need help just ask. I will not however help you with setting up VS2013.

Images:
Download Link: - Updated
Virus Check:

Note to all, this is a nearly perfect patcher source for people who wish to use it. However if you find bugs, please post them and i will do my best to fix them asap.

Update: Fixed mutex problem in MainWnd.cs and App.cs
Update: Added Patch list Creator (Unknown who created, but wasn't me)
Update: Fixed patcher to work for Titanium patch list creator users.
Code:
Search for: 
//Add me to get working for titanium users.
to get it working in your current project, simply copy it across to your current solution.
Hello Nick !, I fixed the first error I've got but I have a new problem... hwne I open the patcher it is automatically Starting the game with showing the patcher's GUI..
yazuka21 is offline  
Old 04/01/2017, 02:49   #35
 
elite*gold: 0
Join Date: Dec 2009
Posts: 233
Received Thanks: 64
Quote:
Originally Posted by yazuka21 View Post
Hello Nick !, I fixed the first error I've got but I have a new problem... hwne I open the patcher it is automatically Starting the game with showing the patcher's GUI..
If the game is already running it will automatically start the game without the need for the patcher.

However this is dependent on the Mutex name (Typically set too neuz).

Hope this helps, or gives you an idea of what to look for. If it doesn't let me know xD
NickHough is offline  
Old 04/24/2017, 16:03   #36
 
elite*gold: 0
Join Date: Jan 2010
Posts: 141
Received Thanks: 8
A simple tutorial on how to set this up might help the confused people together with it's default configuration and maybe a comment on the side where you tell that this variable is bla bla bla like that.

1>C:\Users\Administrator\Downloads\PatchClient Public\Patcher\PatchClient.csproj(286,5): error : This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see . The missing file is C:\Users\Administrator\Downloads\PatchClient Public\\.nuget\NuGet.targets.
pakinglalat is offline  
Old 05/04/2017, 21:36   #37
 
elite*gold: 0
Join Date: Dec 2009
Posts: 233
Received Thanks: 64
Quote:
Originally Posted by pakinglalat View Post
A simple tutorial on how to set this up might help the confused people together with it's default configuration and maybe a comment on the side where you tell that this variable is bla bla bla like that.

1>C:\Users\Administrator\Downloads\PatchClient Public\Patcher\PatchClient.csproj(286,5): error : This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see . The missing file is C:\Users\Administrator\Downloads\PatchClient Public\\.nuget\NuGet.targets.
Sorry for the late reply.

This patcher wasn't mean for the completely new to programming user. All you've got to do is right click the solution and click Manage NuGet Package, if it doesn't show, then this post should help
NickHough is offline  
Old 05/06/2017, 06:04   #38
 
yazuka21's Avatar
 
elite*gold: 0
Join Date: Mar 2014
Posts: 305
Received Thanks: 19
Quote:
Originally Posted by NickHough View Post
Sorry for the late reply.

This patcher wasn't mean for the completely new to programming user. All you've got to do is right click the solution and click Manage NuGet Package, if it doesn't show, then this post should help
Can you make a better guide please
yazuka21 is offline  
Old 05/09/2017, 14:33   #39
 
elite*gold: 0
Join Date: May 2017
Posts: 3
Received Thanks: 0
can you give me for making patchlist for this ^^ ...not titanium if its okay
iHaiz is offline  
Old 12/28/2017, 00:29   #40
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
Deadlink
jeromerz is offline  
Old 12/30/2017, 10:07   #41
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
Anyone have this release can u give me a copy of a working link? thanks in advance
jeromerz is offline  
Old 12/30/2017, 14:56   #42
 
greyb1t's Avatar
 
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,023
Quote:
Originally Posted by jeromerz View Post
Anyone have this release can u give me a copy of a working link? thanks in advance


I am sure you'll figure out the rest of it.
greyb1t is offline  
Thanks
1 User
Old 12/30/2017, 15:17   #43


 
- Major's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,462
Received Thanks: 3,213
->
- Major is offline  
Thanks
1 User
Old 02/04/2020, 07:24   #44
 
elite*gold: 0
Join Date: Aug 2016
Posts: 19
Received Thanks: 0
Can you help me? I'm really confused at the "//Add me to get working for titanium users." I'm a titanium user
deleonrenz024 is offline  
Old 02/04/2020, 12:31   #45
 
yazuka21's Avatar
 
elite*gold: 0
Join Date: Mar 2014
Posts: 305
Received Thanks: 19
Quote:
Originally Posted by deleonrenz024 View Post
Can you help me? I'm really confused at the "//Add me to get working for titanium users." I'm a titanium user
Then read its function or statement for you to understand what does it mean.
But as I remember, you don't need to change it coz it's already added when you downloaded it from here. All you need to do is make your own layout/design and configure its connection.
yazuka21 is offline  
Reply


Similar Threads Similar Threads
[Mini-Release] Offi Flyff v3 Patcher
10/22/2012 - Flyff PServer Guides & Releases - 4 Replies
Removed ;)
[Release] Flyff Patcher Design
10/05/2012 - Flyff PServer Guides & Releases - 16 Replies
Heute Release ich ein Flyff Patcher Design Wer sein Server namen Drauf haben möchte Meldet sich bei mir per PM oder Skype: superhero-designs Download PSD Datei: Klick Hier http://s7.directupload.net/images/121004/xk3kqxpc .png
[Release] OpenSource Flyff Patcher + Theme
04/28/2012 - Flyff PServer Guides & Releases - 20 Replies
GameToolBox - Patcher v1 Hier die Funktionen: TUTORIAL WICHTIG!!!!
[RELEASE!]Flyff Patcher[ANIME]!
02/03/2008 - Flyff Hacks, Bots, Cheats, Exploits & Macros - 16 Replies
Sup all I edit this and looked for pictures for hours. Then I founded a cute anime one ;) Heres an screenshot then. http://i31.tinypic.com/1zweq9x.jpg Well Thank Me If I Helped.



All times are GMT +2. The time now is 14:45.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.