[Tutorial] Create your FlyFF Patcher with BetaPatchClient.

05/29/2020 22:07 QuietSmoke#16
Quote:
Originally Posted by voldemort3 View Post
just copy and replace all in the source?
Yes

Quote:
Originally Posted by Steffen Tequila View Post
Just move it to your desktop and edit it with visual studio 17-19.
Desktop? What?
Patcher has influenced by things, which situated in _Common, _Network etc:rtfm:
05/30/2020 19:27 QuietSmoke#17
[quote=voldemort3;38187578]
Quote:
Originally Posted by QuietSmoke View Post
Yes

won't that overwrite the systems in the source?? thanks for your answer
No, everything should be fine
06/05/2020 17:55 Ba$tard#18
quick questions:

1. how can i change the black color of the file numbers/patch complete etc text to white?
2. how can i add a new button?

thank you.
06/06/2020 16:36 - DK#19
Quote:
Originally Posted by Ba$tard View Post
quick questions:

1. how can i change the black color of the file numbers/patch complete etc text to white?
2. how can i add a new button?

thank you.
1.Change it in your source.
2. Copy another button.
06/06/2020 19:28 Tinkerhell#20
Hat einer diese Patcher Source für Visual Studio 2019 ?
Meine alte Source von VS2003 bekomme ich nicht auf VS2019 zum laufen.
Ich hätte die Source gerne ohne diese ganzen Languages-Abfragen, denn die sind mittlerweile total unnötig.
Wäre nett wenn mir einer etwas zur Verfügung stellen würde.
Danke schön.
06/06/2020 19:34 Ba$tard#21
Quote:
Originally Posted by - DK ACE View Post
1.Change it in your source.
2. Copy another button.
Thanks DK ACE, i got it and found a solution for it. :D
What a crap code :wutface:
09/17/2020 08:35 manotskie#22
i try to compile this in vs2017 and i have error

c:\users\dazai-kun\downloads\patchertutorial\patchclient\stdafx.h (25): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory

any idea ?
10/04/2020 17:06 Bebe*#23
I got this im using vs2019

12/31/2020 16:30 TED36#24
Hello,
I wanted to know how to create a file in my client that doesn't exist from titanium. Thank you for your answer in advance.
01/01/2021 04:26 Wanetrain#25
Quote:
Originally Posted by TED36 View Post
Hello,
I wanted to know how to create a file in my client that doesn't exist from titanium. Thank you for your answer in advance.
Files --> Resource --> Merge2.exe

So you can create ".res" files by yourself.
01/01/2021 14:58 TED36#26
Hello no, that's not necessary, I'll explain it better.
I have created a new map that will be called WdPatrol which is not basic in my client so when I do the maj from my dedicated I have an error with my launcher because I have no WdPatrol folder in my client's world that I want to update. So how can I make titanium create it for me and make the maj without error?
01/02/2021 13:43 aqwp#27
Quote:
Originally Posted by TED36 View Post
Hello no, that's not necessary, I'll explain it better.
I have created a new map that will be called WdPatrol which is not basic in my client so when I do the maj from my dedicated I have an error with my launcher because I have no WdPatrol folder in my client's world that I want to update. So how can I make titanium create it for me and make the maj without error?
As far as I know, there is no function to do that in this patcher.
Distribute a new client folder or create another patcher :)
3rd option is to tell your players to create a new folder.
03/28/2021 05:34 Tamus#28
im looking for vs2019 patcher thanks
03/28/2021 23:07 Steffen Tequila#29
Quote:
Originally Posted by Tamus View Post
im looking for vs2019 patcher thanks
just upgrade it lol. it goes sooo fast.
03/31/2021 12:11 icezeedskp#30
How do I use .PNG images?
I want to use a translucent background.