All Projects → matanki-saito → Eu4dll

matanki-saito / Eu4dll

Licence: mit
Europa Universalis IV double byte language patch; master:1.30.6.0, dev:1.30.6.0

Programming Languages

assembly
5116 projects

Projects that are alternatives of or similar to Eu4dll

Ck2dll
Crusader Kings II double byte patch /production : 3.3.4 /dev : 3.3.4
Stars: ✭ 186 (-36.95%)
Mutual labels:  x86-64, localization
Geomapnet
Geometry-Aware Learning of Maps for Camera Localization (CVPR2018)
Stars: ✭ 281 (-4.75%)
Mutual labels:  localization
react-gettext
Tiny React library for implementing gettext localization in your application.
Stars: ✭ 23 (-92.2%)
Mutual labels:  localization
Docs L10n
Translations of TensorFlow documentation
Stars: ✭ 262 (-11.19%)
Mutual labels:  localization
blazor-ui-messages
Localization messages for Telerik UI for Blazor components: https://www.telerik.com/blazor-ui
Stars: ✭ 24 (-91.86%)
Mutual labels:  localization
Resnetcam Keras
Keras implementation of a ResNet-CAM model
Stars: ✭ 269 (-8.81%)
Mutual labels:  localization
i18n
Package i18n is for app Internationalization and Localization.
Stars: ✭ 79 (-73.22%)
Mutual labels:  localization
Limine
x86/x86_64 BIOS Bootloader
Stars: ✭ 288 (-2.37%)
Mutual labels:  x86-64
Plasma
Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
Stars: ✭ 2,956 (+902.03%)
Mutual labels:  x86-64
Identityserver4aspnetcoreidentitytemplate
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
Stars: ✭ 262 (-11.19%)
Mutual labels:  localization
Asmdb
Instructions database and utilities for X86/X64 and ARM (THUMB/A32/A64) architectures.
Stars: ✭ 258 (-12.54%)
Mutual labels:  x86-64
labels
Bolt Labels extension - Translatable labels for Bolt
Stars: ✭ 18 (-93.9%)
Mutual labels:  localization
Cuis Smalltalk Dev
Active development of Cuis Smalltalk
Stars: ✭ 276 (-6.44%)
Mutual labels:  x86-64
django-autotranslate
A simple Django app to automatically translate the pot (.po) files generated by django's makemessages command using google translate.
Stars: ✭ 59 (-80%)
Mutual labels:  localization
Eo Locale
🌏Internationalize js apps 👔Elegant lightweight library based on Internationalization API
Stars: ✭ 290 (-1.69%)
Mutual labels:  localization
ngx-security-starter
A full implementation of the heloufir/security-starter with an Angular 7+ front-end implementation, with a laravel 5.8.* server
Stars: ✭ 37 (-87.46%)
Mutual labels:  localization
Ddetours
Delphi Detours Library
Stars: ✭ 256 (-13.22%)
Mutual labels:  x86-64
Tower
i18n & L10n library for Clojure/Script
Stars: ✭ 264 (-10.51%)
Mutual labels:  localization
Lunr Languages
A collection of languages stemmers and stopwords for Lunr Javascript library
Stars: ✭ 296 (+0.34%)
Mutual labels:  localization
Js Lingui
🌍📖 A readable, automated, and optimized (5 kb) internationalization for JavaScript
Stars: ✭ 3,249 (+1001.36%)
Mutual labels:  localization

EU4DLL

This dll makes it possible to display double-byte characters on Europa Universalis IV.

Notice

  • This project is unofficial.
  • Windows is supported and dll only works on Steam.
  • macOS is not supported. I don't have those plans.
  • Linux is not supported.

How to use

  • Manual install

    1. Download latest release zipped file and unpack it.
    2. Put all files into the game directory.
    3. Subscribe multibyte mods from steam or add mods to paradox user directory in your documents folder.
    4. Enable mods on game luncher
    5. Play game. 👍
  • Automatic install

    1. Download Simple Installer
    2. See Install Guide (Japanese)
    3. Enable mods on game luncher
    4. Play game. 👍

Find bugs

If you find a bug, create a issue in this repository.

Spec

plugins/plugin.ini

ERROR_TEST

It is for the alert debug.

SEPARATE_CHARACTER_CODE_POINT

Change the character that connects the region name and the country name. See ISSUE-164

REVERSING_WORDS_BATTLE_OF_AREA

Change the words ordering.

  • Battle of / xxx -> xxx / Battle of
  • Siege of / xxx -> xxx / Siege of
  • Occupation of xxx -> xxx / Occupation of

Autoupdate

Plugin.dll and Plugin64.dll will be updated automatically. It requires an Internet connection at game run. If you do not need or play offline game, please DELETE "plugins/autoupdate.bat" file.

Name order

Attaching Inverted Question Mark(¿) to dynasty, the first name and last name are reversed.

1534.6.23 = {
  heir = {
    name = "Nobunaga"  # Nobunaga
    monarch_name = "Nobunaga"  # Nobunaga
    dynasty = "¿Oda"  # Oda
    birth_date = 1534.6.23
    death_date = 1582.6.21
    claim = 90
    adm = 5
    dip = 5
    mil = 6
  }
}
# Nobunaga Oda -> Oda Nobunaga

When you use this feature, please exclude Inverted Question Mark(¿) from all fonts.

Licence

MIT Licence

Thanks

This dll was forked by the following project. Thank you so much.

EU4CHS

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].