All Projects → steeno → EU4ConsolePatcher

steeno / EU4ConsolePatcher

Licence: MIT license
A simple memory patcher which enables the internal developer console in ironman mode

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to EU4ConsolePatcher

hookey
Enables all the DLCs. Like Creamapi but just for linux and a subset of Paradox games.
Stars: ✭ 87 (+58.18%)
Mutual labels:  europa-universalis-4, europa-universalis-iv
IronyModManager
Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
Stars: ✭ 188 (+241.82%)
Mutual labels:  europa-universalis-4, europa-universalis-iv
Dasblog Core
The original DasBlog reimagined with ASP.NET Core
Stars: ✭ 252 (+358.18%)
Mutual labels:  visual-studio
clangbuilder
Building Clang ♡ Utility and Environment
Stars: ✭ 101 (+83.64%)
Mutual labels:  visual-studio
Krypton-Toolkit-Suite-Extended-NET-5.470
An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
Stars: ✭ 51 (-7.27%)
Mutual labels:  visual-studio
Zombusters
🕹️ A retro style zombies shooter with cool isometric pixel art for Windows and MacOS
Stars: ✭ 41 (-25.45%)
Mutual labels:  visual-studio
System-Center-Operations-Manager-API
Microsoft System Center Operations Manager (SCOM) Web API
Stars: ✭ 40 (-27.27%)
Mutual labels:  visual-studio
Visual Studio Jquery Code Snippets
130+ jQuery code snippets for Visual Studio 2012-2019.
Stars: ✭ 250 (+354.55%)
Mutual labels:  visual-studio
StackOverflowQuickLaunch
A Quick Launch search provider for searching Stack Overflow in Visual Studio
Stars: ✭ 20 (-63.64%)
Mutual labels:  visual-studio
FrameOfReference
C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference
Stars: ✭ 36 (-34.55%)
Mutual labels:  visual-studio
RobotArmHelix
3D Simulation, forward and inverse kinematics of a robotic arm in C# using WPF and helix-toolkit
Stars: ✭ 84 (+52.73%)
Mutual labels:  visual-studio
VSMac-CodeCoverage
A Visual Studio for Mac code coverage extension.
Stars: ✭ 69 (+25.45%)
Mutual labels:  visual-studio
D365FONinjaDevTools
To make of you a Ninja Developer in Dynamics 365 For Finance and Operations
Stars: ✭ 70 (+27.27%)
Mutual labels:  visual-studio
IncludeToolbox
Visual Studio extension to format, prune, and inspect include directives.
Stars: ✭ 48 (-12.73%)
Mutual labels:  visual-studio
Ruler
Simple on-screen pixel ruler.
Stars: ✭ 251 (+356.36%)
Mutual labels:  visual-studio
vscode-theme-gruvbox-minor
Gruvbox theme for Visual Studio Code
Stars: ✭ 17 (-69.09%)
Mutual labels:  visual-studio
Git Credential Manager For Windows
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.
Stars: ✭ 2,732 (+4867.27%)
Mutual labels:  visual-studio
vscode-icons-manager--electron
Manage vscode icons by Dhanish Gajjar easy with ease
Stars: ✭ 22 (-60%)
Mutual labels:  visual-studio
picosdk-c-sharp-examples
A set of C# .NET examples for PicoScope® oscilloscope and PicoLog® data logger products.
Stars: ✭ 34 (-38.18%)
Mutual labels:  visual-studio
DisposableFixer
This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.
Stars: ✭ 37 (-32.73%)
Mutual labels:  visual-studio

EU4ConsolePatcher

A simple memory patcher which enables the internal developer console in ironman mode

Download

  • Latest pre-compiled binary releases can be found in the release section
  • Basic cheatengine script which does the same as this simple tool can also be found in the release section

Todo

  • Rework everything
  • Add support to wait for target process
  • Add CK2 / CK3 / HOI4 / I:R / Stellaris support

Latest supported EU4 version

  • 1.31.6.0 (Majapahit)
  • Should work with newer versions too

Build instructions

Requirements

  • Windows XP or later (tested only on Windows 10)
  • Windows 7.1A SDK or above (tested only with Windows 10 SDK)
  • VC++ 2015.3, v140_xp or above (tested only with v140/v141)

Windows (ui)

  • Clone repository
  • Open EU4ConsolePatcher.sln in your Visual Studio IDE
  • Choose either Debug or Release configuration
  • Choose either x86 or x64 platform
  • Run build

Windows (cmdline)

  • Start cmdline
  • Execute vcvarsall.bat [arch]
    • e.g. vcvarsall.bat x64
    • vcvarsall.bat is f.e. located at X:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\ (VS Community 2017)
  • Navigate to EU4ConsolerPatcher project folder
  • Run nmake release or nmake debug

Usage

  • Start Europa Universalis IV
  • Start a new ironman game or load a previously saved game
  • As soon as the game has loaded, start EU4ConsolePatcher.exe
  • Open the ingame console with ^ and enter your commands, e.g. help
  • Have fun
  • Sample video: https://youtu.be/BMrR6EO4OAw
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].