Skip to content

Instantly share code, notes, and snippets.

@AAGene
AAGene / vehicle.md
Last active June 27, 2024 09:58
ArcheAge vehicle backport tutorial

Tutorial: Backporting a Vehicle in ArcheAge

Note: This tutorial uses a backported model, and does not cover creating & exporting a custom model

Game Files (game_pak)

As usual, we have our custom folder root at the root of the game_pak. In my case, the folder is genesis

Model

Models can be put in genesis/objects For the 8 box freighter, it should be in genesis\objects\env\06_unit\05_carriage

@AAGene
AAGene / mount.md
Last active June 27, 2024 09:58
AA mount tutorial

Tutorial: Adding a new Mount in ArcheAge

Note: This tutorial uses a backported model, and does not cover creating & exporting a custom model

Game Files (game_pak)

Model

I'll be using the wyvern model from 3.0. You can source this model on your own.

  • At the root of your game_pak, create a custom folder. In my case, it'll be "genesis"
  • Inside that folder, you'll place your custom files. Make them follow the base structure of the rest of the game_pak, just container in your custom folder.