Skip to content

Commit

Permalink
Updated to 0.5.1 Build 660
Browse files Browse the repository at this point in the history
  • Loading branch information
Kariaro committed Jul 2, 2021
1 parent e320b53 commit 4746405
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
15 changes: 11 additions & 4 deletions PluginDevFolder/TileEditorUnlockPlugin/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ using Console::Color;

#include <hook.h>

constexpr longlong offset_GLOBAL_TILE_EDITOR = 0xe6e788;
constexpr longlong offset_ADD_ENTITY = 0x8fb2c0;
constexpr longlong offset_ReadNode = 0x93e920;
constexpr longlong offset_ReadBlueprintList = 0x91d4b0;
// debugSize == h.blueprintListCompressedSize

// 0.5.1 Build 660:
// GLOBAL_TILE_EDITOR: 0xe708f8
// ADD_ENTITY: 0x8fa950
// ReadNode: 0x93dfb0
// ReadBlueprintList: 0x91cb40
constexpr longlong offset_GLOBAL_TILE_EDITOR = 0xe708f8;
constexpr longlong offset_ADD_ENTITY = 0x8fa950;
constexpr longlong offset_ReadNode = 0x93dfb0;
constexpr longlong offset_ReadBlueprintList = 0x91cb40;


namespace Injection {
Expand Down
3 changes: 2 additions & 1 deletion SMLibrary/src/sm_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
#include "../include/console.h"
using Console::Color;

constexpr longlong offset_InitConsole = 0x1b5090;
constexpr longlong offset_InitConsole = 0x1b5410;
//0x1b5090;

struct LIB_PLUGIN {
const char *plugin_name = NULL;
Expand Down

0 comments on commit 4746405

Please sign in to comment.