Skip to content

Migrate to v4 - #83

Open
liberodark wants to merge 1 commit into
acedogblast:masterfrom
liberodark:v4
Open

Migrate to v4#83
liberodark wants to merge 1 commit into
acedogblast:masterfrom
liberodark:v4

Conversation

@liberodark

@liberodark liberodark commented Jul 31, 2026

Copy link
Copy Markdown

Fix : #82 & #77

  • Tier 1:
    • Migrate to Godot 4.x
    • Fix Keyboard Issue
    • All files is now in 0644
  • Tier 2:
    • Add All missing Pokémon (203 species, official stats/types/abilities)
    • All moves with official data (~350 files, Gen 6 damage formula)
    • Full item database (607 items, field healing, bag rework)
    • Official wild encounters, trainer rosters & TM compatibility
    • Fix oversized battler sheets (GPU limit) + 60 fps animations
  • Tier 3:
    • Reverse engineering complete
    • Map generator (terrain, collisions, grass, autotiles)
    • Events conversion: warps, signs, NPCs, item balls, trainers
    • Dialogue keys + official translations (7 languages)
    • Fix Exit / Add Options / All Languages
  • Tier 4:
    • Nurse healing + last heal point (29 centers)
    • Blackout (money loss, heal, teleport)
    • ~54 move effects (official formulas)
    • Status system fixed (sleep/poison/burn/para)
    • Ability engine (20 abilities)
    • UI fonts fixed project-wide (Power Green)
    • gl_compatibility + pixel snap + texture limit fix
    • Marts (buy/sell)
    • Edge connections (connections.dat)
    • Z-priorities & animated autotiles
    • Evolution screen, TM teaching, Repel
    • French battle texts
  • Tier 5:
    • Full Tandor: 218 maps + PNG renders
    • Story events & gyms
    • Battle Tower / rematches / breeding
    • Held items

@liberodark
liberodark force-pushed the v4 branch 30 times, most recently from 9fd08ac to de8f53a Compare July 31, 2026 15:55
@liberodark
liberodark force-pushed the v4 branch 11 times, most recently from fb2f038 to f76d503 Compare July 31, 2026 23:28
@acedogblast

Copy link
Copy Markdown
Owner

All files is now in 0644
Could you explain what this means? @liberodark

@liberodark
liberodark force-pushed the v4 branch 2 times, most recently from f611541 to 6b28ffe Compare August 1, 2026 09:05
@liberodark

Copy link
Copy Markdown
Author

All files is now in 0644
Could you explain what this means? @liberodark

Hi,

0644 corresponds to file permissions. Specifically, this results in rw-r--r--:
the owner can read and modify the file, others can only read it, and most importantly no one can execute it.

For a Godot project, this is exactly what is needed.
Neither scripts nor assets need to be executable; only the exported binary requires that status (set to 0755). Therefore, 0644 is the appropriate setting for the source code.

Best Regards

@liberodark
liberodark force-pushed the v4 branch 14 times, most recently from 6737fb0 to 34f8b17 Compare August 1, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Any plans to migrate to godot 4.x?

2 participants