Re: vb6 patcher UPDATE 2.5 (Now with md5 checking)
Quote:
Originally Posted by
HackingKingTom
Yea I'm totally an idiot, no offence but READ before you post
you can change the server name in the settings :ott1:
and its not a noob server, it use to have over 700 players :ott1:
and i'm pretty sure if i coded it i can put whatever i want into it'
No offense, but you just spelled offense wrong. You used to have over 700 players... I find this pretty hard to believe since I've never even heard of your server. Anyway, I coded a full patcher over the past hour out of boredom and I don't see any reason for you to release an unfinished product 42884297 times. I coded a patchcreator for it as well. Here's my list format(XML)
Code:
private void CreateQueue()
{
XmlTextReader reader = new XmlTextReader(BASE_URI + LIST_FILE);
XmlDocument xd = new XmlDocument();
xd.Load(reader);
XmlNodeList fileNames = xd.GetElementsByTagName("file");
XmlNodeList fileHashes = xd.GetElementsByTagName("hash");
for (int i = 0; i < fileNames.Count; i++)
{
if (!CheckFileHash(fileNames[i].InnerText, fileHashes[i].InnerText))
{
downQueue.Enqueue(fileNames[i].InnerText);
}
}
}
I also recommend you make this a single-instance application and detect if Neuz is running at startup:
Code:
static void Main()
{
bool firstInstance;
instanceMutex = new Mutex(true, "{C59C106B-ACBC-42e1-B0F6-8020600C6EFC}", out firstInstance);
if (!firstInstance)
{
MessageBox.Show("An instance of the patcher is already running\nExiting.");
return;
}
Process[] arr = Process.GetProcessesByName("Neuz");
if (arr.Length != 0)
{
MessageBox.Show("An instance of Flyff is currently running.\nPlease turn flyff off and re-run the patcher.");
return;
}
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainWindow());
}
Btw, you said you're 18... I turned 18 this Friday.
Re: vb6 patcher UPDATE 2.5 (Now with md5 checking)
God damn it, take off the fucking advertisement, nobody gives a shit about what server you work for. Do you even read the fucking rules?
Re: vb6 patcher UPDATE 2.5 (Now with md5 checking)
Quote:
Originally Posted by
KrYpT0n
No offense, but you just spelled offense wrong. You used to have over 700 players... I find this pretty hard to believe since I've never even heard of your server. Anyway, I coded a full patcher over the past hour out of boredom and I don't see any reason for you to release an unfinished product 42884297 times. I coded a patchcreator for it as well. Here's my list format(XML)
Code:
private void CreateQueue()
{
XmlTextReader reader = new XmlTextReader(BASE_URI + LIST_FILE);
XmlDocument xd = new XmlDocument();
xd.Load(reader);
XmlNodeList fileNames = xd.GetElementsByTagName("file");
XmlNodeList fileHashes = xd.GetElementsByTagName("hash");
for (int i = 0; i < fileNames.Count; i++)
{
if (!CheckFileHash(fileNames[i].InnerText, fileHashes[i].InnerText))
{
downQueue.Enqueue(fileNames[i].InnerText);
}
}
}
I also recommend you make this a single-instance application and detect if Neuz is running at startup:
Code:
static void Main()
{
bool firstInstance;
instanceMutex = new Mutex(true, "{C59C106B-ACBC-42e1-B0F6-8020600C6EFC}", out firstInstance);
if (!firstInstance)
{
MessageBox.Show("An instance of the patcher is already running\nExiting.");
return;
}
Process[] arr = Process.GetProcessesByName("Neuz");
if (arr.Length != 0)
{
MessageBox.Show("An instance of Flyff is currently running.\nPlease turn flyff off and re-run the patcher.");
return;
}
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainWindow());
}
Btw, you said you're 18... I turned 18 this Friday.
that's actually a pretty good bit of code there
i may take your suggestion on the one instance thing, didn't even think of that :thumbup1:
and yea i was on my openpandora at the time and typing is a bit awkward on that thing
and i released it because some people may not know how to program at all and i figured i would use at least my small knowledge from my computer programming class and books and at least try to make a patcher, I'm not claiming its the best one out there, its just an alternative
and yes no one would have herd of my server, it was private, i go to a tech school and basically all the kids wanted to play
and yea by 18, i meant almost 18, i turn 18 in may
---------- Post added at 12:54 AM ---------- Previous post was at 12:52 AM ----------
Quote:
Originally Posted by
Adler
God damn it, take off the fucking advertisement, nobody gives a shit about what server you work for. Do you even read the fucking rules?
did you even read the updates or previous posts?
its already been explained you can change the server name in the settings, the screen cap is just the default
Re: vb6 patcher UPDATE 2.5 (Now with md5 checking)
Quote:
Originally Posted by
HackingKingTom
that's actually a pretty good bit of code there
i may take your suggestion on the one instance thing, didn't even think of that :thumbup1:
and yea i was on my openpandora at the time and typing is a bit awkward on that thing
and i released it because some people may not know how to program at all and i figured i would use at least my small knowledge from my computer programming class and books and at least try to make a patcher, I'm not claiming its the best one out there, its just an alternative
and yes no one would have herd of my server, it was private, i go to a tech school and basically all the kids wanted to play
and yea by 18, i meant almost 18, i turn 18 in may
---------- Post added at 12:54 AM ---------- Previous post was at 12:52 AM ----------
did you even read the updates or previous posts?
its already been explained you can change the server name in the settings, the screen cap is just the default
So what? Default can be Flyforfun. Reported.
Re: vb6 patcher UPDATE 2.5 (Now with md5 checking)
Quote:
Originally Posted by
Adler
So what? Default can be Flyforfun. Reported.
ok, well i'm just trying to share something with the community.
I'll edit the default, just for you :w00t
EDIT
fixed - default server name changed to FlyForFun
Re: vb6 patcher UPDATE 2.5 (Now with md5 checking)
Quote:
Originally Posted by
Adler
God damn it, take off the fucking advertisement, nobody gives a shit about what server you work for. Do you even read the fucking rules?
The rules do indeed state no advertising however if you get so riled up from seeing a server name (Name only, no link or forums etc) then perhaps you should calm down. I have a picture of Akuma and Pokemon Trainers in my display picture/signature yet by your standards I am advertising.
Re: vb6 patcher UPDATE 2.5 (Now with md5 checking)
Quote:
Originally Posted by
Old Dandune
The rules do indeed state no advertising however if you get so riled up from seeing a server name (Name only, no link or forums etc) then perhaps you should calm down. I have a picture of Akuma and Pokemon Trainers in my display picture/signature yet by your standards I am advertising.
finally someone agrees with me thank you
Re: vb6 patcher UPDATE 2.5 (Now with md5 checking)
Quote:
Originally Posted by
Old Dandune
The rules do indeed state no advertising however if you get so riled up from seeing a server name (Name only, no link or forums etc) then perhaps you should calm down. I have a picture of Akuma and Pokemon Trainers in my display picture/signature yet by your standards I am advertising.
It's a passive form of advertising that this section has suffered from. People always try to slip in minor advertisements here and there.
Re: vb6 patcher UPDATE 2.5 (Now with md5 checking)
I'm not going to punish someone for having their server name in a screenshot. If someone starts being sly or trying to push for more 'advertising' then I'll think it of it as a problem.
Re: vb6 patcher UPDATE 2.5 (Now with md5 checking)
I didn't want a punishment, I wanted the image removed.
Re: vb6 patcher UPDATE 2.5 (Now with md5 checking)
Quote:
Originally Posted by
Adler
I didn't want a punishment, I wanted the image removed.
well the image and program have been fixed, so can we all stop arguing :?: