Skip to content

Commit

Permalink
clean up files
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed May 6, 2023
1 parent 16e6433 commit 526fe26
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 301 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ find_package(Spdlog)
target_link_libraries(${MOD_SLUG}.dll
PUBLIC
Detours
FMOD
spdlog
RedLib
PhysX3
input_loader.dll
)

configure_folder_file(readme.md)
Expand Down
4 changes: 4 additions & 0 deletions cmake/FindSpdlog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ option(SPDLOG_WCHAR_SUPPORT "" ON)
add_subdirectory(deps/spdlog)
set_target_properties(spdlog PROPERTIES FOLDER "Dependencies")

target_compile_definitions(spdlog PUBLIC
_ITERATOR_DEBUG_LEVEL=0
)

mark_as_advanced(
SPDLOG_BUILD_ALL
SPDLOG_BUILD_BENCH
Expand Down
96 changes: 48 additions & 48 deletions src/red4ext/Addresses.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,75 +4,75 @@
#define ZOLTAN_EXPAND_THEN_STRINGISE(N) ZOLTAN_STRINGISE(N)
#define __LINE_STR__ ZOLTAN_EXPAND_THEN_STRINGISE(__LINE__)

#ifndef CallFunc_Addr
#define CallFunc_Addr 0x288640
#ifndef CallFunc_Addr
#define CallFunc_Addr 0x288640
#endif
#ifndef CrashFunc_Addr
#define CrashFunc_Addr 0x2BD0680
#ifndef CrashFunc_Addr
#define CrashFunc_Addr 0x2BD0680
#endif
#ifndef DebugPrint_Addr
#define DebugPrint_Addr 0xA97C60
#ifndef DebugPrint_Addr
#define DebugPrint_Addr 0xA97C60
#endif
#ifndef BaseStream_ReadWriteHandleID_Addr
#define BaseStream_ReadWriteHandleID_Addr 0x720670
#ifndef BaseStream_ReadWriteHandleID_Addr
#define BaseStream_ReadWriteHandleID_Addr 0x720670
#endif
#ifndef CBaseRTTIType_VFT_Addr
#define CBaseRTTIType_VFT_Addr 0x311F4D0
#ifndef CBaseRTTIType_VFT_Addr
#define CBaseRTTIType_VFT_Addr 0x311F4D0
#endif
#ifndef CClass_AddEventCallbackType_Addr
#define CClass_AddEventCallbackType_Addr 0x2034E0
#ifndef CClass_AddEventCallbackType_Addr
#define CClass_AddEventCallbackType_Addr 0x2034E0
#endif
#ifndef CClass_ApplyFlags_Addr
#define CClass_ApplyFlags_Addr 0x206EF0
#ifndef CClass_ApplyFlags_Addr
#define CClass_ApplyFlags_Addr 0x206EF0
#endif
#ifndef CClass_SetupScriptCallbacks_Addr
#define CClass_SetupScriptCallbacks_Addr 0x2035C0
#ifndef CClass_SetupScriptCallbacks_Addr
#define CClass_SetupScriptCallbacks_Addr 0x2035C0
#endif
#ifndef CClass_VFT_Addr
#define CClass_VFT_Addr 0x311F2C0
#ifndef CClass_VFT_Addr
#define CClass_VFT_Addr 0x311F2C0
#endif
#ifndef CGameFramework_Systems_120_128_130_Addr
#define CGameFramework_Systems_120_128_130_Addr 0x13B3860
#ifndef CGameFramework_Systems_120_128_130_Addr
#define CGameFramework_Systems_120_128_130_Addr 0x13B3860
#endif
#ifndef IGameInstance_RegisterGameLoadCallbacks_Addr
#define IGameInstance_RegisterGameLoadCallbacks_Addr 0x2D9AFD0
#ifndef IGameInstance_RegisterGameLoadCallbacks_Addr
#define IGameInstance_RegisterGameLoadCallbacks_Addr 0x2D9AFD0
#endif
#ifndef IGameInstance_RegisterStreamingWorldLoadedCallback_Addr
#define IGameInstance_RegisterStreamingWorldLoadedCallback_Addr 0x2D9B4F0
#ifndef IGameInstance_RegisterStreamingWorldLoadedCallback_Addr
#define IGameInstance_RegisterStreamingWorldLoadedCallback_Addr 0x2D9B4F0
#endif
#ifndef IGameInstance_Systems158_Addr
#define IGameInstance_Systems158_Addr 0x2D9B460
#ifndef IGameInstance_Systems158_Addr
#define IGameInstance_Systems158_Addr 0x2D9B460
#endif
#ifndef IGameInstance_Systems160_Addr
#define IGameInstance_Systems160_Addr 0x2D9B420
#ifndef IGameInstance_Systems160_Addr
#define IGameInstance_Systems160_Addr 0x2D9B420
#endif
#ifndef IGameInstance_Systems168o170_Addr
#define IGameInstance_Systems168o170_Addr 0x2D9BAF0
#ifndef IGameInstance_Systems168o170_Addr
#define IGameInstance_Systems168o170_Addr 0x2D9BAF0
#endif
#ifndef IGameInstance_Systems178_Addr
#define IGameInstance_Systems178_Addr 0x2D9AE20
#ifndef IGameInstance_Systems178_Addr
#define IGameInstance_Systems178_Addr 0x2D9AE20
#endif
#ifndef IGameInstance_WorldDetached_Addr
#define IGameInstance_WorldDetached_Addr 0x2D9AD90
#ifndef IGameInstance_WorldDetached_Addr
#define IGameInstance_WorldDetached_Addr 0x2D9AD90
#endif
#ifndef IGameInstance_WorldPendingDetach_Addr
#define IGameInstance_WorldPendingDetach_Addr 0x2D9B790
#ifndef IGameInstance_WorldPendingDetach_Addr
#define IGameInstance_WorldPendingDetach_Addr 0x2D9B790
#endif
#ifndef ISerializable_SetOwner_Addr
#define ISerializable_SetOwner_Addr 0x1BA2A0
#ifndef ISerializable_SetOwner_Addr
#define ISerializable_SetOwner_Addr 0x1BA2A0
#endif
#ifndef ISerializable_VFT_Addr
#define ISerializable_VFT_Addr 0x31179A8
#ifndef ISerializable_VFT_Addr
#define ISerializable_VFT_Addr 0x31179A8
#endif
#ifndef ScriptHost_Get_Addr
#define ScriptHost_Get_Addr 0x275ED0
#ifndef ScriptHost_Get_Addr
#define ScriptHost_Get_Addr 0x275ED0
#endif
#ifndef ScriptHost_VFT_Addr
#define ScriptHost_VFT_Addr 0x3127DC0
#ifndef ScriptHost_VFT_Addr
#define ScriptHost_VFT_Addr 0x3127DC0
#endif
#ifndef ShowMessageBox_Addr
#define ShowMessageBox_Addr 0xA7FB40
#ifndef ShowMessageBox_Addr
#define ShowMessageBox_Addr 0xA7FB40
#endif
#ifndef sub_142B90C60_Addr
#define sub_142B90C60_Addr 0x2BCD3F0
#ifndef sub_142B90C60_Addr
#define sub_142B90C60_Addr 0x2BCD3F0
#endif
34 changes: 0 additions & 34 deletions src/red4ext/CMakeLists.txt

This file was deleted.

6 changes: 0 additions & 6 deletions src/red4ext/ctd_helper.filters

This file was deleted.

25 changes: 0 additions & 25 deletions src/red4ext/ctd_helper.sln

This file was deleted.

126 changes: 0 additions & 126 deletions src/red4ext/ctd_helper.vcxproj

This file was deleted.

42 changes: 0 additions & 42 deletions src/red4ext/versioninfo.rc

This file was deleted.

9 changes: 0 additions & 9 deletions tools/build.bat

This file was deleted.

Loading

0 comments on commit 526fe26

Please sign in to comment.