Git Product home page Git Product logo

my_hoi4_moding_note's Introduction

Heart of Iron 4 modding note

I am non native english speaker but I'm willing to improve.

  • Don't overwrite file. If you just want to add new things.
    ~Don't use a file name that is the same with original file.

    example: Japan Ship name mods
    when create new file at "MOD_FOLDER_NAME"\common\units\names_ships\
    Use name like: "MyMod"_ship_names
    Not : JAP_ship_names

    then in MyMod_ship_name write
    for_countries = { JAP }
    if you want to use with only japan.


  • still not sure how the file work. It feel like the game read whatever in those folder regardless the tag name

    example: MyMod_ship_name -work. It not neccessary to be like "COUNTRY TAG"_ship_name (i.e. JAP_ship_names)


  • the Uppercase code is likely to be used on some other files.

    example: JAP_SS_HISTORICAL = { name = NAME_THEME_HISTORICAL_SUBMARINES ... } NAME_THEME_HISTORICAL_SUBMARINES used on localisation files

my_hoi4_moding_note's People

Contributors

winged-iii avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.