Author Topic: parameters.dll  (Read 5219 times)

parameters.dll
« on: September 16, 2021, 07:13:49 pm »
Hi guys!

I would like to be able to modify the file "parameters.dll" in "scripts", because i want mod this formula :

"getParam_Ac"

I have the FOnline Reloaded season 2 files, and i try to decompile with WitchLord.exe, or compile "parameter.ccp" but it's very hard, and files are missing.

Do you know of a more recent program for this?

Thanks!


Re: parameters.dll
« Reply #1 on: September 18, 2021, 10:19:46 am »
1. Get and install Microsoft Visual Studio C++ 2010 and make sure that you have Microsoft.NET Framework 4.0
2. Run extensions.sln on it.
3. Make your own changes in parameters.
4. Build it as Release (not as Debug).

Make sure that platform toolset is set to v100.

I had some other issue with it, once - after Windows 7 reinstall - Incremental Linking (LNK1123), where something went wrong with Microsoft.NET Framework 4.0 while updating directly from Windows Update. If you'll receive the same:

1. Go to C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\
2. Find cvtres.exe
3. Rename it to something else, f.ex cvtres1.exe
4. Try build now.

Hope these tips will help. In any other problem add some more detailed description.
Cheers!

Re: parameters.dll
« Reply #2 on: September 20, 2021, 01:00:55 pm »
Thanks very much, i will try to do that !