Unitale mods error

r/Unitale: Ever wanted to make an Undertale thing but didn't want to set up the extensive basics required? You've come to the right place! We're …
  • Troubleshooting Page
    • Also see the Quick Reference Page.
  • Dog Error Screens
    • Handling Lua Errors
      • Please refer here for more information.
    • Handling Engine errors
      • Please refer to the Documentation as needed.
    • If all else fails: ask for help.
  • Other problems
    • For DOG ERROR SCREENS, see Dog Error Screens.
    • Extreme slowdown/glitchy sprites after playing for a while
    • Mac: Empty Mod Select Screen OR «The engine detected no Mods folder»
    • Linux: All button presses are doubled
    • Mac: Cannot exit fullscreen
    • «There should be ‘UNITALE_Alpha_0.2.1a_Data`/’Create Your Frisk v###_Data’ next to the executable»
    • I’ve added a mod, but it doesn’t appear in the mod list in-game
    • CYF: «The mod ‘@Title’ could not be found»
    • CYF: Incompatible save
    • My issue isn’t listed
    • If all else fails: ask for help.
  • Procedures
    • Enabling Retrocompatibility Mode
    • Using Wine
    • Mod Folder Structure
    • Save file/log path

Troubleshooting Page

So, you are having an issue with Unitale or Create Your Frisk.

See if your issue is listed here before asking for help.

Also see the Quick Reference Page.


Dog Error Screens

Uh oh! You’re in the middle of testing your mod and you see a black screen with white text and a spinning dog. What do you do?

This is the engine’s error screen. This can either be an Engine error or a Lua error. Here’s how to tell:

  • An engine error looks either like this or like this.

  • A Lua error looks like this.

Errors often come in this form to tell you where to look and what to fix:

error in script <FILE NAME>

chunk_1:(<LINE NUMBER>, <CHARACTERS>): <TYPE OF ERROR>
  • <FILE NAME> is the name of the file causing the error. Search for it in Your Mod/Lua and all of its subfolders.

  • <LINE NUMBER> is the number of the line with the error on it. Open the file, and go to this line number to see the relevant code.

  • <CHARACTERS> are simply which characters on this line of code to look at. You can usually ignore this one.

  • <TYPE OF ERROR> is the type of the error that has occured. This is the most important part, as it tells you what’s wrong.

Again, the procedure you must follow is to open the affected file, go to the line number and look for and fix the error.


Handling Lua Errors

(Examples: one, two.)

Lua errors will describe the error in all lowercase using certain terms, such as nil, arithmetic, attempt to, unexpected and expected near.

Remember: You are responsible for knowing sufficient Lua, and should handle this yourself.

Please refer here for more information.

Handling Engine errors

(Examples: one, two.)

Engine errors have unique messages that tell you exactly what you’ve done wrong.

The procedure for this type of error is to read the error message and do what it says.

Let’s look at this example. It tells you explicitly that you have used Inventory.SetInventory incorrectly, and the problem is you may not have called Inventory.AddCustomItems.

* But some engine errors look like this. In the event that this happens, try to look at what you just changed to cause it, and then ask for help.

Please refer to the Documentation as needed.

If all else fails: ask for help.


Other problems

For DOG ERROR SCREENS, see Dog Error Screens.

Here is a list of some of the most common problems you can run into when using the engine:


Unitale had an unchangeable list of seven «DOGTEST» items.

Create Your Frisk has added The Inventory Object. With its addition, the default DOGTEST items have been removed.

If you are using CYF v0.6.2.2 or greater, you can fix this by Enabling Retrocompatibilty Mode.

Otherwise, follow these steps:

  1. Open the encounter script

  2. Go to EncounterStarting().

  3. Add this code:

Inventory.AddCustomItems({"Dogtest1", "Dogtest2", "Dogtest3", "Dogtest4", "Dogtest5", "Dogtest6", "Dogtest7"}, {3, 3, 3, 3, 3, 3, 3})
Inventory.SetInventory({"Dogtest1", "Dogtest2", "Dogtest3", "Dogtest4", "Dogtest5", "Dogtest6", "Dogtest7"})

Extreme slowdown/glitchy sprites after playing for a while

(Examples: one, two, three.)

In Unitale, there was an enormous problem called a memory leak.

It was a problem that got worse and worse the longer you played Unitale.

But fortunately, this issue has been fixed in CYF v0.6.2!

Here is how you would fix it in Unitale or (CYF with retrocompatibility mode):

Close and re-open the executable

Switch from Unitale to CYF (if applicable)

• Whenever not playing:

1. Avoid leaving the engine open while not playing.

2. Try not to load mods over and over.

3. Close major memory-using programs while playing. Some examples include Steam, Google Chrome, Firefox, file operations (copying/moving a lot of files), Windows Update, and so on.

Mac: Empty Mod Select Screen OR «The engine detected no Mods folder»

(Examples: one, two.)

Thankfully, this issue has been fixed in CYF version v0.6.2.2!

If you are on a version before CYF v0.6.2.2 (or using Unitale), follow these steps:

  1. Move «Default» and «Mods» to Unitale or Create Your Frisk/ and try again.

  2. Move «Default» and «Mods» to Unitale or Create Your Frisk/(Unitale or CYF).app/ and try again.

  3. Move «Default» and «Mods» to Unitale or Create Your Frisk/(Unitale or CYF).app/Conrents and try again.

  4. If it still doesn’t work, use Wine.

(CYF.app is the CYF executable. To open it, click on it, click the gear then click «Show Package Contents».)

Linux: All button presses are doubled

Thankfully, this has been fixed in CYF v0.6.2!

This issue is related to the version of Unity that Unitale or CYF were built with.

To fix this, follow one of these steps:

  1. Upgrade to CYF v0.6.2 or greater

  2. Use Wine

Mac: Cannot exit fullscreen

Thankfully, this has been fixed in CYF v0.6.2.2!

This issue is specific to CYF v0.6.2.1.

To fix this, follow one of these steps:

  1. Upgrade to CYF v0.6.2.2 or greater

  2. Use Wine

«There should be ‘UNITALE_Alpha_0.2.1a_Data`/’Create Your Frisk v###_Data’ next to the executable»

(Examples: one.)

The executable needs a folder with the same name, plus «_Data», in the same folder.

So, if you have Create Your Frisk v0.6.2.2.exe, you’ll need a folder named Create Your Frisk v0.6.2.2_Data.

It also has to have the files Unity needs inside of it.

Try the following:

  1. Ensure that the folder exists.

  2. Extract the archive again.

  3. Re-download the engine.

  4. Use a different browser to download the engine.

I’ve added a mod, but it doesn’t appear in the mod list in-game

Please read How do I add battles to play? and Mod Folder Structure.

CYF: «The mod ‘@Title’ could not be found»

(Examples: one.)

CYF comes with a mod named «@Title» that is invisible to Windows users.

If this error occurs, re-download CYF and use the provided «Mods» folder. Copy your own mods to it as needed.

* NOTE: In versions before CYF v0.6.2, this mod was just called «Title». If you are using such a version, the procedure is the same.

CYF: Incompatible save

Examples: one.)

The error screen tells you what to do.

But if you really need it, here are some instructions:

  1. Look at the message. See example one.

  2. Go to the path listed. In this screenshot, it is the text in bold.

  3. Delete save.gd.

  4. Restart CYF.

Also see Save file/log path.

My issue isn’t listed

Ensure a few things:

  • You are using the latest version of the engine

  • If you are playing a Unitale mod in CYF, make sure to Enable Retrocompatibility Mode

If all else fails: ask for help.


Procedures

This short section lists how to do a few things referred to elsewhere on this page.


Enabling Retrocompatibility Mode

Retrocompatibility Mode is a feature in CYF that lets CYF play mods made for Unitale.

To enable it:

  1. Go to the Mod Selection Screen
  2. Click «Options» (if applicable)
  3. Click the button for «Retrocompatibility Mode» or «Retromode».

Using Wine

Wine is a program for Mac and Linux that emulates programs made for Windows.

It usually fixes problems specific to Mac and Linux, but is a last resort.

Install it here, then download a Windows version of Unitale/CYF.

Mod Folder Structure

Here is how the «Mods» folder of the engine should be set up:

Unitale or CYF/
              Mods/
                  Mod name/
                          Audio/
                          Lua/
                          Sounds/
                          Sprites/

If a mod is not appearing in-game, make sure it matches the above folder structure.

Save file/log path

Create Your Frisk stores save data in a certain save path:

  • Windows: C:/Users/User/AppData/LocalLow/Nobody's Getting Paid Here/Create Your Frisk/
  • Mac: /Users/<your user name>/Library/Application Support/unity.Nobody's Getting Paid Here.Create Your Frisk/
  • Linux: ~/home/<your user name>/.config/unity3d/Nobody's Getting Paid Here/Create Your Frisk/

Here is an outline of what each file is for:

  • AlMightySave.gd: AlMighty Globals are stored here.
  • save.gd: This is the Overworld save file.
  • output_log.txt / Player.log: This is CYF’s output log. Developers may ask for this if you find an engine bug.

Unitale Crash Course — Mods

Welcome to the official repository for the Unitale Crash Course!
All mods created in the series will be uploaded here for easy viewing & downloading.

Short Overview

Each part of the crash course deals with a different subject. This table serves as a reminder which part dealt with which problem:

Part / Mod Folder Description
Tutorial 1 Basics of Unitale modding
Tutorial 2 ACT commands
Tutorial 3 Creating items with different functionality
Tutorial 4 Wave creation, part 1
Tutorial 5 Wave creation, part 2 (moving multiple bullets)
Tutorial 6 Wave creation, final part (more advanced attacks)
Tutorial 6.2 Recreating Flowey’s attack
Tutorial 7 Animation basics
Tutorial 8 Music and sound basics
Tutorial 9 Fixing common errors
Tutorial 10 How to continue forward

How to Download

Downloading the mods for yourself is super easy!
There are multiple ways to download code from GitHub, so I will describe the most straight-forward method here:

  1. Click on the Code button in the top right
  2. Select Download .zip
  3. Once the .zip file has been downloaded, unzip it with a program of your choosing. Popular options for this are 7-Zip and WinRAR
  4. The unzipped folders each represent a mod. Put them all in the «Mods» folder of your Unitale installation
  5. Open Unitale and the mods should appear. If you already have Unitale opened, click Exit in the top left corner and open the mod selection screen again to refresh

Help, your mods aren’t working!

I strive to write robust code that works right out of the box. Before you complain in my Discord, on my YouTube channel or even open an issue here on GitHub, you should check the following things:

  • Your own sanity
  • Unitale can run other mods without any problems. If this isn’t the case, then your installation may be faulty.
  • The mods are visible in the mod selection screen. If this isn’t the case, then you didn’t follow the installation steps properly.
  • There is an error message when opening one of my mods that specifies a line where the error resides.

If all these conditions are met, then your next course of action is to create an Issue here on GitHub.
If you don’t know how to do that, then check this link.
I will do my best to fix the problem ASAP if it is my fault and I can fix it.

Thank you for reading and have fun! 😄

  1. Главная

  2. Mr DeKart


  3. ERROR САНС АТАКУЕТ! — UNDERTALE: Error Sans Fight [Unitale Mods]

Просмотров: 112 154


Если вам понравилось бесплатно смотреть видео error санс атакует! — undertale: error sans fight [unitale mods] онлайн которое загрузил Mr DeKart 16 апреля 2017 длительностью 00 ч 12 мин 14 сек в хорошем качестве, то расскажите об этом видео своим друзьям, ведь его посмотрели 112 154 раза.

Pop Corn

Pop Corn

2 месяца назад

Слова « я слышу их голоса « и « как там блюберри « отсылка к аску эррор санса


Lexi

Lexi

2 года назад

Эррор — мой краш❤️


Irina Vasilevna

Irina Vasilevna

2 года назад

подерись с гено Санса


Irina Vasilevna

Irina Vasilevna

2 года назад

Поделись с Гена


Cat Play

Cat Play

3 года назад

КТО СКАЗАЛ ЭРРОР правильно егор


llscti

llscti

3 года назад

Еррор классный)


Лера новак

Лера новак

4 года назад

Пажалуста поставте лайки на канал зайчик санс мастер ресунков и подпишитесь Пажалуста


Stefania Babii

Stefania Babii

4 года назад

Дикарт коли будеш битись з інк сенсом


бади-баги бро

бади-баги бро

4 года назад

Ты идиот Мне нужна его трогает И будешь сам ошибка Ты этого хочешь то есть сам человек будет ошибкой ошибка против ошибки Что за идиоты играет


Oshi ;3

Oshi ;3

4 года назад

Бедный эррор 😢


Голубика Скелетон

Голубика Скелетон

5 лет назад

О,Спасибо Эррор что спомнил меня)))


Виталий СЭКС

Виталий СЭКС

5 лет назад

блюберри переводиться как голубика


морковная няша

морковная няша

5 лет назад

у эрорра арпентафобия (боязнь физического контакта)


ghetto street

ghetto street

5 лет назад

&mкак вы так


keek 228

keek 228

5 лет назад

Эррора можно затрогать он боится прикосновений


дана 2 ня

дана 2 ня

5 лет назад

блин дэкарт почему все сансы называют тебя хакером


Katerina Berdiuhina

Katerina Berdiuhina

5 лет назад

лол нажала лайк и получилось 666


Panic Pills

Panic Pills

5 лет назад

Так и знал что Error санса не победить обычными атаками. Иначе бы он не носил такой титул как уничтожитель вселенных.


Dream Doter

Пользователь

Регистрация:
04.04.2016

Сообщения: 3074

Рейтинг: 1626

Dream Doter

Регистрация:
04.04.2016

Сообщения: 3074

Рейтинг: 1626


Unitale — созданное на основе Undertale и поддерживающее Lua-моды ядро, это означает, что оно предоставляет некоторые важные наработки из Undertale, поэтому вы можете сделать свои собственные сражения (и скоро, свой мир/истории).

Спойлер: «А ГДЕ КНОПКА СКАЧАТЬ ТО??77»

Спойлер: «А где моды то доставать?777»

Спойлер: «Ридзисфирст (на эльфийсом языке)»

Спойлер: «Русская группа ВК»

Спойлер: «Как установить?»

  • Создаёшь папку
  • Скидываешь туда всё содержимое из архива Unitale
  • Что бы запустить надо нажать на экзешник
  • Что бы установить моды надо закинуть папку (не архив!!!) в папку Mods

    Тут будет оповещения о новых модах и т.д.
    Если хочешь научится делать битвы на Unitale то посмотри гайды во вконтакти.

    p.s. тема тестовая, если подхвачу хаеп то буду развивать

    Epicroy

    Пользователь

    Регистрация:
    31.03.2012

    Сообщения: 1322

    Рейтинг: 1561

    Epicroy

    Регистрация:
    31.03.2012

    Сообщения: 1322

    Рейтинг: 1561

    А вот и стиллеры подъехали.

    Dream Doter

    Пользователь

    Регистрация:
    04.04.2016

    Сообщения: 3074

    Рейтинг: 1626

    Dream Doter

    Регистрация:
    04.04.2016

    Сообщения: 3074

    Рейтинг: 1626

    Epicroy сказал(а):↑

    А вот и стиллеры подъехали.

    Нажмите, чтобы раскрыть…

    Читай поскрипт, я сделаю своё описание и вообще потрудюсь над улучшением если будет хотя бы пара челов заинтересованы

    genothei

    Пользователь

    Регистрация:
    18.09.2016

    Сообщения: 23

    Рейтинг: 33

    genothei

    Регистрация:
    18.09.2016

    Сообщения: 23

    Рейтинг: 33

    Memento Morte

    Пользователь

    Регистрация:
    30.10.2012

    Сообщения: 7468

    Рейтинг: 4962

    Memento Morte

    Регистрация:
    30.10.2012

    Сообщения: 7468

    Рейтинг: 4962

    А вот и дримдотер подъехал

    Dream Doter

    Пользователь

    Регистрация:
    04.04.2016

    Сообщения: 3074

    Рейтинг: 1626

    Dream Doter

    Регистрация:
    04.04.2016

    Сообщения: 3074

    Рейтинг: 1626

    Memento Morte сказал(а):↑

    А вот и дримдотер подъехал

    Нажмите, чтобы раскрыть…

    Да

    genothei сказал(а):↑

    что ето

    Нажмите, чтобы раскрыть…

    созданное на основе Undertale и поддерживающее Lua-моды ядро, это означает, что оно предоставляет некоторые важные наработки из Undertale, поэтому вы можете сделать свои собственные сражения (и скоро, свой мир/истории).

    genothei

    Пользователь

    Регистрация:
    18.09.2016

    Сообщения: 23

    Рейтинг: 33

    genothei

    Регистрация:
    18.09.2016

    Сообщения: 23

    Рейтинг: 33

    Dream Doter сказал(а):↑

    Да

    созданное на основе Undertale и поддерживающее Lua-моды ядро, это означает, что оно предоставляет некоторые важные наработки из Undertale, поэтому вы можете сделать свои собственные сражения (и скоро, свой мир/истории).

    Нажмите, чтобы раскрыть…

    что такое ундертуйл

    Dream Doter

    Пользователь

    Регистрация:
    04.04.2016

    Сообщения: 3074

    Рейтинг: 1626

    Dream Doter

    Регистрация:
    04.04.2016

    Сообщения: 3074

    Рейтинг: 1626

    genothei сказал(а):↑

    что такое ундертуйл

    Нажмите, чтобы раскрыть…

    Что такое троллинг?

    Тема закрыта

    • Заголовок

      Ответов Просмотров

      Последнее сообщение

    • CheeseAndPeace

      Сообщений: 0
      13 Feb 2023 в 18:26

      CheeseAndPeace

    • cumquat

      Сообщений: 1
      13 Feb 2023 в 18:26

      Хочу выжить

    • Cynthropath

      Сообщений: 7
      13 Feb 2023 в 18:17

      Сообщений:7

      Просмотров:11

      Вальден

    • 10kplayermain

      Сообщений: 6
      13 Feb 2023 в 18:11

      10kplayermain

    • владик15

      Сообщений: 5
      13 Feb 2023 в 18:10

      Сообщений:5

      Просмотров:11

      владик15

    Понравилась статья? Поделить с друзьями:
  • Unicum nero сброс ошибок
  • Unconfigured bad lsi как исправить
  • Uncaught referenceerror is not defined ошибка
  • Uncaught rangeerror array buffer allocation failed как исправить
  • Unable to load requested page network connection error happened please exit this app