Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sorok-dva/allodstextseditor
- Owner: Sorok-Dva
- Created: 2024-03-25T17:42:20.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-11T20:13:39.000Z (5 months ago)
- Last Synced: 2024-10-19T02:41:27.433Z (3 months ago)
- Topics: allods, electron, electron-app, text-editor, tool
- Language: HTML
- Homepage:
- Size: 32.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```