Coder Social home page Coder Social logo

akuns-gear-'s People

Watchers

 avatar  avatar

akuns-gear-'s Issues

Naming files with prefix

For example, the files in the “lpf” folder should be renamed with the “!_” prefix.
This helps find out who owns the files and who is responsible for them.

Mod-folder in Override

After installing a mod generated by WeiDU, the files will be located in the game's location, specifically in the override folder.
To keep things organized, create an “AkunsGear” folder in the Override folder.
This can be helpful in finding mod-specific data, especially if more than one mod is installed.

Relocate Includes

Move the includes of lib files and global files within the tp2 file to the "ALWAYS" section as these files are needed globally and before mod installation.
The area "ALWAYS" features such behavior.

For more information about "ALWAYS" , see the WeiDU documentation:
https://weidu.org/~thebigg/README-WeiDU.html

If the documentation website is down, use the screenshot:
grafik

NOTE:
"ALWAYS" comes before the "LANGUAGE" area (see "TP2 Flag")!!!

Here is an example of ALWAYS:
// --------------
// Initialization
// --------------
ALWAYS
// LIBRARY INCLUDES(Don't touch these)
// -----------------------------------
INCLUDE ~%MOD_FOLDER%/lib/dynArrayFunctionalities.tph~
INCLUDE ~%MOD_FOLDER%/lib/dialogTlkFunctionalities.tph~

END// End of "ALWAYS"

Operating System in Readme

The readme file does not inform the user which operating system the mod supports.
This should be included in the readme file.

The supported operating system is Windows 11.
All versions except 11 may work, but it should be made clear that there is no guarantee.

.tra for messages

The error and warning messages provide information for different languages ​​at the same time.
To resolve this issue, .tra files could be used.
The recommended solution is to give the specific OUTER_SPRINT variables the required @reference value.

All message files can be found here:
https://github.com/Incrementis/Akuns-Gear-/tree/main/akgear/lpa

The specific part for OUTER_SPRINT in WeiDU doc can be found here:
https://weidu.org/~thebigg/README-WeiDU.html#OUTER_SPRINT

If the doc is down, then use the attached screenshot.
grafik

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.