Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sorok-dva/allodstextseditor

A Text Editor tool built with Electron
https://github.com/sorok-dva/allodstextseditor

allods electron electron-app text-editor tool

Last synced: about 2 months ago
JSON representation

A Text Editor tool built with Electron

Awesome Lists containing this project

README

        

# AllodsTextEditor

**AllodsTextEditor** is a tool developed with [Electron](https://www.electronjs.org/) that allows you to easily modify text files within the `Texts.pak` file of the Allods game.

## Features

- **Simple and Clean Interface**: An intuitive user interface that makes it easy to navigate and edit text files.
- **Read .pak Files**: Access all the text files contained in the Allods game's `Texts.pak` file.
- **Quick Text Modification**: Quickly edit key text elements such as the game's name or version.
- **Recompile Texts.pak**: A built-in option to recompile the `Texts.pak` file after making changes, ensuring your modifications are correctly applied in the game.

## Prerequisites

- Node.js (version 12 or higher)
- npm (version 6 or higher)

## Installation

1. Clone the repository:
```bash
git clone https://github.com/yourusername/AllodsTextEditor.git
cd AllodsTextEditor
```

2. Install the dependencies:
```bash
npm install
```

3. Start the application:
```bash
npm start
```