KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
FA2Copy
★ 8
Open GitHub ↗
An extension for Final Alert 2
Download README (.md)
Explore Similar Repositories
SpatialCrowdsourcing-TOBM
:
Two-sided online bipartite matching in spatial data: experiments and analysis
election-prediction
:
No description available.
mp3-stream-title
:
A lightweight PHP library to fetch currently playing tracks from online radio streams.
invoice_scanner
:
Simple OCR on device app with Firebase ML Kit
libdeci
:
Big decimal library for C
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
FA2Copy
?
Download (.md)
## About FA2Copy FA2Copy is an extension DLL which provide some fixes for FinalAlert 2. With it, you can use FA2 more conveniently. FA2Copy only uses hook and Windows API to achieve its functions, no memory hook. ## How to use 1. Prepare the dll. Simply, you can pull this project and compile it with X86. I had compiled one, you can just find it in the **examples** folder. 2. Modify your FinalAlert2 with exeScope or Resource Hacker to add functions. (If you need an example, there's an example in Simplified Chinese called **FA2MO.DAT** I've done for Mental Omega, you can simply modify a few things on it and it will fit your own MOD well.) 3. You can also combine this dll with **FA2Ext.dll** which is developed by AlexB, that one needs an injector to launch but really helpful. 4. You should configure 'FA2CopyData.ini' correctly, as FA2Copy uses functions like FindWindow and will get window's handle by its name, it's really necessary. Also I will provide you a sample ini file just in the **examples** folder, if something works wrong while using FA2Copy, always remember to check your configure file before reporting the issues. ## More information I put a text file(controls.txt) in **examples** as well, you can find all controls need modifying from it. Now the accelerators works well, if you find any other issues, please report it(hope not them) to me. Thanks to Zero-Fanker, now FA2Copy uses ares-syringe to load the dll, which means you needn't modify your executable file's import list anymore. My code style maybe not standard and have some mistake through the code, so I'd be happy to get your suggestions if it's good to improve my skills. In fact, it's my first project, after no longer working on the algorithm competition. For the further use, FA2Copy will consider to make the new controls inline and you needn't modify your executable file anymore. ## Links [Stuffhost, you can get FA2Ext and Syringe from here.](http://www.stuffhost.de/ares/) [A version migrated to FinalAlert2 by Caco, download password is 'caco'.](https://pan.baidu.com/s/1KiJFochCFo9JJpCBYCRDIg) [The version for Mental Omega use can be easily found in my personal blog.](https://secsome.github.io/post/00002/) [My bilibili space.](https://space.bilibili.com/143748001)