Skip to content

Instantly share code, notes, and snippets.

@RealDeuce
RealDeuce / extract_map.c
Created April 18, 2026 11:28
Simple thing to extract the map for LORE 2.5
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#define REC_SIZE 1484
#define GRID 38
#define CELL_COUNT (GRID * GRID) /* 1444 */
#define KEY_OFF CELL_COUNT /* 1444 */
#define KEY_LEN GRID /* 38 */