cody s simple gui мод на super world box как установить

Как установить Worldbox Mods + SimpleGUI Guide (РАБОТАЕТ НА ВСЕХ ВЕРСИЯХ) | FmP

Для просмотра онлайн кликните на видео ⤵

Как установить моды на Super world box?Подробнее

Worldbox 0.8.3 моды. Где скачать ПК моды на ворлдбокс? Как установить моды на ворлдбокс. Simple GUI.Подробнее

ЛУЧШИЙ МОД ДЛЯ SUPER WORLDBOX!Подробнее

МОД НА УПРАВЛЕНИЕ ДИПЛОМАТИЕЙ КАК СКАЧАТЬ? Super worldboxПодробнее

Как легко скачать моды для Worldbox!Подробнее

НЕ ВЫКЛЮЧАЛ ИГРУ НЕДЕЛЮ! ВОТ ЧТО ПОЛУЧИЛОСЬ ( SUPER WORLDBOX )Подробнее

РЕЖИМ РАЗРАБОТЧИКА В Super WorldBox. Подробнее

Как скачивать Моды на WorldBoxПодробнее

Я генетически модифицировал ИДЕАЛЬНОЕ СОЗДАНИЕ в Worldbox (v0.8.2)Подробнее

новое обновление 0.10.2 SUPER WORLDBOX (Супер ворлдбокс)Подробнее

3 mods of worldboxПодробнее

Все ачивки в WordBox и как их получить.Подробнее

Как взломать world boxПодробнее

WORLDBOX NEWS #14 моды и программы.Подробнее

Источник

Modding

Introduction

Assembly-CSharp Mod Installation

Windows

Note: Make sure hidden files are shown, you can google how to do this if they’re not shown.
1. Download https://github.com/BepInEx/BepInEx/releases/download/v5.4.5/BepInEx_x64_5.4.5.0.zip into your Window
2. Unzip the file at C:\Program Files (x86)\WorldBox
3. Starts a game and after Seeing nothing crashed, Exit the game.
4. Open the Plugins File located at C:\Program Files (x86)\WorldBox\BepInEx and Download the mod inside of Plugins File
You’re Done!

Common Fixes

Other problems:
— Ask for help in the discord server

BepInEx Mod Installation

WINDOWS GUIDE (For linux/mac: here)

Windows

You can follow one of the videos, use the written instructions, or use the WBMI.

A worldbox bepinex mod installer, made for a very easy and simple install.

More Info/Guide here: WBMI

Videos:

You only need to watch one of the videos as each teach you full installation in their video.

Written Instructions

1. Install BepInEx from: here

2. Open the BepInEx zip you get from the download

3. Copy and paste the contents in that zip into C:\Program Files (x86)\WorldBox (or if you have it custom installed elsewhere, put these next to the exe)

4. Double Check and make sure that the folder BepInEx, and the files winhttp.dll, and doorstop_config.ini are in C:\Program Files (x86)\WorldBox (the folder with the Worldbox.exe)

Note: If the game doesn’t start up, try running the game as administrator by right clicking the exe and clicking that option on the list of options.

Creating Mods

WorldBox Modding will consist of either code changes or texture changes. These changes affect how the game looks and works.
For coding, you will need basic C# knowledge and a decompiler of choice.
Texturing requires a tool that can extract and import textures. You can find tutorials for both types of editing, this guide will assume you have some prior experience.

Читайте также:  как поменять биом в майнкрафт командой

Modding: Coding

Coding changes in this game are made through a file called Assembly-CSharp.dll. This file once opened by a decompiler such as DnSpy, or DotPeek will show a list of all the classes and code. There are notable library classes such as ActorStatsLibrary, ActorTraitLibrary, and PowerLibrary which let you edit Stats, Traits, and Powers with ease. Though these libraries do not contain all the code for their actions. Using DnSpy your analyzer can find your code references throughout to find the code you need. Generally, you’ll find what you need by searching its name in your search bar. The other larger notable classes are Actor, ActorBase, and Mapbox containing all sorts of random information, and maybe the best place to look if you cannot find what you need.

Check this page for Code Examples.

Modding: Textures

Texture editing is possible through editing a variety of files ending in «.assets». You’ll use tools such as UTinyRipper, Asset Studio, and Unity Asset Bundle Extractor to extract images and audio. To import/change these images to make a texture change you’ll use Unity Asset Bundle Extractor Also known as (UABE). Using UABE you can edit imagery, add resources (audio, image, sprite, etc), and edit audio. The game uses sprite sheets and will consist of all zoomed-in sprites under «sactx-1024×1024-Uncompressed-WorldAtlas-5e0836b1». The UI is in a similar file with «SpriteAtlas» instead of WorldAtlas. These two atlases contain a large number of sprites and any changes you wish to make on sprites contained within them can only be made through them. Any Icons or other images can be found and edited individually.

Note: Texture changing through processes such as UABE is tedious and will out-date every update, a better idea is to only use these processes for texture extraction and make an assembly or bepinex mod to actually import the sprites or images.

Modding: BepInEx

To be written, some useful links in the meantime:

Источник

Updates

General improvements as well as a new feature: «Click and drag area selection»

This is the start of my dream goal for controlling armies. But first I figured it’s a better idea to flesh out the map editing options by using it. I’m hoping to have some version of copy/paste later on, but hopefully the options available are good enough!

Читайте также:  как размножить котов в майнкрафте

You’re a God, you need more power.

SimpleGUI: Bepinex

Features:

— Timescale
Adjust how fast the game goes

— Fast City
Settings to improve city development

— Item generation
Give any creature any item or set of items

— Traits
Add or remove any trait in the game, even ones added by mods! Also includes a few custom traits.

— Diplomacy
Change how cities interact with each other and merge them

— World
Clear buildings and repopulate them, replace tiles by type or use a custom fill/bucket tool

— Construction
Manually place any building in the game, or farm and road tiles

When choosing a download, make sure to grab the right version!

Источник

Моддинг

Содержание

Вступление [ ]

Моды поддерживаются для Mac и ПК!

Вы можете скачать моды с официального сервера WorldBox в Discord. ( ссылка )

Установка мода Assembly-CSharp [ ]

Windows [ ]

Примечание. Убедитесь, что скрытые файлы отображаются. Вы можете узнать в Google, как это сделать, если они не отображаются.

1. Найдите папку для установки, по умолчанию это 🙁 C: \ Program Files (x86) \ WorldBox \ WorldBox_Data )

2. Обязательно скопируйте все файлы, которые вы заменяете, чтобы вы могли вернуться в обычную игру, если хотите.

4. Для файла Assembly-CSharp.dll: перейдите в папку ( C: \ Program Files (x86) \ WorldBox \ WorldBox_Data \ Managed) и замените файл Assembly-CSharp.dll тем, который вы скачали.

1. Удерживая Ctrl / щелкните правой кнопкой мыши на панели запуска worldbox

2. Щелкните по Показать содержимое пакета

3. Щелкните по contents->Resources->Data->Managed

Общие исправления [ ]

— Обратитесь за помощью на сервер Discord.

BepInEx Установка модов [ ]

РУКОВОДСТВО ПО WINDOWS (для linux / mac: здесь)

Windows [ ]

Вы можете следить за одним из видеороликов, использовать письменные инструкции или использовать WBMI.

Установщик мода worldbox bepinex, созданный для очень простой установки.

Дополнительная информация / руководство здесь: WBMI

Видео: [ ]

Вам нужно только посмотреть видео, которое научит вас полной установке.

https://www.youtube.com/watch?v=LeY-s6JOaTU (видео содержит немного юмора, не обращайте на него внимания)

Письменные инструкции [ ]

1. Установите BepInEx отсюда

2. Откройте zip-архив BepInEx, полученный при загрузке.

3. Скопируйте и вставьте содержимое этого zip-архива в C: \ Program Files (x86) \ WorldBox (или, если он у вас установлен в другом месте, поместите их рядом с exe)

Читайте также:  не устанавливается антивирус аваст на windows 10

Примечание. Если игра не запускается, попробуйте запустить игру от имени администратора, щелкнув правой кнопкой мыши по exe и выбрав этот параметр в списке параметров.

Создание модов [ ]

Моддинг WorldBox будет состоять либо из изменений кода, либо из изменений текстуры. Эти изменения влияют на внешний вид и работу игры.

Для кодирования вам потребуются базовые знания C # и выбранный декомпилятор.

Для текстурирования требуется инструмент, который может извлекать и импортировать текстуры. Вы можете найти учебные пособия для обоих типов редактирования, в этом руководстве предполагается, что у вас есть некоторый предыдущий опыт.

Моддинг: Кодирование [ ]

Изменения кода в этой игре производятся с помощью файла Assembly-CSharp.dll. После открытия этого файла декомпилятором, таким как DnSpy или DotPeek, будет показан список всех классов и кода. Существуют известные классы библиотек, такие как ActorStatsLibrary, ActorTraitLibrary и PowerLibrary, которые позволяют с легкостью редактировать статистику, черты и способности. Хотя эти библиотеки не содержат всего кода для своих действий. Используя DnSpy, ваш анализатор может найти ссылки на ваш код повсюду, чтобы найти нужный вам код. Как правило, вы найдете то, что вам нужно, выполнив поиск по названию в строке поиска. Другими более крупными примечательными классами являются Actor, ActorBase и Mapbox, содержащие всевозможную случайную информацию и, возможно, лучшее место для поиска, если вы не можете найти то, что вам нужно.

Проверьте эту страницу для примеров кода.

Моддинг: текстуры [ ]

Примечание: [ ]

Изменение текстуры с помощью таких процессов, как UABE, утомительно и будет устаревать при каждом обновлении. Лучше использовать эти процессы только для извлечения текстуры и создать сборку или мод bepinex для фактического импорта спрайтов или изображений.

Источник

Как установить Worldbox Mods + SimpleGUI Guide (РАБОТАЕТ НА ВСЕХ ВЕРСИЯХ) | FmP

Для просмотра онлайн кликните на видео ⤵

Как установить моды на Super world box?Подробнее

Worldbox 0.8.3 моды. Где скачать ПК моды на ворлдбокс? Как установить моды на ворлдбокс. Simple GUI.Подробнее

ЛУЧШИЙ МОД ДЛЯ SUPER WORLDBOX!Подробнее

МОД НА УПРАВЛЕНИЕ ДИПЛОМАТИЕЙ КАК СКАЧАТЬ? Super worldboxПодробнее

Как легко скачать моды для Worldbox!Подробнее

НЕ ВЫКЛЮЧАЛ ИГРУ НЕДЕЛЮ! ВОТ ЧТО ПОЛУЧИЛОСЬ ( SUPER WORLDBOX )Подробнее

РЕЖИМ РАЗРАБОТЧИКА В Super WorldBox. Подробнее

Как скачивать Моды на WorldBoxПодробнее

Я генетически модифицировал ИДЕАЛЬНОЕ СОЗДАНИЕ в Worldbox (v0.8.2)Подробнее

новое обновление 0.10.2 SUPER WORLDBOX (Супер ворлдбокс)Подробнее

3 mods of worldboxПодробнее

Все ачивки в WordBox и как их получить.Подробнее

Как взломать world boxПодробнее

WORLDBOX NEWS #14 моды и программы.Подробнее

Источник

Компьютерный онлайн портал