All Projects → Arsunt → Tr2main

Arsunt / Tr2main

Licence: gpl-3.0
Tomb Raider II Injector Dynamic Library

Projects that are alternatives of or similar to Tr2main

Tomb5
Tomb Raider: Chronicles Disassembly translated to C source code.
Stars: ✭ 397 (+763.04%)
Mutual labels:  source, decompile, port, code
open-gsa-redesign
A fresh start for open.gsa.gov.
Stars: ✭ 27 (-41.3%)
Mutual labels:  opensource, code
Hacktoberfest-2021
An Open Source repository to Teach people How to contribute to open sources.
Stars: ✭ 98 (+113.04%)
Mutual labels:  opensource, code
larapos
Laravel Point of sale with invoice full source code free download pos apps.
Stars: ✭ 38 (-17.39%)
Mutual labels:  code, source
Mat-O-Wahl
🇩🇪 Mat-O-Wahl - Ein einfach zu bedienender, freier Open Source Wahl-O-Mat Klon fuer jedermann ### 🇬🇧 🇺🇸 A simple to handle, free "Voting Advice Application" / "Electoral Compass" alternative
Stars: ✭ 27 (-41.3%)
Mutual labels:  code, source
XcodeCommentWrapper
Xcode extension for wrapping comments
Stars: ✭ 29 (-36.96%)
Mutual labels:  code, source
vly1
v1 Voluntarily application - deprecated
Stars: ✭ 14 (-69.57%)
Mutual labels:  opensource, source
Ssti Payloads
🎯 Server Side Template Injection Payloads
Stars: ✭ 150 (+226.09%)
Mutual labels:  source, code
Hacktoberfest-2021
This repository aims to help code beginners with their first successful pull request and open source contribution. 🥳🎯🚀
Stars: ✭ 24 (-47.83%)
Mutual labels:  opensource, code
Updated Carbanak Source With Plugins
https://twitter.com/itsreallynick/status/1120410950430089224
Stars: ✭ 303 (+558.7%)
Mutual labels:  source, code
Opengrok
OpenGrok is a fast and usable source code search and cross reference engine, written in Java
Stars: ✭ 3,452 (+7404.35%)
Mutual labels:  source, code
slm-code-generation
TensorFlow code for the neural network presented in the paper: "Structural Language Models of Code" (ICML'2020)
Stars: ✭ 75 (+63.04%)
Mutual labels:  code, source
Golang Notes
Go source code analysis(zh-cn)
Stars: ✭ 3,137 (+6719.57%)
Mutual labels:  source, code
tempat-kontributor
Merupakan tempat bagi kalian untuk berkontributor bersama kami
Stars: ✭ 33 (-28.26%)
Mutual labels:  opensource, code
Windowsxp
This is the leaked source code of Windows XP Service Pack 1
Stars: ✭ 164 (+256.52%)
Mutual labels:  source, code
Hacktoberfest2020
Repository for first timers to get started in Open Source Contributions
Stars: ✭ 44 (-4.35%)
Mutual labels:  opensource, code
Book Open Source Tips
Open Source book on Open Source Tips
Stars: ✭ 152 (+230.43%)
Mutual labels:  opensource, code
reverse-enginnering
open source repository
Stars: ✭ 29 (-36.96%)
Mutual labels:  source, decompile
Clangkit
ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented.
Stars: ✭ 330 (+617.39%)
Mutual labels:  source, code
Comcast.github.io
The main Open Source portal for Comcast
Stars: ✭ 36 (-21.74%)
Mutual labels:  source, opensource

TR2Main by Arsunt

This is a dynamic library for the classic Tomb Raider II game (Windows version). The purpose of the library is to reimplement all the routines performed by the game. This is not a wrapper, it's a full-fledged solution that solves a bunch of compatibility issues, and also allows to easily change gameflow.

The goal of this project is to maximally recreate the code of the original game, gradually transferring its various aspects to dynamic libraries that are linked to the modified original EXE. In this case, main code remains in the game, but graphics, sounds and controls will be in the separate DLL files.

Getting Started

You may download patched Tomb2.exe, TR2Main.dll from releases, put them in your game folder and just launch. Also you may build TR2Main.dll yourself and use it with patched Tomb2.exe from here. You will need DirectX SDK 5/7 to build the DLL.

Changelog

Learn about the latest improvements.

Built With

Authors

License

This project is licensed under the GNU General Public License - see the COPYING.md file for details

Acknowledgments

If you are inspired by my project and decided to borrow some of the ideas found in the code, do not forget provide a link to this project. It took me years to decompile and understand the details required for this project.

Copyright

(c) 2017-2019 Michael Chaban. All rights reserved. Original game is created by Core Design Ltd. in 1997. Lara Croft and Tomb Raider are trademarks of Square Enix Ltd.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].