So, that's how I hook up with FLServer window …
-
Kill player?
I like it! lol
:lol:
-
JONG wrote:
What is this?Hey, I saw your server up and run again. good to see you back.
And this is something I did for my mod. You can download binary and see the detail in Chinese here: http://tieba.baidu.com/p/3548668028
But it’s not work with DSAce stuffs, mvc120 runtime.
-
NeXoSE wrote:
JONG wrote:
What is this?Hey, I saw your server up and run again. good to see you back.
And this is something I did for my mod. You can download binary and see the detail in Chinese here: http://tieba.baidu.com/p/3548668028
But it’s not work with DSAce stuffs, mvc120 runtime.
Yes, I find a server support for my mod, so I’m back again.
Nice to meet you too.
Do you have any flhook can use on our Chinese mod? I still use my old flhook plugin version, I think that will be better to me, because my server is run on the windows 2003, so I can’t use your good tools.
-
JONG wrote:
Do you have any flhook can use on our Chinese mod? I still use my old flhook plugin version, I think that will be better to me, because my server is run on the windows 2003, so I can’t use your good tools.FLHook always support Chinese I believe, it even uses a lot of wstring in it (Acutally it’s because Freelancer use it).
Some function like
wstos
orIniGetWS
may have bug on GB**** handling, but it’s easy to get around.The FLHooks however is little bit
hard
to get. Current version is FLHook 2.0.0 Plugin Version. You have to use plugin that support this version in order to use it.I don’t know how other people get binary redistribution. But for me, I checked the codes from Starport SVN:
http://svn.the-starport.net/flhookplugin/
To use that, you need to install:
http://sourceforge.net/projects/win32svn/
OR
GUI http://tortoisesvn.net/index.zh.htmlThen, assume you use the first one, just use command
svn checkout http://svn.the-starport.net/flhookplugin/
Then you have it. Binary in the
/trunk/bin/
folder if you use VC++ runtime 2008 (mvc80) or/trunk/bin-vc12/
if you use VC++ runtime 2013 (mvc120). -
JONG wrote:
I think that’s too difficult to me, so I’ll stop to add some function in my mod.Thanks for your help, yor are always so kind like that.
Well, you know, there is another way to do this.
You can just open up
http://svn.the-starport.net/flhookplugin/trunk/bin/
or
http://svn.the-starport.net/flhookplugin/trunk/bin-vc12/Then, download file one by one. I believe there is some tool can also do automatically batch download.
However, it’s not recommanded as the binary file may not updated during each commit. If you open
http://forge.the-starport.net/projects/flhookplugin/repository/show/trunk
You can notice the different revision betweenbin
andbin-vc12
. Don’t know the reason, but I think … may be it’s the good time to abandon VS2008.The recommanded way I think is actually pull the code from the SVN, download a compiler, load project and compile it for your own.
-
Thanks NN, I’m lazy to change my Flhook, so that’s fine, I don’t want to add some new function of Flhook in my mod.
I have a question to you, do you use the Adoxa’s dlls files? I was download his some new dlls files, but my anti-virus sofeware always warning me has some virus, I think that’s impossible, may I can get some advice from you?
-
Several AV-Software is known to cause issues with moddified “Freelancer.exe” and some of the “standalone” ADOXA- Plugins.
As u already state: The dll´s are “clean” and the flagging of those AV as “potential Malware” and/or “Virus” are (IMHO) “false positives”.The majority of those false positives had been reported with AVAST- and ANTIVIR-/AVIRA- (some minor with NORTON- and MCAFEE-AV)
I´d recommend AVG to be the most “compatible” so far… but its up to u to choose another AV and fix those issues by configurating the AV-Software manually. (meaning to give access-permission and/or exceptions even though the AV reports a warning)But these are just my two cents…
greetings J.R.
-
JONG wrote:
I have a question to you, do you use the Adoxa’s dlls files? I was download his some new dlls files, but my anti-virus sofeware always warning me has some virus, I think that’s impossible, may I can get some advice from you?@J.R. Pointed out the whole problem. So that’s all about AVs, I believe this condition is termed as TOO-SENSITIVE (short for TOO dumb To DEtErmINe The SItUation).
Infact, I believe Adoxa uses a lot of __asm and hooks to make he’s plugin work with Freelancer.exe, it causes some ‘specific’ actions make those plugin ‘behave’ like a virus.
You may try to report false positive to those AV to ask them remove the plugin program form their characteristic library.
Like this one: http://analysis.avira.com/samples/details.php?uniqueid=QhMxUPkkdjJRMxJKRkQH9GZfL8hx9fEF&incidentid=937646
I know Avira has it, other AV should have it too.