Work in progress - New World model explorer

This page summarizes the projects mentioned and recommended in the original post on /r/newworldgame

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Cryengine-Converter

    A c# program to convert Crytek files to Collada (XML) format

  • I think the animation data is accessible. Especially since New World is built using Amazon's Lumberyard game engine, which is open source. Looking through the source of Cryengine-Converter (tool to convert Lumberyard/Cryengine proprietary data formats to open formats), it seems to me that it also supports converting .cga (Crytek Geometry Animation) files!

  • DepotDownloader

    Steam depot downloader utilizing the SteamKit2 library.

  • With SteamRE - Depot Downloader, you can download any revision of New World you want. New World's app id is 1205550. You'd want depot id 1205551 and manifest id 1074595625648816114.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Amazon Lumberyard

    Discontinued Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.

  • I think the animation data is accessible. Especially since New World is built using Amazon's Lumberyard game engine, which is open source. Looking through the source of Cryengine-Converter (tool to convert Lumberyard/Cryengine proprietary data formats to open formats), it seems to me that it also supports converting .cga (Crytek Geometry Animation) files!

  • pak-extract

  • The PAK files are huge zip files using Oodle compression Here are two extractors that can handle that: (ts) NSBL/pak-extract and (py) MontagueM/NewWorldUnpacker

  • NewWorldUnpacker

    A .pak unpacker used for reverse engineering Amazon's upcoming New World MMO

  • The PAK files are huge zip files using Oodle compression Here are two extractors that can handle that: (ts) NSBL/pak-extract and (py) MontagueM/NewWorldUnpacker

  • DirectXTex

    DirectXTex texture processing library

  • All textures/images are .dds files. I use TexConv.exe to convert them to png files. texconv.exe *.dds -ft png

  • COLLADA2GLTF

    COLLADA to glTF converter

  • Models are Cryengine .cgf and .skin files. You can use Markemp/Cryengine-Converter to convert them to Collada (.dae) files, and potentially KhronosGroup/COLLADA2GLTF to convert the Collada files to glTF files afterwards.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts