# 铁锈mod编辑器 **Repository Path**: li0shang/RW-mod-editor ## Basic Information - **Project Name**: 铁锈mod编辑器 - **Description**: 铁锈mod编辑器[Flutter] - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-30 - **Last Updated**: 2025-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rwini_edit 铁锈战争ini mod模组文件编辑器 ## [铁锈战争地图略缩图生成PY代码](https://l0s.lanzouq.com/i3qTA267hyda) ## Getting Started 构建命令,产出应用 ```shell Android 分架构打包: flutter build apk --target-platform android-arm64 --split-per-abi iOS 打包应用: flutter build ios Windows 打包应用: flutter build windows Macos 打包应用: flutter build macos Linux 打包应用: flutter build linux web 打包应用: flutter build web 【web只能读单文件】 ``` - [ ] 汉化参数 ./lib/config/rwscript_zh.dart ⚠️ - [x] 界面 - [x] 读取RW ini文件 - [x] 待map对象转 ini 并保存 - [x] 文件另存为 [副本] - [ ] 添加代码块功能 - [ ] 跨平台 - linux开发 预 适配 widnows - [x] 字体大小调整 - [ ] 安卓屏幕大小适配 - [ ] 修复Windows 与 Linxu 路径 \ / 不同问题 安装Flutter SDK ```sh git clone -b master https://mirrors.tuna.tsinghua.edu.cn/git/flutter-sdk.git ./flutter-sdk/bin/flutter --version # 查看版本号 Flutter 3.24.0-1.0.pre.338 • channel master • https://mirrors.tuna.tsinghua.edu.cn/git/flutter-sdk.git Framework • revision fc2430d43d (32 小时前) • 2024-07-29 16:59:17 -0400 Engine • revision 4ef0f0d988 Tools • Dart 3.6.0 (build 3.6.0-89.0.dev) • DevTools 2.37.1 ``` ```shell flutter doctor #运行检测 [✓] Flutter (Channel master, 3.24.0-1.0.pre.338, on Arch Linux 6.10.2-zen1-1-zen, locale zh_CN.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Chrome - develop for the web [✓] Linux toolchain - develop for Linux desktop [✓] Android Studio (version 2023.2) [✓] Connected device (3 available) [✓] Network resources ```