Перейти к содержанию
  • записей
    9
  • комментариев
    175
  • просмотров
    8 660

Портирование модов ( на примере : Shout Like a Virgin 6.7 в SSE ) Чистка ссылок

Авторизация  
RomanATI

4 534 просмотра

Так как я загорелся желанием портировать Shout Like a Virgin V6.7 

 

Распишу сдесь , что как делал так как мод содержит в себе всё

 

1. после портирования всего по инструкции ПОШАГОВАЯ ИНСТРУКЦИЯ АДАПТАЦИИ (ПОРТИРОВАНИЯ) LE-МОДОВ К SE

2. после столкнулся с проблемой ( неработающие альфа текстуры

3. Для исправления этого я нашёл мод образец Простое Купание (SE) / Super Simple Bathing SSE ( ищите мод с схожими функциями по эффектам , желательно меньшего размера меньше запутаетесь быстрее найдёте что надо ) так как там текстура грязи имеет альфу ( прозрачность и работает правильно применяясь на всё тело) в ките ( как работать с китом писал в 5 части )

 

открываем референс мод ( правильно портированный в se )  Далее под спойлером

 

Спойлер

в папке data находим текстуру которая по пораметрам ( эффектам ) подходит

 

Текстура грязи с альфой 

 

пробуем ей заменить оригенальную текстуру из косячного мода ( меняем название ) , если всё так же в ките открываем референс мод, а в поиске название текстуры 🙂 рефенсной , тыкаем два раза смотрим как она настроена делаем скриншот

 

Как искать шейдер

 

Screenshot_31.thumb.png.e4528346c6e9bce991042e0874b202ae.png

 

Правильно настроенный шейдер с альфой

 

Screenshot_32.thumb.png.729cfca70acfa1218eb75b18c38a3328.png

 

 

image.thumb.png.7c4333c440b67a1b7fae4032a0b3218a.png

 

 

После открываем наш косячный мод в ките так же заходим в настройки шейдера

 

Как искать кривой шейдер

 

Screenshot_29.thumb.png.b3e86a204e211654654f6c7b0562282a.png

 

Смотрим что всё плохо и не так и пробуем менять по настройке , сохраняем esp ( File - Save ) и проверять в игре ( я делал так )

 

Screenshot_30.thumb.png.28fb6e13daa41dc2b8401c9d714a8b46.png

 

Мне помогло изменение всего 2 полей с альфо каналом 

 

image.png.2b810ce5bf5f29b396682895443f1a58.png

 

Радуемся результатом в игре 🙂

 

ScreenShot439.thumb.png.7d30ff0f34bf7c6848347eae8dc55090.png

 

Портирование скриптов 

 

Спойлер

Если проблема с компиляцией

 

Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео

 

После можно протестировать на простеньком скрипте 

 

Поместите его в папку Data \ Source, затем откройте CK, затем перейдите к Gameplay> Papyrus Script Manager, выберите скрипт из выпадающего списка> щелкните правой кнопкой мыши> Compile. Должен сказать вам, если это удалось или не удалось.

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

 

Это как  раз и произошло в моём случае . Вот такая портянка ошибок 

 

Спойлер

Starting 1 compile threads for 1 files...
Compiling "VirginMain"...
I:\Skyrim\Data\Scripts\Source\VirginTrainingScript.psc(267,116): zadlibs is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginTrainingScript.psc(267,12): zadlibs is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(0,0): unable to locate script SKI_ConfigBase
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(4,25): unknown type sexlabframework
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(253,8): ski_configbase is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(311,4): variable CurrentVersion is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(311,19): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(311,19): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(312,10): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(312,10): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(312,40): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(313,3): variable SlaveTats is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(313,13): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(314,3): variable SlaveTats is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(314,13): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(315,3): variable SlaveTats is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(315,13): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(319,4): variable CurrentVersion is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(319,19): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(319,19): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(322,4): variable CurrentVersion is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(322,19): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(322,19): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\VirginSpit.psc(244,16): slautilscr is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMachine.psc(602,16): slautilscr is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(333,34): variable CurrentVersion is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(333,49): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(333,49): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(341,33): variable CurrentVersion is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(341,48): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(341,48): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\VirginConjurer.psc(151,21): GetNthTintMaskColor is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginConjurer.psc(151,21): cannot call the member function GetNthTintMaskColor alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\VirginConjurer.psc(151,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginConjurer.psc(249,8): SetTintMaskColor is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginConjurer.psc(249,8): cannot call the member function SetTintMaskColor alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\VirginConjurer.psc(250,20): QueueNiNodeUpdate is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginConjurer.psc(311,6): SetTintMaskColor is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginConjurer.psc(311,6): cannot call the member function SetTintMaskColor alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\VirginConjurer.psc(312,18): QueueNiNodeUpdate is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginConjurer.psc(322,16): slautilscr is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(348,35): variable CurrentVersion is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(348,50): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(348,50): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(366,2): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(366,2): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(367,2): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(367,2): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(367,7): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(368,1): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(368,1): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(368,6): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(369,1): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(369,1): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(369,6): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(370,1): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(370,1): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(370,6): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(371,1): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(371,1): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(371,6): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(372,1): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(372,1): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(372,6): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(373,1): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(373,1): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(373,6): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(374,1): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(374,1): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(374,6): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(375,1): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(375,1): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(375,6): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(376,1): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(376,1): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(376,6): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(377,1): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(377,1): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(377,6): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(378,1): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(378,1): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(378,6): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(379,2): variable Pages is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(379,2): only arrays can be indexed
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(379,7): type mismatch while assigning to a none (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(519,3): LoadCustomContent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(522,3): UnloadCustomContent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(531,26): zadlibs is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(665,2): SetToggleOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(669,3): SetToggleOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(673,2): SetToggleOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(675,6): ShowMessage is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(680,3): SetToggleOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(684,2): SetToggleOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(686,6): ShowMessage is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(688,4): ForcePageReset is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(692,3): SetToggleOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(696,2): SetToggleOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(700,2): SetToggleOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(704,2): SetToggleOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(710,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(710,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(711,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(712,44): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(712,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(713,53): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(713,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(714,19): AddToggleOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(714,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(715,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(716,18): AddToggleOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(716,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(717,18): AddToggleOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(717,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(719,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(720,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(721,57): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(721,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(722,55): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(722,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(724,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(725,56): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(725,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(726,40): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(726,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(727,60): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(727,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(728,54): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(728,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(729,54): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(729,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(730,38): sexlabframework is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(730,72): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(730,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(732,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(733,18): AddToggleOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(733,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(734,19): AddToggleOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(734,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(735,32): AddToggleOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(735,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(740,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(740,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(741,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(742,79): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(742,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(743,77): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(743,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(744,85): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(744,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(745,89): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(745,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(746,79): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(746,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(747,70): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(747,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(748,71): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(748,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(750,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(751,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(752,83): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(752,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(753,75): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(753,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(754,81): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(754,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(755,71): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(755,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(756,84): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(756,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(757,71): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(757,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(758,74): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(758,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(759,76): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(759,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(764,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(764,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(766,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(767,16): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(767,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(768,20): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(768,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(769,18): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(769,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(770,19): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(770,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(771,15): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(771,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(772,18): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(772,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(773,17): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(773,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(774,17): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(774,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(775,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(777,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(778,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(780,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(781,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(782,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(783,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(785,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(786,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(787,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(788,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(790,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(791,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(792,16): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(792,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(793,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(794,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(799,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(799,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(801,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(802,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(803,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(804,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(805,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(806,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(807,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(808,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(809,91): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(809,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(811,16): zadlibs is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(811,23): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(811,36): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(811,36): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(812,2): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(813,13): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(813,2): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(815,2): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(817,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(818,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(819,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(821,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(822,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(823,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(824,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(825,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(826,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(827,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(828,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(830,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(831,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(832,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(834,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(835,16): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(835,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(840,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(840,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(842,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(843,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(844,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(845,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(847,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(848,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(849,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(850,84): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(850,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(851,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(852,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(853,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(854,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(856,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(857,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(858,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(859,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(860,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(861,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(862,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(864,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(865,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(867,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(868,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(869,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(874,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(874,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(876,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(877,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(878,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(879,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(880,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(881,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(882,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(883,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(885,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(886,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(887,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(888,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(890,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(891,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(892,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(893,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(894,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(895,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(896,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(897,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(898,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(899,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(901,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(902,83): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(902,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(903,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(908,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(908,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(910,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(911,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(912,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(913,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(915,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(916,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(917,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(918,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(919,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(921,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(922,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(923,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(924,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(925,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(927,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(928,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(929,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(930,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(931,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(933,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(934,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(936,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(937,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(938,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(940,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(941,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(943,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(944,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(945,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(950,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(950,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(952,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(953,55): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(953,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(954,51): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(954,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(955,54): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(955,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(956,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(957,70): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(957,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(958,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(959,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(960,76): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(960,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(961,84): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(961,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(962,122): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(962,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(963,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(965,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(966,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(967,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(968,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(969,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(970,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(971,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(973,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(974,58): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(974,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(975,64): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(975,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(976,53): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(976,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(977,57): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(977,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(979,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(980,76): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(980,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(981,67): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(981,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(986,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(986,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(988,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(989,62): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(989,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(990,56): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(990,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(991,59): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(991,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(992,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(993,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(994,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(995,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(996,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(998,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(999,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1000,73): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1000,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1001,71): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1001,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1002,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1003,70): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1003,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1004,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1005,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1006,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1011,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1011,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1013,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1014,47): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1014,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1015,78): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1015,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1016,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1017,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1018,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1019,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1021,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1022,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1023,59): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1023,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1024,78): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1024,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1025,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1027,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1028,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1029,74): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1029,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1031,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1032,80): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1032,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1033,62): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1033,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1034,88): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1034,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1035,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1037,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1038,72): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1038,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1040,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1041,58): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1041,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1042,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1047,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1047,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1049,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1050,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1052,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1053,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1054,72): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1054,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1056,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1057,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1058,70): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1058,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1059,73): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1059,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1061,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1062,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1063,58): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1063,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1064,74): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1064,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1065,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1070,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1070,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1072,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1073,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1074,69): variable OPTION_FLAG_DISABLED is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1074,1): AddTextOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1075,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1076,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1077,16): zadlibs is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1077,23): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1077,36): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1077,36): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1078,15): AddMenuOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1078,2): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1081,1): AddEmptyOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1082,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1083,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1084,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1086,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1087,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1088,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1089,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1094,19): variable TOP_TO_BOTTOM is undefined
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1094,1): SetCursorFillMode is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1096,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1097,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1098,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1099,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1100,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1101,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1102,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1104,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1105,9): AddKeyMapOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1105,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1106,10): AddKeyMapOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1106,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1107,10): AddKeyMapOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1107,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1108,10): AddKeyMapOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1108,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1110,1): SetCursorPosition is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1111,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1112,1): AddSliderOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1114,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1115,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1116,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1117,16): zadlibs is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1117,23): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1117,36): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1117,36): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1118,2): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1120,2): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1122,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1124,1): AddHeaderOption is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1125,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1126,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1127,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1128,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1129,1): AddToggleOptionST is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1136,8): SetKeyMapOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1140,8): SetKeyMapOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1144,8): SetKeyMapOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1148,8): SetKeyMapOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1156,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1157,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1158,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1160,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1161,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1162,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1164,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1165,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1166,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1168,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1169,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1170,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1172,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1173,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1174,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1176,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1177,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1178,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1180,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1181,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1182,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1184,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1185,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1186,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1188,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1189,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1190,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1192,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1193,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1194,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1196,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1197,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1198,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1200,8): SetMenuDialogOptions is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1201,8): SetMenuDialogStartIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1202,8): SetMenuDialogDefaultIndex is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1208,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1211,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1214,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1217,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1220,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1223,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1226,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1229,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1232,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1235,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1238,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1241,8): SetMenuOptionValue is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1246,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1248,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1250,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1252,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1254,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1256,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1258,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1260,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1262,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1264,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1266,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1268,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1270,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1272,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1274,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1276,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1280,2): SetInfoText is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\VirginMCMScript0.psc(1282,2): SetInfoText is not a function or does not exis

 

Чтож пробуем исправлять гугллим , что такое zadlibs is not a known user-defined type узнаем что это DD скрипты 

 

загружаем Devious Devices SE 4.3 .7z надеемся что там есть исходники и да это оно Devious Devices SE 4.3.7z\02 DDi (I) - Integration\01 DDi Core\source\Scripts\

 

далее I:\Skyrim\Data\Scripts\Source\zadLibs.psc(18,25): unknown type sexlabframework 

 далее I:\Skyrim\Data\Scripts\Source\JsonUtil.psc(49,8): variable StringUtil is undefined это исходники skse sse

соответсвенно качаем секслаб и его исходники закидываем

 

 

Проблем почти не осталось

 

Спойлер

Starting 1 compile threads for 1 files...
Compiling "VirginMain"...
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(274,25): GetWornForm is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(301,20): GetEquippedObject is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(304,11): UnequipItemEX is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(308,20): GetEquippedObject is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(311,11): UnequipItemEX is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(318,39): GetMaskForSlot is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(318,39): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(318,21): GetWornForm is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(140,25): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(140,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(158,16): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(158,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(163,17): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(163,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(177,25): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(177,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(195,17): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(195,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(206,17): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(206,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(209,25): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(209,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(225,16): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(225,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(228,16): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(228,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(231,16): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(231,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(234,16): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(234,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(237,16): CreateFormArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(237,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(240,16): CreateAliasArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(240,16): cannot call the member function CreateAliasArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(244,16): ResizeFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(244,16): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(247,16): ResizeIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(247,16): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(250,16): ResizeStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(250,16): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(253,16): ResizeFormArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(253,16): cannot call the member function ResizeFormArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(256,16): ResizeAliasArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(256,16): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(353,13): EquipItemEx is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseObject.psc(168,17): ResizeStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseObject.psc(168,17): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(83,26): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(83,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(97,26): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(97,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(149,19): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(149,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(431,26): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(431,26): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(614,24): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(614,24): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(787,22): ResizeIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(787,22): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(788,22): ResizeFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(788,22): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(789,22): ResizeStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(789,22): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(793,24): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(793,24): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(890,22): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(890,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(891,22): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(891,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(892,22): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(892,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(893,22): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(893,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(895,18): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(895,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(896,18): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(896,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(897,18): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(897,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(898,18): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(898,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(899,18): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(899,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(901,20): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(901,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(902,20): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(902,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(903,20): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(903,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(904,20): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(904,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(905,20): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(905,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(922,28): CreateFormArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(922,28): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(925,22): GetRace is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(925,22): cannot call the member function GetRace alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1055,16): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1055,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1100,16): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1100,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1123,21): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1123,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1124,21): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1124,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1126,21): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1126,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1127,21): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1127,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1129,21): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1129,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1130,21): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1130,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1132,21): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1132,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1133,21): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1133,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(32,29): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(32,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(57,24): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(57,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(74,24): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(74,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(105,17): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(105,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(108,25): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(108,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(191,26): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(191,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(287,16): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(287,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(291,16): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(291,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(295,16): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(295,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(299,16): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(299,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(303,16): CreateFormArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(303,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(405,16): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(405,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(445,16): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(445,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(470,16): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(470,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(495,16): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(495,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(520,16): CreateFormArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslUtility.psc(520,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(95,11): SetExpressionPhoneme is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(103,11): SetExpressionModifier is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(138,11): SetExpressionPhoneme is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(146,11): SetExpressionModifier is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(451,19): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(451,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(452,19): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(452,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(453,19): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(453,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(454,19): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(454,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(455,19): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(455,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(456,19): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(456,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(457,19): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(457,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(458,19): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(458,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(459,19): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(459,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(460,19): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(460,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(575,11): SetExpressionPhoneme is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(583,11): SetExpressionModifier is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(46,12): SetExpressionPhoneme is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(54,12): SetExpressionPhoneme is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(83,44): GetCameraState is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(83,44): cannot call the member function GetCameraState alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(83,61): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(92,11): SetExpressionPhoneme is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(99,11): SetExpressionPhoneme is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(156,20): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(156,20): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(113,24): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(113,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(236,26): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(236,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(90,2): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(102,1): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(638,21): ResizeStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(638,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(639,50): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(639,21): ResizeAliasArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(639,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(649,15): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(81,24): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(81,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(121,17): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(121,32): cannot cast a none to a sslbaseanimation, types are incompatible
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(243,24): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(243,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(283,13): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(283,28): cannot cast a none to a sslbasevoice, types are incompatible
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(25,24): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(25,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(37,24): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(37,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(75,24): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(75,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(95,24): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(95,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(118,32): GetAliasByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(118,59): cannot cast a none to a sslbasevoice, types are incompatible
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(147,61): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(201,26): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(201,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(301,27): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(301,27): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(33,2): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(44,1): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(369,21): ResizeStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(369,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(370,50): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(370,21): ResizeAliasArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(370,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(380,15): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(398,24): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(398,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(437,18): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(437,33): cannot cast a none to a sslbaseexpression, types are incompatible
I:\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(42,24): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(42,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(99,26): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(99,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(34,2): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(45,1): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(232,21): ResizeStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(232,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(233,50): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(233,21): ResizeAliasArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(233,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(243,15): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(548,15): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(551,16): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(558,15): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(561,16): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(35,25): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(35,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(58,29): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(58,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(82,25): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(82,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(104,29): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(104,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(125,25): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(125,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,29): GetDisplayName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,87): GetDisplayName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorStats.psc(209,38): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorStats.psc(212,38): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorStats.psc(476,47): GetType is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorStats.psc(476,29): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\sslActorStats.psc(476,58): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslActorStats.psc(784,79): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorStats.psc(890,100): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorStats.psc(913,61): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorStats.psc(1066,49): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(132,22): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(193,23): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(351,54): GetWornForm is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(353,31): variable NiOverride is undefined
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(353,42): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(354,19): variable NiOverride is undefined
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(354,30): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(359,5): variable NiOverride is undefined
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(359,16): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(360,5): variable NiOverride is undefined
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(360,16): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(728,23): GetCameraState is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(728,23): cannot call the member function GetCameraState alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(728,40): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(728,40): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(789,32): GetWornForm is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(793,31): variable NiOverride is undefined
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(793,42): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(794,5): variable NiOverride is undefined
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(794,16): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(850,79): GetCameraState is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(850,79): cannot call the member function GetCameraState alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(850,96): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(879,10): GetCameraState is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(879,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(879,27): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1192,20): GetEquippedObject is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1195,11): UnequipItemEX is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1199,20): GetEquippedObject is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1202,11): UnequipItemEX is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1209,39): GetMaskForSlot is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1209,39): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1209,21): GetWornForm is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1211,12): UnequipItemEX is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1247,13): EquipItemEx is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1333,10): GetCameraState is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1333,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1333,27): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1341,11): SheatheWeapon is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1358,1): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1359,1): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1360,1): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1362,1): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1363,1): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1364,1): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1365,1): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1366,1): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1373,1): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1374,1): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1375,1): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1377,1): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1378,1): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1379,1): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1380,1): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1381,1): UnregisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1435,26): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1435,26): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1436,26): CreateFormArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1436,26): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(264,2): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(265,2): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(266,2): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(267,2): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(268,2): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(277,109): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(280,52): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(280,180): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(283,52): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(283,178): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(288,52): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(288,176): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(767,105): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1061,2): SendModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1073,1): SendModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadHook.psc(102,23): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadHook.psc(102,23): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1363,15): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1363,30): cannot cast a none to a referencealias, types are incompatible
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1366,17): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1366,32): cannot cast a none to a sslactoralias, types are incompatible
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1367,17): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1367,32): cannot cast a none to a sslactoralias, types are incompatible
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1368,17): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1368,32): cannot cast a none to a sslactoralias, types are incompatible
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1369,17): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1369,32): cannot cast a none to a sslactoralias, types are incompatible
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1370,17): GetNthAlias is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1370,32): cannot cast a none to a sslactoralias, types are incompatible
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1402,16): GetAliasByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1402,46): cannot cast a none to a referencealias, types are incompatible
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1447,29): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1447,29): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1448,29): CreateStringArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1448,29): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1449,29): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1449,29): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslThreadController.psc(370,77): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadController.psc(392,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel
I:\Skyrim\Data\Scripts\Source\sslThreadController.psc(647,10): GetCameraState is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadController.psc(647,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslThreadController.psc(647,27): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslThreadController.psc(763,3): RegisterForKey is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslThreadController.psc(775,1): UnregisterForAllKeys is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(369,54): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(374,31): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(379,32): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(382,31): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(385,31): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(388,31): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(391,31): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(394,31): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(397,31): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(400,31): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(404,31): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(408,32): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(411,32): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(414,32): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(418,30): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(425,29): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(426,20): IsRaceFlagSet is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(505,25): CreateIntArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(505,25): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(54,1): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(301,8): variable FNIS is undefined
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(301,13): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(301,28): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(301,28): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(301,41): GetCameraState is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(301,41): cannot call the member function GetCameraState alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(301,58): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(301,58): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(403,9): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(403,9): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(403,47): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(406,9): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(406,9): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(406,32): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(409,9): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(409,9): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(409,45): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(417,9): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(417,9): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(417,46): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(427,9): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(427,9): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(427,51): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(474,80): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(545,12): SheatheWeapon is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(573,9): GetCameraState is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(573,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(573,26): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(628,18): GetSpellCount is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(628,5): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(631,28): GetNthSpell is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(632,15): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(633,42): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(636,19): GetNumEffects is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(636,6): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(639,15): GetNthEffectMagicEffect is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(689,15): GetQuest is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(689,15): cannot call the member function GetQuest alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(698,9): variable FNIS is undefined
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(698,14): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(698,38): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(698,38): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(701,9): variable FNIS is undefined
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(701,14): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(704,9): variable FNIS is undefined
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(704,14): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(704,44): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(704,44): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(706,79): GetCameraState is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(706,79): cannot call the member function GetCameraState alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(706,96): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(706,96): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(709,78): GetCameraState is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(709,78): cannot call the member function GetCameraState alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(709,95): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(709,95): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(763,1): RegisterForCrosshairRef is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(768,1): UnregisterForAllKeys is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(769,1): RegisterForKey is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(770,1): RegisterForKey is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(771,1): RegisterForKey is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(776,61): variable NiOverride is undefined
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(776,72): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(776,91): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(776,91): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(777,22): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(777,22): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(777,54): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(782,21): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(782,21): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(782,51): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(787,20): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(787,20): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(787,66): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(787,81): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(787,81): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(787,127): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(796,9): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(796,9): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(796,39): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(808,9): GetModByName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(808,9): cannot call the member function GetModByName alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(808,40): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(1127,78): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(1380,20): CreateFloatArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(1380,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(1403,20): CreateBoolArray is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(1403,20): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\SexLabUtil.psc(65,39): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\SexLabUtil.psc(129,21): GetType is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\SexLabUtil.psc(129,6): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\SexLabFramework.psc(3032,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state
I:\Skyrim\Data\Scripts\Source\zadLibs.psc(0,0): unable to locate script MfgConsoleFunc
I:\Skyrim\Data\Scripts\Source\zadLibs.psc(24,20): unknown type slautilscr
I:\Skyrim\Data\Scripts\Source\zadConfig.psc(0,0): unable to locate script SKI_ConfigBase
I:\Skyrim\Data\Scripts\Source\zadBQ00.psc(63,20): unknown type slautilscr
I:\Skyrim\Data\Scripts\Source\zadNPCQuestScript.psc(12,4): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\zadNPCQuestScript.psc(12,14): cannot compare a none to a string (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBaseEvent.psc(65,1): RegisterForModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\zadEventSlots.psc(58,1): SendModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\zadEventSlots.psc(94,76): GetName is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\zadEventSlots.psc(94,3): SendModEvent is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(79,13): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(79,21): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(79,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(80,14): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(80,51): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(80,59): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(80,22): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(80,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(81,15): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(81,52): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(81,60): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(81,23): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(81,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(82,17): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(82,54): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(82,62): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(82,25): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(82,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(83,14): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(83,51): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(83,59): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(83,22): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(83,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(84,15): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(84,52): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(84,60): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(84,23): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(84,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(85,12): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(85,49): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(85,57): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(85,20): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(85,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(86,15): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(86,52): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(86,60): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(86,23): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(86,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(87,17): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(87,54): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(87,62): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(87,25): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(87,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(88,14): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(88,51): variable FNIS_aa is undefined
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(88,59): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(88,22): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(88,1): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(89,13): variable FNIS_aa is undefined
I:\Skyrim

 

I:\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(274,25): GetWornForm is not a function or does not exist не верный синкасис правим скрипты https://forums.nexusmods.com/index.php?/topic/2331684-papyrus-script-getwornform-and-getweightclass-not-working/

https://www.creationkit.com/index.php?title=GetWornForm_-_Actor

 

и skse скрипты

Обязательно копируем исходники с заменой , проблеммы эти у меня пропали перезамустил кит.

 

далее I:\Skyrim\Data\Scripts\Source\sslActorAlias.psc(353,31): variable NiOverride is undefined скорее всего это исходники  RaceMenu

steamcommunity.com/app/489830/discussions/0/1734336452593768301/

 

далее I:\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(301,8): variable FNIS is undefined качаем исходники FNIS

 

Далее I:\Skyrim\Data\Scripts\Source\fnis.psc(140,16): variable FNISCreatureVersion is undefined

Так, надо было дополнительно поставить FNIS creature Pack 5.1

https://modgames.net/forum/110-9434-41

 

unable to locate script MfgConsoleFunc https://www.nexusmods.com/skyrim/mods/44596?tab=description

 

the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel
 

Проверь в системе что служит у тебя разделителем точка или запятая. Поставь точку.
Панель управления->язык и стандарты->Форматы\дополнительно->разделитель целой и дробной части.

 

image.thumb.png.ebf0cf53b733db10c0951f738f27e4dc.png

 

I:\Skyrim\Data\Scripts\Source\zadLibs.psc(24,20): unknown type slautilscr качаем исходники Sexlab Aroused Redux SSE

 

Мы близки к компиляции ещё пару часиков и готово 🙂

 

https://www.loverslab.com/topic/57761-problem-with-devious-devices-script-compilation/?do=findComment&comment=1461671

 

unable to locate script SKI_ConfigBase распаковываем скрипты из bsa  SkyUI (SSE) 

https://github.com/schlangster/skyui/wiki

 

annot convert to unknown type fnissmconfigmenu  это ZAZ Animation Packs for SE

 

xxbrandingdevicescript is not a known user-defined type 

 

 

 

 

ох сумашедший мод неудевительно что она его не портирует с 2 мя то детьми

 

 

variable JValue is undefined -> JContainers SE ( ВОЗМОЖНО НУЖНО УСТАНОВИТЬ!)

 

 variable SlaveTats is undefined 

 

На этом моменте мне надоело перекачивать моды и я сделал копию папки sourse и скопировал данные из осатьных папок data\sourse и копии что сделал до портирования без замены файлов ТАК КАК НУЖНО БЫЛО КАЧАТЬ ИСХОДНИКИ СКИЛЕТА А ЭТО БРЕД ТАК У ЖЕ ВСЁ СТОИТ У МЕНЯ ) и это не помогло странно 😞 variable XPMSELib is undefined , P.S. Утром проверил на свежую голову перепроверил , исправил косяки и сработало 🙂

 

Промежуточный итог 

 

Спойлер

Starting 1 compile threads for 1 files...
Compiling "VirginMain"...
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(376,82): cannot convert to unknown type fnissmconfigmenu
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(376,82): cannot cast a form to a fnissmconfigmenu, types are incompatible
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(376,20): unknown type fnissmconfigmenu
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(377,19): fnissmconfigmenu is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(377,31): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(377,7): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(382,14): fnissmconfigmenu is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(382,26): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(382,38): cannot compare a none to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(382,38): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(382,53): fnissmconfigmenu is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(382,65): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(383,58): fnissmconfigmenu is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(383,70): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(383,13): type mismatch on parameter 3 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(384,59): fnissmconfigmenu is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(384,71): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(384,13): type mismatch on parameter 3 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(386,58): fnissmconfigmenu is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(386,70): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(386,13): type mismatch on parameter 3 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(387,59): fnissmconfigmenu is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(387,71): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(387,13): type mismatch on parameter 3 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\zadLibs.psc(3211,2): variable XPMSELib is undefined
I:\Skyrim\Data\Scripts\Source\zadLibs.psc(3211,11): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadLibs.psc(3213,2): variable XPMSELib is undefined
I:\Skyrim\Data\Scripts\Source\zadLibs.psc(3213,11): none is not a known user-defined type
No output generated for VirginMain, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on VirginMain
 

 

 

Утром 

 

Спойлер

Starting 1 compile threads for 1 files...
Compiling "VirginMain"...
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(235,82): cannot convert to unknown type fnissmconfigmenu
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(235,82): cannot cast a form to a fnissmconfigmenu, types are incompatible
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(235,20): unknown type fnissmconfigmenu
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(236,19): fnissmconfigmenu is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(236,31): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(236,7): type mismatch while assigning to a int (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(240,57): fnissmconfigmenu is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(240,69): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(240,12): type mismatch on parameter 3 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(4,31): cannot name a variable or property the same as a known type or script
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(189,38): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(189,38): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_IO.psc(96,5): the type name PlayerAliasScript cannot be used as a property
I:\Skyrim\Data\Scripts\Source\SOS_IO.psc(96,23): ReRegisterKeys is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\SOS_IO.psc(96,23): cannot call the member function ReRegisterKeys alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(367,51): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(367,51): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(376,45): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(376,45): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(520,44): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(520,44): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(565,21): ReRegisterKeys is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(565,21): cannot call the member function ReRegisterKeys alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(569,21): ReRegisterKeys is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(569,21): cannot call the member function ReRegisterKeys alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(573,21): ReRegisterKeys is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(573,21): cannot call the member function ReRegisterKeys alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(622,44): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(622,44): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(660,36): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(660,36): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(713,42): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(713,42): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(12,71): cannot convert to unknown type playersuccubusquestscript
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(12,71): cannot cast a quest to a playersuccubusquestscript, types are incompatible
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(12,27): unknown type playersuccubusquestscript
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(13,23): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(13,7): type mismatch while assigning to a float (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(15,8): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(15,23): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(15,34): cannot add a none to a float (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(15,52): cannot compare a none to a float (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(15,52): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(16,6): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(16,34): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(16,49): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(16,60): cannot add a none to a float (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(16,21): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(18,6): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(18,21): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(23,71): cannot convert to unknown type playersuccubusquestscript
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(23,71): cannot cast a quest to a playersuccubusquestscript, types are incompatible
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(23,27): unknown type playersuccubusquestscript
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(24,5): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(24,7): cannot name a variable or property the same as a known type or script
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(25,7): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(25,7): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(26,22): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(26,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(27,24): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(27,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(28,24): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(28,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(29,23): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(29,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(30,24): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(30,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(31,18): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(31,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(23,33): cannot name a variable or property the same as a known type or script
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2397,27): DD_FT_Inspection is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2399,27): DD_FT_CollarMe is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2401,27): DD_FT_Surrender is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2403,27): DD_FT_Egyptian is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(7646,21): cannot call the member function RegisterForSingleUpdate alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(8664,27): DD_FT_Bleedout_Frontcuffs is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(8666,27): DD_FT_Unconcious is not a property on script zadlibs or one of its parents
No output generated for VirginMain, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on VirginMain
 

 

SLIF_inflate is not a variable ->Milk Mod Economy SE

 

cannot convert to unknown type fnissmconfigmenu

 

fnis
[08/09/2018 - 09:46:43PM] Cannot open store for class "fnissmconfigmenu", missing file?

 

Искать Боремся с ошибками в Papyrus Log 

 

I:\Skyrim\Data\Scripts\Source\zadBoundCombatScript.psc(235,82): cannot convert to unknown type fnissmconfigmenu

 

заходим в скрипт FNISSMConfigMenu FNISSM = Game.GetFormFromFile(0x000012C7, "FNISSexyMove.esp") As FNISSMConfigMenu (всё ясно надо FNISSexyMove SE ) 

 

Новый полигон ошибок 

 

Спойлер

Starting 1 compile threads for 1 files...
Compiling "VirginMain"...
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(4,31): cannot name a variable or property the same as a known type or script
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(189,38): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(189,38): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_IO.psc(96,5): the type name PlayerAliasScript cannot be used as a property
I:\Skyrim\Data\Scripts\Source\SOS_IO.psc(96,23): ReRegisterKeys is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\SOS_IO.psc(96,23): cannot call the member function ReRegisterKeys alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(367,51): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(367,51): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(376,45): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(376,45): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(520,44): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(520,44): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(565,21): ReRegisterKeys is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(565,21): cannot call the member function ReRegisterKeys alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(569,21): ReRegisterKeys is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(569,21): cannot call the member function ReRegisterKeys alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(573,21): ReRegisterKeys is not a function or does not exist
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(573,21): cannot call the member function ReRegisterKeys alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(622,44): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(622,44): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(660,36): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(660,36): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(713,42): a property cannot be used directly on a type, it must be used on a variable
I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(713,42): selectedActor is not a property on script playeraliasscript or one of its parents
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(12,71): cannot convert to unknown type playersuccubusquestscript
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(12,71): cannot cast a quest to a playersuccubusquestscript, types are incompatible
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(12,27): unknown type playersuccubusquestscript
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(13,23): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(13,7): type mismatch while assigning to a float (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(15,8): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(15,23): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(15,34): cannot add a none to a float (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(15,52): cannot compare a none to a float (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(15,52): cannot relatively compare variables to None
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(16,6): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(16,34): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(16,49): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(16,60): cannot add a none to a float (cast missing or types unrelated)
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(16,21): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(18,6): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(18,21): none is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(23,71): cannot convert to unknown type playersuccubusquestscript
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(23,71): cannot cast a quest to a playersuccubusquestscript, types are incompatible
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(23,27): unknown type playersuccubusquestscript
I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(24,5): playersuccubusquestscript is not a known user-defined type
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(24,7): cannot name a variable or property the same as a known type or script
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(25,7): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(25,7): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(26,22): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(26,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(27,24): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(27,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(28,24): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(28,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(29,23): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(29,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(30,24): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(30,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(31,18): SLIF_inflate is not a variable
I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(31,13): type mismatch on parameter 1 (did you forget a cast?)
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(23,33): cannot name a variable or property the same as a known type or script
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2397,27): DD_FT_Inspection is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2399,27): DD_FT_CollarMe is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2401,27): DD_FT_Surrender is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2403,27): DD_FT_Egyptian is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(7646,21): cannot call the member function RegisterForSingleUpdate alone or on a type, must call it on a variable
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(8664,27): DD_FT_Bleedout_Frontcuffs is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(8666,27): DD_FT_Unconcious is not a property on script zadlibs or one of its parents
No output generated for VirginMain, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on VirginMain
 

 

I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(4,31): cannot name a variable or property the same as a known type or script -> Schlongs_of_Skyrim_SE - v1.1.4.rar

 

I:\Skyrim\Data\Scripts\Source\MME_PSQ.psc(24,5): playersuccubusquestscript is not a known user-defined type -> playersuccubusquestscript SE

 

I:\Skyrim\Data\Scripts\Source\playersuccubusquestscript.psc(2730,24): variable UIExtensions is undefined ->  UIExtensions SE

 

I:\Skyrim\Data\Scripts\Source\succubusenergybarwidget.psc(0,0): unable to locate script SKI_WidgetBase -> SKI_WidgetBase https://github.com/schlangster/skyui/blob/master/dist/Data/Scripts/Source/SKI_WidgetBase.psc

 

I:\Skyrim\Data\Scripts\Source\SKI_WidgetBase.psc(10,18): unknown type ski_widgetmanager 

https://github.com/schlangster/skyui/tree/master/dist/Data/Scripts/Source

 

I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(189,38): selectedActor is not a property on script playeraliasscript or one of its parents

(если нечего не выходит пробуем компилировать скрипт скрипт в ошибки узнаем много нового)

 

I:\Skyrim\Data\Scripts\Source\playersuccubusquestscript.psc(314,17): unknown type effcore

 тут             XFLMain = (FollowerExtension as EFFCore) скорее всего  -> EFF SE

 

I:\Skyrim\Data\Scripts\Source\MME_BodyMod.psc(24,7): cannot name a variable or property the same as a known type or script компилим MME_BodyMod.psc смотрим ошибки 

 

пробуем убрать исходник SLIF_inflate , чтоб не было конфликтов иииии всё получается 🙂 скрипт компилится идём дальше на уровень выше

 

I:\Skyrim\Data\Scripts\Source\SOS_Config.psc(4,31): cannot name a variable or property the same as a known type or script

 

сталкиваемся с той же проблеммой PlayerAliasScript.psc убираем из папки исходников ( помогло)

 

I:\Skyrim\Data\Scripts\Source\SOS_IO.psc(32,30): iMinSchlongSize is not a property on script sos_config or one of its parents

 

Compiling "SOS_IO"...
I:\Skyrim\Data\Scripts\Source\SOS_SetupQuest_Script.psc(258,18): iMinSchlongSize is not a property on script sos_config or one of its parents

 

Starting 1 compile threads for 1 files...
Compiling "SOS_Config"...
I:\Skyrim\Data\Scripts\Source\SOS_SetupQuest_Script.psc(258,18): iMinSchlongSize is not a property on script sos_config or one of its parents
I:\Skyrim\Data\Scripts\Source\SOS_SetupQuest_Script.psc(258,5): type mismatch while assigning to a int (cast missing or types unrelated)

 

пробуем SOS_SetupQuest_Script.psc убрать ( не помогло )возвращаем пробуем разобраться в скрипте 😞

 

эта ошибка проподает когда убираешь фикс ( вернуть оригенальный SOS_Config.psc (ААААААААА! ) ) Бывает 🙂

 

пробуем компилить SOS_Config.psc , работает ну и возращаемся к тому с чего начали VirginMain

 

Ошибок значительно меньше 

 

Спойлер

Starting 1 compile threads for 1 files...
Compiling "VirginMain"...
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2397,27): DD_FT_Inspection is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2399,27): DD_FT_CollarMe is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2401,27): DD_FT_Surrender is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(2403,27): DD_FT_Egyptian is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(8664,27): DD_FT_Bleedout_Frontcuffs is not a property on script zadlibs or one of its parents
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(8666,27): DD_FT_Unconcious is not a property on script zadlibs or one of its parents
No output generated for VirginMain, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on VirginMain
 

 

ищем DD сдесь Devious Devices SE 4.3.7z надеямся что это есть 

 

image.thumb.png.fa262c34fe19ae76962edfc3c565a420.png

 

 

нет компилим zadLibs ( и с ним всё норм 0.0 )

 

https://www.creationkit.com/index.php?title=Property_Reference

 

А теперь мне нужна помощь с папирусом , я понятия не имею как это исправить ( ещё немного подумав , я пришёл к выводу что не всё закинул)

 

image.thumb.png.6630219139e8e5d3db3895ec108c6b09.png

 

И ВОТ СПУСТЯ НАВЕРНО 10 часов 

 

image.png.e1aad4e4a2e0de0d188fe2e5092cf9be.png

 

скомпелирован , нет нечего невозможного ( особенно в портировании скайрим модов)

 

https://www.loverslab.com/topic/36908-milk-mod-economy/?do=findComment&comment=2177901

 

https://www.loverslab.com/topic/23944-sos-schlongs-of-skyrim/?do=findComment&comment=1449403

 

image.thumb.png.90fa761861eb495983fd4713898ad8ea.png

 

 

 

Продолжение следует...

 

Исправление скриптов 

 

Спойлер

После того как вы скопилировали удачно скрипт , можно пробовать его исправлять

 

Нужна опорная точка ( предмет , функция , действие, эффект ) которые не работает или работает не так как должен 

 

В моём случае это нимб , я уверен что проблема в скриптах так как заменив модель на заранее рабочую (рога) из того же мода, они не отобразились , в моем случае было легко найти по имени предмета , справочнику функций папируса и всплывающему окошку из мода)

 

Свою работу я начал сдесь всё тот же файл ( папирус не сложнее бейсика и синтаксис похож )

 

Спойлер

Function VirginHalo()
    If SpitIsActive
        Return
    EndIf
    VirginWaitMenu()
    Armor FootItem = PlayerRef.GetWornForm(0x00000080) as Armor
    If VirginMCM.VirginXMasHat
        If ! PlayerRef.IsEquipped(XMasHat2)
            VirginRemoveFXItem()
            PlayerRef.EquipItem(XMasHat2, True, True)
        EndIf
    ElseIf ViginalCount == 0 && ! VirginMCM.VirginNoHalo && VirginMCM.VirginFootDec && FetishDoneBefore && ! FootItem && ! PlayerRef.IsEquipped(Halo2)
        VirginRemoveFXItem()
        PlayerRef.EquipItem(Halo2, True, True)
        VirginResetAnkle()
    ElseIf ViginalCount == 0 && ! VirginMCM.VirginNoHalo && (! FetishDoneBefore || ! VirginMCM.VirginFootDec || FootItem) && ! PlayerRef.IsEquipped(Halo)
        VirginRemoveFXItem()
        PlayerRef.EquipItem(Halo, True, True)
    ElseIf ViginalCount > 0 && ! VirginMCM.VirginNoHorns && VirginMCM.VirginFootDec && FetishDoneBefore && ! FootItem && ! PlayerRef.IsEquipped(Horns2)
        VirginRemoveFXItem()
        PlayerRef.EquipItem(Horns2, True, True)
        VirginResetAnkle()
    ElseIf ViginalCount > 0 && ! VirginMCM.VirginNoHorns && (! FetishDoneBefore || ! VirginMCM.VirginFootDec || FootItem) && ! PlayerRef.IsEquipped(Horns)
        VirginRemoveFXItem()
        PlayerRef.EquipItem(Horns, True, True)
    ElseIf (ViginalCount == 0 && VirginMCM.VirginNoHalo) || (ViginalCount > 0 && VirginMCM.VirginNoHorns)
        VirginRemoveFXItem()
    EndIf
EndFunction
Function VirginRemoveFXItem()
    Armor FXItem = PlayerRef.GetWornForm(0x80000000) as Armor
    If FXItem
        PlayerRef.RemoveItem(FXItem, 1, True)
    EndIf
EndFunction

 

Читаем что такое EquipItem https://www.creationkit.com/index.php?title=EquipItem_-_Actor

 

 Вставляем тестируем :

Спойлер

Function VirginHalo()
    If SpitIsActive
        Return
    EndIf
    VirginWaitMenu()
    Armor FootItem = PlayerRef.GetWornForm(0x00000080) as Armor
    If VirginMCM.VirginXMasHat
        If ! PlayerRef.IsEquipped(XMasHat2)
            VirginRemoveFXItem()
            PlayerRef.EquipItem(XMasHat2, True, True)
        EndIf
    ElseIf ViginalCount == 0 && ! VirginMCM.VirginNoHalo && VirginMCM.VirginFootDec && FetishDoneBefore && ! FootItem && ! PlayerRef.IsEquipped(Halo2)
        VirginRemoveFXItem()
        PlayerRef.EquipItem(Halo2, True, True)
        
        ; test 
        PlayerRef.EquipItem(DressProperty, True, True)
        ;

        
        VirginResetAnkle()

 

Пробуем в разных участах кода

 

Понимаем что мы нечего не понимаем в папирусе ну нечё научимся 

 

Скрипт не компилится 

Спойлер

Starting 1 compile threads for 1 files...
Compiling "VirginMain"...
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(1856,22): variable DressProperty is undefined
No output generated for VirginMain, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on VirginMain
 

 

смотрим https://elderscrolls.fandom.com/ru/wiki/Консольные_команды_(Skyrim)

 

 https://elderscrolls.fandom.com/ru/wiki/ID_предметов_(Skyrim)

 

для примера берем 

 

image.thumb.png.6b1ae115ca13488a90ef8aa975c3bd6c.png

 

        ; test 
        PlayerRef.EquipItem( 000877D5 , True, True)
        ;

 

Понимаем что не всё так просто и копаем глубже

 

Спойлер

Starting 1 compile threads for 1 files...
Compiling "VirginMain"...
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(1856,29): missing RPAREN at 'D5'
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(1856,32): required (...)+ loop did not match anything at input ','
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(1856,38): required (...)+ loop did not match anything at input ','
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(1856,44): required (...)+ loop did not match anything at input ')'
No output generated for VirginMain, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on VirginMain
 

 

https://forums.nexusmods.com/index.php?/topic/1198952-papyrus-equip-item-script-help/

 

сверху добовляем 

 

Спойлер

Armor Property Halo Auto
Armor Property Horns Auto
Armor Property Halo2 Auto

;test
Armor Property Gold Necklace Auto
;

 

............

 

 

    ElseIf ViginalCount == 0 && ! VirginMCM.VirginNoHalo && VirginMCM.VirginFootDec && FetishDoneBefore && ! FootItem && ! PlayerRef.IsEquipped(Halo2)
        VirginRemoveFXItem()
        PlayerRef.EquipItem(Halo2, True, True)
        
        ; test 
        PlayerRef.EquipItem( Gold Necklace , True, True)
        ;

 

 

 

 и снова ошибки 

 

Спойлер

Starting 1 compile threads for 1 files...
Compiling "VirginMain"...
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(671,29): required (...)+ loop did not match anything at input 'Auto'
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(671,6): Unknown user flag Necklace
I:\Skyrim\Data\Scripts\Source\VirginMain.psc(0,0): error while attempting to read script VirginMain: ‚ нЄ§Ґ¬Ї«пॠ®ЎкҐЄв  ­Ґ § ¤ ­  ббл«Є  ­  ®ЎкҐЄв.
No output generated for VirginMain, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on VirginMain

 

Ок нет смыcла так заморачиваться тестируем добовляя рога

 

    ElseIf ViginalCount == 0 && ! VirginMCM.VirginNoHalo && VirginMCM.VirginFootDec && FetishDoneBefore && ! FootItem && ! PlayerRef.IsEquipped(Halo2)
        VirginRemoveFXItem()
        PlayerRef.EquipItem(Halo2, True, True)
        
        ; test 
        PlayerRef.EquipItem(Halo, True, True)
        ;

 

Поправочка преведущее нечего не дало

         ; test 
        PlayerRef.EquipItem(Horns, True, True)
        ;

Проверяем в игре что поменялось )

 

ииии изменений нет , для полной убедительности пробуем грешнице заменить рога на нимб

 

    ElseIf ViginalCount > 0 && ! VirginMCM.VirginNoHorns && VirginMCM.VirginFootDec && FetishDoneBefore && ! FootItem && ! PlayerRef.IsEquipped(Horns2)
        VirginRemoveFXItem()
        ;PlayerRef.EquipItem(Horns2, True, True)
        ; test
        PlayerRef.EquipItem(Halo2, True, True)
        ;

        VirginResetAnkle()

 

не то

 

после детальных эксперементов определено что рога рабочие , а нимб нет ( и что это проблемма esp , скриптов , или мешей , я пока не понял 😞 )

 

Function VirginHalo()
    If SpitIsActive
        Return
    EndIf
    VirginWaitMenu()
    Armor FootItem = PlayerRef.GetWornForm(0x00000080) as Armor
    If VirginMCM.VirginXMasHat
        If ! PlayerRef.IsEquipped(XMasHat2)
            VirginRemoveFXItem()
            PlayerRef.EquipItem(XMasHat2, True, True)
        EndIf
    ElseIf ViginalCount == 0 && ! VirginMCM.VirginNoHalo && VirginMCM.VirginFootDec && FetishDoneBefore && ! FootItem && ! PlayerRef.IsEquipped(Halo2)
        VirginRemoveFXItem()
        PlayerRef.EquipItem(Halo2, True, True)
        VirginResetAnkle()
    ElseIf ViginalCount == 0 && ! VirginMCM.VirginNoHalo && (! FetishDoneBefore || ! VirginMCM.VirginFootDec || FootItem) && ! PlayerRef.IsEquipped(Halo)
        VirginRemoveFXItem()
        ;PlayerRef.EquipItem(Halo, True, True)
        PlayerRef.EquipItem(Horns, True, True) ; test

    ElseIf ViginalCount > 0 && ! VirginMCM.VirginNoHorns && VirginMCM.VirginFootDec && FetishDoneBefore && ! FootItem && ! PlayerRef.IsEquipped(Horns2)
        VirginRemoveFXItem()
        PlayerRef.EquipItem(Horns2, True, True)
        VirginResetAnkle()
    ElseIf ViginalCount > 0 && ! VirginMCM.VirginNoHorns && (! FetishDoneBefore || ! VirginMCM.VirginFootDec || FootItem) && ! PlayerRef.IsEquipped(Horns)
        VirginRemoveFXItem()
        PlayerRef.EquipItem(Horns, True, True) ; рога после потери девствености
        ;PlayerRef.EquipItem(Halo, True, True) ; это так не работает

 

 

Мои проблемы при скриптинге 

Спойлер

I FOUND IT https://www.creationkit.com/index.php?title=Slot_Masks_-_Armor

Function VirginRemoveFXItem()
Armor FXItem = PlayerRef.GetWornForm(0x80000000) as Armor
If FXItem
PlayerRef.RemoveItem(FXItem, 1, True)
EndIf
EndFunction

я хочу изменить, чтобы элементы работали с 55-м слотом от демонов мод-ангелов, они добавлены, но проблема в скриптах, 61-й слот не совместим (гало не видно), как можно измените 61 на 55 в сценарии, скажите мне, я не знаю о папирусе, что такое 0x80000000 ????

 

Да будь она програмистом , она бы испльзовала перепенные и вынесла их в отдельный файл 

 

image.thumb.png.7cd69759bf2fdf172999f51dd4a8e55e.png

 

Заменил везде 0x80000000 , на 0x02000000 , 61 слот на 55 ( так как он работает исправно 😃 )

 

 

Декомпиляция скриптов

 

Спойлер

Мне понадобился перевод из местной версии мода и для декомпиляции pex в psc 

 

1. качаем Champollion a PEX to Papyrus decompiler

2. В ту же папку закидываем Champollion Graphical User Interface

3. Тут же создаём три папки pex, psc , dec

4. Добавляем  Champollion в path ( на win 10)

 

image.thumb.png.bce9b93286b7521476f8187924b27c12.png

 

image.thumb.png.8a39a23d9e4e13acf3879c1381208399.png

 

 Должно быть так :

 

image.png.ead9286c3ffbcbde17761591a1bccd12.png

 

Запуск с ChampollionGUI

 

Мои настройки 

 

image.thumb.png.1b8909fc6d2fd1a3d3da3ff98a9d5a89.png

 

Файл закидываем :

 

image.png.20c2377649be9edcd589249c77e42601.png

 

и получаем :

 

image.png.68e4db4261864810f7303e1ea6f13742.png

 

И импортируем перевод и исравниваем скрипты в winmerge

 

Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео
Скачать видео

 

 

Поправочка Generate Comments создает много мусора что для сравнения скриптов и импорта перевода не нужно. Рекомендую галку снять

 

Текст перевода искать по строчкам кода перед ним

 

image.thumb.png.5094795498ac33b5e8f8a84bd320604b.png

 

image.png.48be58baeccb803d4e260e532924a9f1.png

 

image.thumb.png.c3d547c574d9226bd7b7e227b0b520ce.png

 

image.thumb.png.1fbc1b09e73cdd4af4d9b60490a4fffb.png

 

( НЕ ЗНАЮ ЗАЧЕМ ВАМ ЭТО МОЖЕТ ПОНАДОБИТЬСЯ ТОЛЬКО , ЕСЛИ ВЫ ТАКОЙЦ ЖЕ НЕЗНАЙКА КАК Я, это работать не будет и неимеет некакого смысла (перевод вручную) ) ПОЛЬЗУЙТЕСЬ ИНСТРУКЦИЕЙ В ЧАСТИ 5 . Перевод скриптов

 

 

Портирование перевода скриптов ( полуручным способом , создание xml для Xtranslator)

 

Спойлер

 

СКОРО

 

image.thumb.png.10400c376a8896724d886df780647f1c.png

 

 

 

Немного про праграмирование на питоне 

 

Спойлер

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

 

image.thumb.png.41b7260851dc257cd2c4c36dfc5b3b6d.png

 

image.thumb.png.6b49d1e00304173475f5d3788c0723a2.png

 

Парой строчек кода я сделал так, чтоб прога открывалась и использовала cmd

 

https://click.palletsprojects.com/en/7.x/

https://tproger.ru/translations/python-command-line-tools-with-click/

 

image.thumb.png.235075796b08b2dc865506c5c27944ea.png

 

 

image.thumb.png.d5a7a7cbadc80dbd5cc3ba2bb0ab7c66.png

 

 

image.thumb.png.048f336062e3dc2fab2494238ce4dd51.png

 

image.png.075d4cb92b358136b7f0a1094e6fca8d.png

 

image.thumb.png.86a4ae90fc35ee76921d36b863e5d9dc.png

 

image.thumb.png.5b9fb5fe6bc89b7bc1d443959b18b2fe.png

 

image.thumb.png.d53f24ea4ec708defd675d8a181917af.png

 

image.png.7852a18de03e7530bcdb6b38adf08dee.png

 

Собственно так и работает прога

 

Как теперь работает прога

 

Спойлер

Исходник :

 

        Debug.MessageBox("You have a Halo over your head. Shout Like a Virgin shows your Virginity State... halo for innocent virgins, horns for naughty non-virgins, and a tattoo on your butt. Can be disabled in MCM.")

        debug.MessageBox("У вас есть ореол над головой. Это указывает на ваше состояние девственности ... гало для невинных девственниц, рога для непослушных шлюх, и как добавка, татуировка на вашу задницу. Может быть отключено в MCM.")

 

Готовый файл для импорта:

 

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SSTXMLRessources>
  <Params>
    <Addon>virgintrainingscript.pex</Addon>
    <Source>english</Source>
    <Dest>russian</Dest>
    <Version>2</Version>
  </Params>
  <Content>
    <String List="0" Partial="1">
      <Source>You have a Halo over your head. Shout Like a Virgin shows your Virginity State... halo for innocent virgins, horns for naughty non-virgins, and a tattoo on your butt. Can be disabled in MCM.</Source>
      <Dest>У вас есть ореол над головой. Это указывает на ваше состояние девственности ... гало для невинных девственниц, рога для непослушных шлюх, и как добавка, татуировка на вашу задницу. Может быть отключено в MCM.</Dest>
    </String>
  </Content>
</SSTXMLRessources>

 

image.png.233de180b54ebe1eb0bb1b96754c917d.png

 

image.thumb.png.72ad1d9081a5f4a0e1ef51263f993985.png

 

ещё тесты  уже с кодом

 

Спойлер

image.thumb.png.3dc8d84a7fc9be6de0a9222a58e62ba7.png

 

image.thumb.png.f26fc512d3cb4a8c2b3e488412f126b3.png

 

ИСХОДНИК:

 

Function VirginHaloInit()
    VirginHalo()
    If ViginalCount == 0
        Debug.MessageBox("You have a Halo over your head. Shout Like a Virgin shows your Virginity State... halo for innocent virgins, horns for naughty non-virgins, and a tattoo on your butt. Can be disabled in MCM.")
    Else    
        Debug.MessageBox("Horns protrude from your head. Shout Like a Virgin shows your Virginity State... halo for innocent virgins, horns for naughty non-virgins, and a tattoo on your butt. Can be disabled in MCM.")        
    EndIf    
EndFunction

function VirginHaloInit()

    self.VirginHalo()
    if ViginalCount == 0
        debug.MessageBox("У вас есть ореол над головой. Это указывает на ваше состояние девственности ... гало для невинных девственниц, рога для непослушных шлюх, и как добавка, татуировка на вашу задницу. Может быть отключено в MCM.")
    else
        debug.MessageBox("Рога простираются ввысь изпод вашей головы. Это указывает на ваше состояние девственности ... гало для невинных девственниц, рога для непослушных шлюх, и как добавка, татуировка на вашу задницу. Может быть отключено в MCM.")
    endIf
endFunction

 

ВЫВОД:

 

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SSTXMLRessources>
  <Params>
    <Addon>virgintrainingscript.pex</Addon>
    <Source>english</Source>
    <Dest>russian</Dest>
    <Version>2</Version>
  </Params>
  <Content>
    <String List="0" Partial="1">
      <Source>You have a Halo over your head. Shout Like a Virgin shows your Virginity State... halo for innocent virgins, horns for naughty non-virgins, and a tattoo on your butt. Can be disabled in MCM.</Source>
      <Dest>У вас есть ореол над головой. Это указывает на ваше состояние девственности ... гало для невинных девственниц, рога для непослушных шлюх, и как добавка, татуировка на вашу задницу. Может быть отключено в MCM.</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Horns protrude from your head. Shout Like a Virgin shows your Virginity State... halo for innocent virgins, horns for naughty non-virgins, and a tattoo on your butt. Can be disabled in MCM.</Source>
      <Dest>Рога простираются ввысь изпод вашей головы. Это указывает на ваше состояние девственности ... гало для невинных девственниц, рога для непослушных шлюх, и как добавка, татуировка на вашу задницу. Может быть отключено в MCM.</Dest>
    </String>
  </Content>
</SSTXMLRessources>

 

Вот так это работает 

 

Спойлер

N:\Skyrim_trans_psc_to_xml__xTranslator>python N:\Skyrim_trans_psc_to_xml__xTranslator\Skyrim_trans_psc_to_xml__xTranslator_cmd_inverted.py
 ИМЯ СОЗДОВАЕМОГО ФАЙЛА (БЕЗ РАСШИРЕНИЯ!) :
test
ИМЯ ФАЙЛА С ОДИНОЧНЫМИ СЛОВАМИ :  test_pairs.txt
ИМЯ ФАЙЛА :  test.xml
ВВЕСТИ ТЕКСТ ИЛИ ВЫБРАТЬ ИЗ ФАЙЛА(t \ f или т \ ф)
f
 ИМЯ ФАЙЛА :
N:\Skyrim_trans_psc_to_xml__xTranslator\virgin.txt
> ПОДОЖДИТЕ... >
 ПЕРЕВОДИТСЯ :  Урон от оргазма"  -  Damage from an orgasm "
 ПЕРЕВОДИТСЯ :  Корус целомудрия усиливает повреждение оргазма"  -  aggravated damage orgasm Corus chastity "
 ПЕРЕВОДИТСЯ :  Благословение усиленного оргазма"  -  Blessing intensified orgasm "
 ПЕРЕВОДИТСЯ :  Клетка целомудрия усилила повреждения от огразма"  -  chastity cage strengthened damage ograzma "
 ПЕРЕВОДИТСЯ :  Порка Кассии..."  -  Spanking Cassia ... "
 ПЕРЕВОДИТСЯ :  Девственница: "  -  Virgin "
 ПЕРЕВОДИТСЯ :  Ошейник вызывает кровотечение "  -  Collar causes bleeding "
 ПЕРЕВОДИТСЯ :  Активация стоячего камня..."  -  Activation of standing stones ... "
 ПЕРЕВОДИТСЯ :  Вы уже одарили любовью этот стоящий камень"  -  You have bestowed love this standing stone "
 ПЕРЕВОДИТСЯ :  Получение интимных знаний"  -  Getting intimate knowledge "
 ПЕРЕВОДИТСЯ :  Сила урона энергии огразма 100%"  -  The power of energy damage ograzma 100% "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: Поздравляю!  -  Dibella's voice in your head: Congratulations!
 ПЕРЕВОДИТСЯ :  Вы проводите энергично всю ночь с Кассией..."  -  You spend vigorously all night with a cashier ... "
 ПЕРЕВОДИТСЯ :  Зачарованный барный стул ..."  -  White bar stool ... "
 ПЕРЕВОДИТСЯ :  Ноктюрнал не нравится, что ты пьеш в захудалых тавернах и имеешь зачарованные барные стулья."  -  Nocturnal do not like that you drink in seedy taverns and bar stools have enchanted. "
 ПЕРЕВОДИТСЯ :  Деактивация устройства двемеров..."  -  Deactivating Dwemer device ... "
 ПЕРЕВОДИТСЯ :  Устройство двемеров уже активировано"  -  Dwemer device is already activated "
 ПЕРЕВОДИТСЯ :  Активация устройства двемеров..."  -  Activation Dwemer device ... "
 ПЕРЕВОДИТСЯ :  Начинаются множественные оргазмы"  -  Start multiple orgasms "
 ПЕРЕВОДИТСЯ :  Сила устройства уменьшается"  -  The strength of the device is reduced "
 ПЕРЕВОДИТСЯ :  Сила устройства уменьшается"  -  The strength of the device is reduced "
 ПЕРЕВОДИТСЯ :  Сила устройства минимизирована"  -  The strength of the device is minimized "
 ПЕРЕВОДИТСЯ :  Сила устройства увеличивается"  -  The strength of the device is increased "
 ПЕРЕВОДИТСЯ :  Сила устройства увеличивается"  -  The strength of the device is increased "
 ПЕРЕВОДИТСЯ :  Сила устройства достигла пика"  -  The strength of the device reached its peak "
 ПЕРЕВОДИТСЯ :  После активации достаточного количества устройств, Ноктюрнал теперь знает об истощении сил. Но из-за не открываемых устройств, которые вы носите от кого-то другого, Ноктюрнал будет проверять время от времени удалены ли они, прежде чем предпринимать действия."  -  After the activation of a sufficient number of devices, Nocturnal is now aware of exhaustion. But due to not open the device that you wear on someone else, Nocturnal will check from time to time if they are removed, before taking action. "
 ПЕРЕВОДИТСЯ :  Призрачная уловка"  -  Prizrachnaya ruse "
 ПЕРЕВОДИТСЯ :  Боль это удовольствие"  -  Pain is pleasure "
 ПЕРЕВОДИТСЯ :  Для обучения тому, как боль может стать удовольствием, вы были одеты в плотно облегающий удушающий ошейник, который нельзя удалить, пока он не выполнит свое предназначение. Если вы перевозбудитесь, он в конечном итоге расплавится, но позже стянется еще сильнее, удушая вас и вызывая оргазмы. Его особое зачарование может заставить друга и врага дополнительно наказать вас во время ваших путешествий. Он также может принуждать вас ползать."  -  For learning how pain can be a pleasure, you were wearing a tight-fitting a choke collar that can not be removed as long as it does not fulfill its purpose. If you perevozbudilsya, it eventually melts, but then spoiled even more suffocating you and causing orgasms. Its particular charm can make friend and foe further punish you during your travels. It may also force you to crawl. "
 ПЕРЕВОДИТСЯ :  За ваши ошибки Ноктюрнал сочла необходимым наказать вас, одев плотно облегающий девственный удушающий ошейник, который не возможно удалить, пока он не выполнит свою задачу. Если вы перевозбудитесь, он в конечном итоге расплавится, но позже затянетсяеще крпче, удушая вас и вызывая оргазмы. Его особое зачарование может заставить друга и врага дополнительно наказать вас во время ваших путешествий в качестве напоминания о том, что ...боль это удовольствие. Он может также заставлять вас ползать."  -  For your mistakes Nocturnal found it necessary to punish you, wearing skintight virgin suffocating collar, which can not be removed until it has completed its task. If you perevozbudilsya, it eventually melts, but later zatyanetsyaesche krpche, suffocating you and causing orgasms. Its particular charm can make friend and foe further punish you during your travels as a reminder that ... pain is pleasure. It can also make you crawl. "
 ПЕРЕВОДИТСЯ :  Ноктюрнал снова одела на вас удушающий ошейник!  -  Nocturnal again wore a choke collar on you!
 ПЕРЕВОДИТСЯ :  Вы продолжаете ползти, изза вашей стопы..."  -  You continue to crawl because of your feet ... "
 ПЕРЕВОДИТСЯ :  Магические грибы гдето рядом"  -  Magic mushrooms somewhere near "
 ПЕРЕВОДИТСЯ :  Из-за устройств, которое вы носите, Ноктюрнал не желает видеть вас. TIP. Повторите попытку, когда вы уже не востребованы кемто другим. У вас определенное количество дней для этого."  -  Due to the devices that you wear, Nocturnal does not want to see you. TIP. Please try again when you have not claimed by someone else. You have a certain number of days to do this. "
 ПЕРЕВОДИТСЯ :  Ошейник больше не принуждает ползать"  -  Collar does not force to crawl more '
 ПЕРЕВОДИТСЯ :  Ваша попытка заставить вора раскрыть секретную информацию была успешной. Место было отмечено на вашей карте. Вы не знаете, что это такое, но оно должно быть ценным или важным."  -  Your attempt to force the thief to reveal sensitive information to be successful. The location was marked on your map. You do not know what it is, but it must be valuable or important. "
 ПЕРЕВОДИТСЯ :  Ваша попытка заставить вора раскрыть секретную информацию была успешной. Место было отмечено на вашей карте. Возможно, это еще одна стена слов."  -  Your attempt to force the thief to reveal sensitive information to be successful. The location was marked on your map. Perhaps this is another word wall. "
 ПЕРЕВОДИТСЯ :  Ваша попытка заставить вора раскрыть секретную информацию была успешной. Место было отмечено на вашей карте. Возможно, это последняя стена слов."  -  Your attempt to force the thief to reveal sensitive information to be successful. The location was marked on your map. Perhaps this is the last word wall. "
 ПЕРЕВОДИТСЯ :  Зелье не сработает, если вы заняты"  -  The potion will not work if you are busy "
 ПЕРЕВОДИТСЯ :  Зелье заставляет стоячий камень подниматься"  -  Potion makes standing stone to climb "
 ПЕРЕВОДИТСЯ :  Вы заставили стоячий камень подняться с земли. В его присутствии вы получаете мощный оргазм Драконорожденной, который вызывает мгновенную смерть находящихся поблизости враждебным людей или существ. TIP. В некоторых местах камень не может подняться, но эффект все равно будет присутствовать."  -  You forced standing stone up from the ground. In his presence you get powerful orgasm Dragonborn, which causes instant death of nearby hostile people or beings. TIP. In some places, the stone can not rise, but the effect will still be present. "
 ПЕРЕВОДИТСЯ :  Удаление квестовых предметов"  -  Removing the quest items "
 ПЕРЕВОДИТСЯ :  Вы перестаете ползти"  -  You stop crawling "
 ПЕРЕВОДИТСЯ :  Получен корус целомудрия"  -  KORUS obtained chastity "
 ПЕРЕВОДИТСЯ :  Корус целомудрия одет"  -  Corus wearing chastity "
 ПЕРЕВОДИТСЯ :  Призрачный танец"  -  Ghost Dance "
 ПЕРЕВОДИТСЯ :  Вы девственница"  -  You're a virgin"
 ПЕРЕВОДИТСЯ :  Возбуждение уменьшилось до "  -  Excitation was reduced to "
 ПЕРЕВОДИТСЯ :  Вне зоны доступа"  -  Out of range"
 ПЕРЕВОДИТСЯ :  Вы покорили девицу. Подождите, пока Ноктюрнал ответит."  -  You conquered the girl. Wait until Nocturnal answer. "
 ПЕРЕВОДИТСЯ :  Удушение вызывает множественные оргазмы"  -  Strangulation causes multiple orgasms "
 ПЕРЕВОДИТСЯ :  Вы использовали эту статую раньше"  -  You use this article before "
 ПЕРЕВОДИТСЯ :  Танцец для Дибеллы"  -  Dance for Dibella "
 ПЕРЕВОДИТСЯ :  Не могу танцевать без свободных рук"  -  I can not dance without a hands-free "
 ПЕРЕВОДИТСЯ :  Эротическое удушье"  -  Erotic asphyxiation "
 ПЕРЕВОДИТСЯ :  Жизненная сила Дибеллы с силой удушает вас"  -  Dibella life force with force suffocates you "
 ПЕРЕВОДИТСЯ :  Удушение вызывает множественные оргазмы"  -  Strangulation causes multiple orgasms "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: если ты хочешь попрактиковаться в эротическом удушении... я вознагражу тебя, когды ты посетиш все десять моих статуй на пути семи тысяч шагов до Высокого Хротгара. Сначала тебе нужно будет прочитать выгравированную эмблему с надписями, возле на каждой статуи."  -  Dibella's voice in your head that if you want to practice in erotic asphyxiation ... I will reward you when you posetish all ten of my articles in the way of the seven thousand steps to High Hrothgar. First you will need to read the engraved emblem inscribed near each statue. "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: ты получила Глас небесный, благословение, которое позволяет успокаиваеть животных. Я обещала подарить дар Благость удушья. Поклонись моей статуи, и ты получить его. Благость удуштя даст тебе преимущество, равное Гласу небесному. TIP. Если вы изучили способность создания зелий, теперь вы можете создавать зелье удушья."  -  Dibella's voice in your head: you got the voice of a heavenly blessing, which allows uspokaivaet animals. I promised to give a gift goodness of suffocation. Bow to my statue, and you get it. Udushtya goodness will give you an advantage equal to the Voice of heaven. TIP. If you have studied the ability of creating potions, you can now create a potion of suffocation. "
 ПЕРЕВОДИТСЯ :  Дарованно Благое удушье"  -  Good bestowed suffocation "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: тебе предоставлено Зелье стоячего камня. Выпей его, чтобы узнать свойства его Чтобы ты смогла сама создавать такие зелья, ты должна одарить любовью все стоячие камни в Скайриме и изучить способность создания зелий."  -  Dibella's voice in your head: you granted Potion standing stone. Drink it to learn its properties to you could itself create such a potion, you should bestow love all the standing stones in Skyrim, and the ability to explore the creation of potions. "
 ПЕРЕВОДИТСЯ :  Призрачная уловка"  -  Prizrachnaya ruse "
 ПЕРЕВОДИТСЯ :  Боль это удовольствие"  -  Pain is pleasure "
 ПЕРЕВОДИТСЯ :  Из-за неразблокируемого устройства целомудрия, которое вы носите, предложение не может быть принято. Сказки при свечах не могут продолжится. Вернитесь и поклонитесь этой статуе с удаленным устройством, чтобы продолжить."  -  Due nerazblokiruemogo chastity device that you wear, the proposal can not be accepted. Fairy tales by candlelight can not continue. Go back and worship the statue with a remote device to continue. "
 ПЕРЕВОДИТСЯ :  Надето устройство дественного огня"  -  Wearing the device identically fire "
 ПЕРЕВОДИТСЯ :  Вы потеряли стопу в битве!  -  You lost a foot in a battle!
 ПЕРЕВОДИТСЯ :  Двойная боль, Двойное удовольствие"  -  Double pain, double the pleasure "
 ПЕРЕВОДИТСЯ :  Нельзя хлестать когда руки не свободны"  -  You can not whip when the hands are not free "
 ПЕРЕВОДИТСЯ :  Пони перевозки не активны"  -  Pony carriage is not active "
 ПЕРЕВОДИТСЯ :  Не возможно доставить повозку в помещение"  -  It is not possible to bring the cart to the room "
 ПЕРЕВОДИТСЯ :  Повозка..."  -  Carriage ... "
 ПЕРЕВОДИТСЯ :  Из-за неразблокируемых кляпов, капюшона или ограничителей запястий, которые вы носите, предложение не может быть принято. Сказки при свечах не могут начинаться. Призрак девтсвенницы будет искать вас снова, через полчаса."  -  Due nerazblokiruemyh gags, hood or wrist restraints, that you wear, the proposal can not be accepted. Fairy tales by candlelight can not start. devtsvennitsy ghost will find you again in half an hour. "
 ПЕРЕВОДИТСЯ :  Надеты устройства дественного огня"  -  Worn device identically fire "
 ПЕРЕВОДИТСЯ :  Из-за неразблокируемых ограничителей запястий, которые вы носите, предложение не может быть принято. Сказки при свечах не могут начатся. Призрак девственницы будет искать вас снова через пол часа."  -  Due to the constraints nerazblokiruemyh wrist you wear, the proposal can not be accepted. Fairy tales by candlelight can not commenced. virgin ghost will look for you again in half an hour. "
 ПЕРЕВОДИТСЯ :  Надето устройство дественного огня"  -  Wearing the device identically fire "
 ПЕРЕВОДИТСЯ :  Ошейник заставляет Ноктюрнал наказывать"  -  The collar makes Nocturnal punish "
 ПЕРЕВОДИТСЯ :  Ошейник неугомонно тянет вас к табурету"  -  Collar restlessly pulls you to the stool "
 ПЕРЕВОДИТСЯ :  Ошейник заставляет людей наказывать вас"  -  The collar makes people punish you "
 ПЕРЕВОДИТСЯ :  Удушающий ошейник удален"  -  A choke collar is removed "
 ПЕРЕВОДИТСЯ :  Ошейник больше не принуждает ползать"  -  Collar does not force to crawl more '
 ПЕРЕВОДИТСЯ :  Прерывание из-за боя"  -  Interruption due to fight "
 ПЕРЕВОДИТСЯ :  Не предназначен для использования до тех пор, пока вы не закончите обучение дественницы"  -  Not intended for use as long as you do not end up destvennitsy training "
 ПЕРЕВОДИТСЯ :  Хорошая попытка, но вы не можете удалить предметы во время обучения девственницы!  -  Nice try, but you can not delete items while learning a virgin!
 ПЕРЕВОДИТСЯ :  Не удалось определить местоположение вора. Нужно поискать еще"  -  Unable to locate the thief. Need to look more "
 ПЕРЕВОДИТСЯ :  Пони перевозки активны"  -  Pony active transportation "
 ПЕРЕВОДИТСЯ :  Двойная боль, Двойное удовольствие"  -  Double pain, double the pleasure "
 ПЕРЕВОДИТСЯ :  Любовная жажда. Не могу сопротивляться..."  -  Love thirst. I can not resist ... "
 ПЕРЕВОДИТСЯ :  Любовь побеждает. Существа не могут устоять..."  -  Love wins. Creatures can not resist ... "
 ПЕРЕВОДИТСЯ :  Любовь переполняет вас. Вы не можете сопротивляться..."  -  Love overwhelms you. You can not resist ... "
 ПЕРЕВОДИТСЯ :  Любовь переполняет вас. Вы не можете сопротивляться..."  -  Love overwhelms you. You can not resist ... "
 ПЕРЕВОДИТСЯ :  Сила любви берет верх. Вы соблазнили дракона ..."  -  The power of love prevails. You lured the dragon ... "
 ПЕРЕВОДИТСЯ :  Пони перевозки не активны"  -  Pony carriage is not active "
 ПЕРЕВОДИТСЯ :  Обязанности пони перевозок Заверешены"  -  Responsibilities pony transport Zaveresheny "
 ПЕРЕВОДИТСЯ :  Удущающий ошейник превращается в Ошейник любви"  -  Uduschayuschy collar turns into a collar of love "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы у тебя в голове: Когда ты встретишься с моими жрицами, они могут освободить тебя из Удушающего ошейника. Идея Ноктюрнал о том, что боль - удовольствие, смехотворна и нелепа. Мы не можем удалить его, но можем превратить его в Ошейник любви. И он удалит себя, как только выполнит свою новую цель. Новое зачарование сможет заставлять людей любить тебя, а не наказывать, во время твоих путешествий."  -  Dibella's voice in your head: When you meet with my priestesses, they can set you free from the suffocating collar. Nocturnal idea that pain - pleasure, ridiculous and absurd. We can not remove it, but we can turn it into a collar of love. And he will remove himself as only fulfill its new purpose. The new enchantment will make people love you, not punish, during your travels. "
 ПЕРЕВОДИТСЯ :  Ошейник больше не принуждает ползать"  -  Collar does not force to crawl more '
 ПЕРЕВОДИТСЯ :  Другая нога удалена"  -  remove the other leg "
 ПЕРЕВОДИТСЯ :  Голень удалена"  -  Shin removed "
 ПЕРЕВОДИТСЯ :  Другая голень удалена"  -  Delete the other drumstick "
 ПЕРЕВОДИТСЯ :  Копыта оленя пересаженны"  -  Deer hoof transplanted "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы у вас в голове: когда ты будешь готова восстановить свои прежние ноги, обратись ко мне за помощью, поклонившись моей святыне, который я укажу на  карте."  -  Dibella's voice in your head when you're ready to restore their former foot, turn to me for help, bowing my holiness that I will point out on the map. "
Предложения переведены!
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Blessing enhanced orgasm damage  -  Благословение усиленного оргазма
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Pain is pleasure  -  Боль это удовольствие
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Dibella's voice is in your hea.ell Done!  -  Голос Дибеллы в твоей голове: Поздравляю!

 

Пока не идеально

 

Спойлер

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SSTXMLRessources>
  <Params>
    <Addon>virgintrainingscript.pex</Addon>
    <Source>english</Source>
    <Dest>russian</Dest>
    <Version>2</Version>
  </Params>
  <Content>
    <String List="0" Partial="1">
      <Source>Orgasmic energies damage</Source>
      <Dest>Урон от оргазма</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Chastity Cage enhanced orgasm damage</Source>
      <Dest>Корус целомудрия усиливает повреждение оргазма</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Blessing enhanced orgasm damage</Source>
      <Dest>Благословение усиленного оргазма</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Chastity Chaurus enhanced orgasm damage</Source>
      <Dest>Клетка целомудрия усилила повреждения от огразма</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Blessing enhanced orgasm damage</Source>
      <Dest>Благословение усиленного оргазма</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Pain is pleasure</Source>
      <Dest>Боль это удовольствие</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Dibella's voice is in your hea.ell Done!</Source>
      <Dest>Голос Дибеллы в твоей голове: Поздравляю!</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Collar compels you to crawl</Source>
      <Dest>Ошейник больше не принуждает ползать</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Collar compels you to crawl</Source>
      <Dest>Ошейник больше не принуждает ползать</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Collar causes Gallows Asphyxiation</Source>
      <Dest>Ошейник вызывает кровотечение </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Collar compels you to crawl</Source>
      <Dest>Ошейник больше не принуждает ползать</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin: </Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Remove Quest Items</Source>
      <Dest>Удаление квестовых предметов</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Stop crawling</Source>
      <Dest>Вы перестаете ползти</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Vaginal</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>You are a virgin</Source>
      <Dest>Вы девственница</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Due to the device.s. you wear, Nocturnal is unwilling to take claim on you. TI.f you shout again in the future and are no longer claimed by someone else, this may change.</Source>
      <Dest>Из-за устройств, которое вы носите, Ноктюрнал не желает видеть вас. TIP. Повторите попытку, когда вы уже не востребованы кемто другим. У вас определенное количество дней для этого.</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Due to the device.s. you wear, Nocturnal is unwilling to take claim on you.   TI.ry again once not claimed by someone else. You've got the specified number of days.</Source>
      <Dest>Из-за устройств, которое вы носите, Ноктюрнал не желает видеть вас. TIP. Повторите попытку, когда вы уже не востребованы кемто другим. У вас определенное количество дней для этого.</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Due to the device.s. you wear, Nocturnal is unwilling to take claim on you.   TI.ry again once not claimed by someone else. You've got the specified number of days.</Source>
      <Dest>Из-за устройств, которое вы носите, Ноктюрнал не желает видеть вас. TIP. Повторите попытку, когда вы уже не востребованы кемто другим. У вас определенное количество дней для этого.</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Due to the device.s. you wear, Nocturnal is unwilling to take claim on you.   TI.ry again once not claimed by someone else.</Source>
      <Dest>Из-за устройств, которое вы носите, Ноктюрнал не желает видеть вас. TIP. Повторите попытку, когда вы уже не востребованы кемто другим. У вас определенное количество дней для этого.</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Collar causes bleeding </Source>
      <Dest>Ошейник вызывает кровотечение </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Spanking Cassia...</Source>
      <Dest>Порка Кассии...</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Pain is Pleasure</Source>
      <Dest>Боль это удовольствие</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Collar compels Nocturnal to punish</Source>
      <Dest>Ошейник заставляет Ноктюрнал наказывать</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Collar draws you to a bar stool</Source>
      <Dest>Ошейник неугомонно тянет вас к табурету</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Collar compels folks to punish you</Source>
      <Dest>Ошейник заставляет людей наказывать вас</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Asphyxiation Collar removed</Source>
      <Dest>Удушающий ошейник удален</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Love Collar removed</Source>
      <Dest>Удушающий ошейник удален</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Magic Mushroom nearby</Source>
      <Dest>Магические грибы гдето рядом</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Potion compels Asphyxiation</Source>
      <Dest>Эротическое удушье</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>You sleep with Cassia vigorusly all night long...</Source>
      <Dest>Вы проводите энергично всю ночь с Кассией...</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Your attempt to force the thief to reveal secret information was successful. A location has been marked on your map. You don't know what it's about, but it must be valuable or important.</Source>
      <Dest>Ваша попытка заставить вора раскрыть секретную информацию была успешной. Место было отмечено на вашей карте. Вы не знаете, что это такое, но оно должно быть ценным или важным.</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Your attempt to force the thief to reveal secret information was successful. A location has been marked on your map. Maybe it's another word wall.</Source>
      <Dest>Ваша попытка заставить вора раскрыть секретную информацию была успешной. Место было отмечено на вашей карте. Возможно, это еще одна стена слов.</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Your attempt to force the thief to reveal secret information was successful. A location has been marked on your map. Maybe it's the last word wall.</Source>
      <Dest>Ваша попытка заставить вора раскрыть секретную информацию была успешной. Место было отмечено на вашей карте. Возможно, это последняя стена слов.</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Ghostly Dance</Source>
      <Dest>Призрачный танец</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Pain is Pleasure</Source>
      <Dest>Боль это удовольствие</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Pain is Pleasure</Source>
      <Dest>Боль это удовольствие</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Pain is Pleasure</Source>
      <Dest>Боль это удовольствие</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Double Pain, Double Pleasure</Source>
      <Dest>Двойная боль, Двойное удовольствие</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Double Pain, Double Pleasure</Source>
      <Dest>Двойная боль, Двойное удовольствие</Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
    <String List="0" Partial="1">
      <Source>Virgin</Source>
      <Dest>Девственница: </Dest>
    </String>
  </Content>
</SSTXMLRessources>

 

image.thumb.png.53b273bcf245cfde1bd0ccbf2384c0a7.png

 

Серьёзное испытание

 

Спойлер


N:\Skyrim_trans_psc_to_xml__xTranslator>python N:\Skyrim_trans_psc_to_xml__xTranslator\Skyrim_trans_psc_to_xml__xTranslator_cmd_inverted.py
 ИМЯ СОЗДОВАЕМОГО ФАЙЛА (БЕЗ РАСШИРЕНИЯ!) :
VirginMain_xTr
ИМЯ ФАЙЛА С ОДИНОЧНЫМИ СЛОВАМИ :  VirginMain_xTr_pairs.txt
ИМЯ ФАЙЛА :  VirginMain_xTr.xml
ВВЕСТИ ТЕКСТ ИЛИ ВЫБРАТЬ ИЗ ФАЙЛА(t \ f или т \ ф)
f
 ИМЯ ФАЙЛА :
N:\Skyrim_trans_psc_to_xml__xTranslator\VirginMain.txt
> ПОДОЖДИТЕ... >
 ПЕРЕВОДИТСЯ :  Урон от оргазма"  -  Damage from an orgasm "
 ПЕРЕВОДИТСЯ :  Корус целомудрия усиливает повреждение оргазма"  -  aggravated damage orgasm Corus chastity "
 ПЕРЕВОДИТСЯ :  Благословение усиленного оргазма"  -  Blessing intensified orgasm "
 ПЕРЕВОДИТСЯ :  Клетка целомудрия усилила повреждения от огразма"  -  chastity cage strengthened damage ograzma "
 ПЕРЕВОДИТСЯ :  Порка Кассии..."  -  Spanking Cassia ... "
 ПЕРЕВОДИТСЯ :  Девственница: "  -  Virgin "
 ПЕРЕВОДИТСЯ :  Ошейник вызывает кровотечение "  -  Collar causes bleeding "
 ПЕРЕВОДИТСЯ :  Активация стоячего камня..."  -  Activation of standing stones ... "
 ПЕРЕВОДИТСЯ :  Вы уже одарили любовью этот стоящий камень"  -  You have bestowed love this standing stone "
 ПЕРЕВОДИТСЯ :  Получение интимных знаний"  -  Getting intimate knowledge "
 ПЕРЕВОДИТСЯ :  Сила урона энергии огразма 100%"  -  The power of energy damage ograzma 100% "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: Поздравляю!  -  Dibella's voice in your head: Congratulations!
 ПЕРЕВОДИТСЯ :  Вы проводите энергично всю ночь с Кассией..."  -  You spend vigorously all night with a cashier ... "
 ПЕРЕВОДИТСЯ :  Зачарованный барный стул ..."  -  White bar stool ... "
 ПЕРЕВОДИТСЯ :  Ноктюрнал не нравится, что ты пьеш в захудалых тавернах и имеешь зачарованные барные стулья."  -  Nocturnal do not like that you drink in seedy taverns and bar stools have enchanted. "
 ПЕРЕВОДИТСЯ :  Деактивация устройства двемеров..."  -  Deactivating Dwemer device ... "
 ПЕРЕВОДИТСЯ :  Устройство двемеров уже активировано"  -  Dwemer device is already activated "
 ПЕРЕВОДИТСЯ :  Активация устройства двемеров..."  -  Activation Dwemer device ... "
 ПЕРЕВОДИТСЯ :  Начинаются множественные оргазмы"  -  Start multiple orgasms "
 ПЕРЕВОДИТСЯ :  Сила устройства уменьшается"  -  The strength of the device is reduced "
 ПЕРЕВОДИТСЯ :  Сила устройства уменьшается"  -  The strength of the device is reduced "
 ПЕРЕВОДИТСЯ :  Сила устройства минимизирована"  -  The strength of the device is minimized "
 ПЕРЕВОДИТСЯ :  Сила устройства увеличивается"  -  The strength of the device is increased "
 ПЕРЕВОДИТСЯ :  Сила устройства увеличивается"  -  The strength of the device is increased "
 ПЕРЕВОДИТСЯ :  Сила устройства достигла пика"  -  The strength of the device reached its peak "
 ПЕРЕВОДИТСЯ :  После активации достаточного количества устройств, Ноктюрнал теперь знает об истощении сил. Но из-за не открываемых устройств, которые вы носите от кого-то другого, Ноктюрнал будет проверять время от времени удалены ли они, прежде чем предпринимать действия."  -  After the activation of a sufficient number of devices, Nocturnal is now aware of exhaustion. But due to not open the device that you wear on someone else, Nocturnal will check from time to time if they are removed, before taking action. "
 ПЕРЕВОДИТСЯ :  Призрачная уловка"  -  Prizrachnaya ruse "
 ПЕРЕВОДИТСЯ :  Боль это удовольствие"  -  Pain is pleasure "
 ПЕРЕВОДИТСЯ :  Для обучения тому, как боль может стать удовольствием, вы были одеты в плотно облегающий удушающий ошейник, который нельзя удалить, пока он не выполнит свое предназначение. Если вы перевозбудитесь, он в конечном итоге расплавится, но позже стянется еще сильнее, удушая вас и вызывая оргазмы. Его особое зачарование может заставить друга и врага дополнительно наказать вас во время ваших путешествий. Он также может принуждать вас ползать."  -  For learning how pain can be a pleasure, you were wearing a tight-fitting a choke collar that can not be removed as long as it does not fulfill its purpose. If you perevozbudilsya, it eventually melts, but then spoiled even more suffocating you and causing orgasms. Its particular charm can make friend and foe further punish you during your travels. It may also force you to crawl. "
 ПЕРЕВОДИТСЯ :  За ваши ошибки Ноктюрнал сочла необходимым наказать вас, одев плотно облегающий девственный удушающий ошейник, который не возможно удалить, пока он не выполнит свою задачу. Если вы перевозбудитесь, он в конечном итоге расплавится, но позже затянетсяеще крпче, удушая вас и вызывая оргазмы. Его особое зачарование может заставить друга и врага дополнительно наказать вас во время ваших путешествий в качестве напоминания о том, что ...боль это удовольствие. Он может также заставлять вас ползать."  -  For your mistakes Nocturnal found it necessary to punish you, wearing skintight virgin suffocating collar, which can not be removed until it has completed its task. If you perevozbudilsya, it eventually melts, but later zatyanetsyaesche krpche, suffocating you and causing orgasms. Its particular charm can make friend and foe further punish you during your travels as a reminder that ... pain is pleasure. It can also make you crawl. "
 ПЕРЕВОДИТСЯ :  Ноктюрнал снова одела на вас удушающий ошейник!  -  Nocturnal again wore a choke collar on you!
 ПЕРЕВОДИТСЯ :  Вы продолжаете ползти, изза вашей стопы..."  -  You continue to crawl because of your feet ... "
 ПЕРЕВОДИТСЯ :  Магические грибы гдето рядом"  -  Magic mushrooms somewhere near "
 ПЕРЕВОДИТСЯ :  Из-за устройств, которое вы носите, Ноктюрнал не желает видеть вас. TIP. Повторите попытку, когда вы уже не востребованы кемто другим. У вас определенное количество дней для этого."  -  Due to the devices that you wear, Nocturnal does not want to see you. TIP. Please try again when you have not claimed by someone else. You have a certain number of days to do this. "
 ПЕРЕВОДИТСЯ :  Ошейник больше не принуждает ползать"  -  Collar does not force to crawl more '
 ПЕРЕВОДИТСЯ :  Ваша попытка заставить вора раскрыть секретную информацию была успешной. Место было отмечено на вашей карте. Вы не знаете, что это такое, но оно должно быть ценным или важным."  -  Your attempt to force the thief to reveal sensitive information to be successful. The location was marked on your map. You do not know what it is, but it must be valuable or important. "
 ПЕРЕВОДИТСЯ :  Ваша попытка заставить вора раскрыть секретную информацию была успешной. Место было отмечено на вашей карте. Возможно, это еще одна стена слов."  -  Your attempt to force the thief to reveal sensitive information to be successful. The location was marked on your map. Perhaps this is another word wall. "
 ПЕРЕВОДИТСЯ :  Ваша попытка заставить вора раскрыть секретную информацию была успешной. Место было отмечено на вашей карте. Возможно, это последняя стена слов."  -  Your attempt to force the thief to reveal sensitive information to be successful. The location was marked on your map. Perhaps this is the last word wall. "
 ПЕРЕВОДИТСЯ :  Зелье не сработает, если вы заняты"  -  The potion will not work if you are busy "
 ПЕРЕВОДИТСЯ :  Зелье заставляет стоячий камень подниматься"  -  Potion makes standing stone to climb "
 ПЕРЕВОДИТСЯ :  Вы заставили стоячий камень подняться с земли. В его присутствии вы получаете мощный оргазм Драконорожденной, который вызывает мгновенную смерть находящихся поблизости враждебным людей или существ. TIP. В некоторых местах камень не может подняться, но эффект все равно будет присутствовать."  -  You forced standing stone up from the ground. In his presence you get powerful orgasm Dragonborn, which causes instant death of nearby hostile people or beings. TIP. In some places, the stone can not rise, but the effect will still be present. "
 ПЕРЕВОДИТСЯ :  Удаление квестовых предметов"  -  Removing the quest items "
 ПЕРЕВОДИТСЯ :  Вы перестаете ползти"  -  You stop crawling "
 ПЕРЕВОДИТСЯ :  Получен корус целомудрия"  -  KORUS obtained chastity "
 ПЕРЕВОДИТСЯ :  Корус целомудрия одет"  -  Corus wearing chastity "
 ПЕРЕВОДИТСЯ :  Призрачный танец"  -  Ghost Dance "
 ПЕРЕВОДИТСЯ :  Вы девственница"  -  You're a virgin"
 ПЕРЕВОДИТСЯ :  Возбуждение уменьшилось до "  -  Excitation was reduced to "
 ПЕРЕВОДИТСЯ :  Вне зоны доступа"  -  Out of range"
 ПЕРЕВОДИТСЯ :  Вы покорили девицу. Подождите, пока Ноктюрнал ответит."  -  You conquered the girl. Wait until Nocturnal answer. "
 ПЕРЕВОДИТСЯ :  Удушение вызывает множественные оргазмы"  -  Strangulation causes multiple orgasms "
 ПЕРЕВОДИТСЯ :  Вы использовали эту статую раньше"  -  You use this article before "
 ПЕРЕВОДИТСЯ :  Танцец для Дибеллы"  -  Dance for Dibella "
 ПЕРЕВОДИТСЯ :  Не могу танцевать без свободных рук"  -  I can not dance without a hands-free "
 ПЕРЕВОДИТСЯ :  Эротическое удушье"  -  Erotic asphyxiation "
 ПЕРЕВОДИТСЯ :  Жизненная сила Дибеллы с силой удушает вас"  -  Dibella life force with force suffocates you "
 ПЕРЕВОДИТСЯ :  Удушение вызывает множественные оргазмы"  -  Strangulation causes multiple orgasms "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: если ты хочешь попрактиковаться в эротическом удушении... я вознагражу тебя, когды ты посетиш все десять моих статуй на пути семи тысяч шагов до Высокого Хротгара. Сначала тебе нужно будет прочитать выгравированную эмблему с надписями, возле на каждой статуи."  -  Dibella's voice in your head that if you want to practice in erotic asphyxiation ... I will reward you when you posetish all ten of my articles in the way of the seven thousand steps to High Hrothgar. First you will need to read the engraved emblem inscribed near each statue. "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: ты получила Глас небесный, благословение, которое позволяет успокаиваеть животных. Я обещала подарить дар Благость удушья. Поклонись моей статуи, и ты получить его. Благость удуштя даст тебе преимущество, равное Гласу небесному. TIP. Если вы изучили способность создания зелий, теперь вы можете создавать зелье удушья."  -  Dibella's voice in your head: you got the voice of a heavenly blessing, which allows uspokaivaet animals. I promised to give a gift goodness of suffocation. Bow to my statue, and you get it. Udushtya goodness will give you an advantage equal to the Voice of heaven. TIP. If you have studied the ability of creating potions, you can now create a potion of suffocation. "
 ПЕРЕВОДИТСЯ :  Дарованно Благое удушье"  -  Good bestowed suffocation "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: тебе предоставлено Зелье стоячего камня. Выпей его, чтобы узнать свойства его Чтобы ты смогла сама создавать такие зелья, ты должна одарить любовью все стоячие камни в Скайриме и изучить способность создания зелий."  -  Dibella's voice in your head: you granted Potion standing stone. Drink it to learn its properties to you could itself create such a potion, you should bestow love all the standing stones in Skyrim, and the ability to explore the creation of potions. "
 ПЕРЕВОДИТСЯ :  Призрачная уловка"  -  Prizrachnaya ruse "
 ПЕРЕВОДИТСЯ :  Боль это удовольствие"  -  Pain is pleasure "
 ПЕРЕВОДИТСЯ :  Из-за неразблокируемого устройства целомудрия, которое вы носите, предложение не может быть принято. Сказки при свечах не могут продолжится. Вернитесь и поклонитесь этой статуе с удаленным устройством, чтобы продолжить."  -  Due nerazblokiruemogo chastity device that you wear, the proposal can not be accepted. Fairy tales by candlelight can not continue. Go back and worship the statue with a remote device to continue. "
 ПЕРЕВОДИТСЯ :  Надето устройство дественного огня"  -  Wearing the device identically fire "
 ПЕРЕВОДИТСЯ :  Вы потеряли стопу в битве!  -  You lost a foot in a battle!
 ПЕРЕВОДИТСЯ :  Двойная боль, Двойное удовольствие"  -  Double pain, double the pleasure "
 ПЕРЕВОДИТСЯ :  Нельзя хлестать когда руки не свободны"  -  You can not whip when the hands are not free "
 ПЕРЕВОДИТСЯ :  Пони перевозки не активны"  -  Pony carriage is not active "
 ПЕРЕВОДИТСЯ :  Не возможно доставить повозку в помещение"  -  It is not possible to bring the cart to the room "
 ПЕРЕВОДИТСЯ :  Повозка..."  -  Carriage ... "
 ПЕРЕВОДИТСЯ :  Из-за неразблокируемых кляпов, капюшона или ограничителей запястий, которые вы носите, предложение не может быть принято. Сказки при свечах не могут начинаться. Призрак девтсвенницы будет искать вас снова, через полчаса."  -  Due nerazblokiruemyh gags, hood or wrist restraints, that you wear, the proposal can not be accepted. Fairy tales by candlelight can not start. devtsvennitsy ghost will find you again in half an hour. "
 ПЕРЕВОДИТСЯ :  Надеты устройства дественного огня"  -  Worn device identically fire "
 ПЕРЕВОДИТСЯ :  Из-за неразблокируемых ограничителей запястий, которые вы носите, предложение не может быть принято. Сказки при свечах не могут начатся. Призрак девственницы будет искать вас снова через пол часа."  -  Due to the constraints nerazblokiruemyh wrist you wear, the proposal can not be accepted. Fairy tales by candlelight can not commenced. virgin ghost will look for you again in half an hour. "
 ПЕРЕВОДИТСЯ :  Надето устройство дественного огня"  -  Wearing the device identically fire "
 ПЕРЕВОДИТСЯ :  Ошейник заставляет Ноктюрнал наказывать"  -  The collar makes Nocturnal punish "
 ПЕРЕВОДИТСЯ :  Ошейник неугомонно тянет вас к табурету"  -  Collar restlessly pulls you to the stool "
 ПЕРЕВОДИТСЯ :  Ошейник заставляет людей наказывать вас"  -  The collar makes people punish you "
 ПЕРЕВОДИТСЯ :  Удушающий ошейник удален"  -  A choke collar is removed "
 ПЕРЕВОДИТСЯ :  Ошейник больше не принуждает ползать"  -  Collar does not force to crawl more '
 ПЕРЕВОДИТСЯ :  Прерывание из-за боя"  -  Interruption due to fight "
 ПЕРЕВОДИТСЯ :  Не предназначен для использования до тех пор, пока вы не закончите обучение дественницы"  -  Not intended for use as long as you do not end up destvennitsy training "
 ПЕРЕВОДИТСЯ :  Хорошая попытка, но вы не можете удалить предметы во время обучения девственницы!  -  Nice try, but you can not delete items while learning a virgin!
 ПЕРЕВОДИТСЯ :  Не удалось определить местоположение вора. Нужно поискать еще"  -  Unable to locate the thief. Need to look more "
 ПЕРЕВОДИТСЯ :  Пони перевозки активны"  -  Pony active transportation "
 ПЕРЕВОДИТСЯ :  Двойная боль, Двойное удовольствие"  -  Double pain, double the pleasure "
 ПЕРЕВОДИТСЯ :  Любовная жажда. Не могу сопротивляться..."  -  Love thirst. I can not resist ... "
 ПЕРЕВОДИТСЯ :  Любовь побеждает. Существа не могут устоять..."  -  Love wins. Creatures can not resist ... "
 ПЕРЕВОДИТСЯ :  Любовь переполняет вас. Вы не можете сопротивляться..."  -  Love overwhelms you. You can not resist ... "
 ПЕРЕВОДИТСЯ :  Любовь переполняет вас. Вы не можете сопротивляться..."  -  Love overwhelms you. You can not resist ... "
 ПЕРЕВОДИТСЯ :  Сила любви берет верх. Вы соблазнили дракона ..."  -  The power of love prevails. You lured the dragon ... "
 ПЕРЕВОДИТСЯ :  Пони перевозки не активны"  -  Pony carriage is not active "
 ПЕРЕВОДИТСЯ :  Обязанности пони перевозок Заверешены"  -  Responsibilities pony transport Zaveresheny "
 ПЕРЕВОДИТСЯ :  Удущающий ошейник превращается в Ошейник любви"  -  Uduschayuschy collar turns into a collar of love "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы у тебя в голове: Когда ты встретишься с моими жрицами, они могут освободить тебя из Удушающего ошейника. Идея Ноктюрнал о том, что боль - удовольствие, смехотворна и нелепа. Мы не можем удалить его, но можем превратить его в Ошейник любви. И он удалит себя, как только выполнит свою новую цель. Новое зачарование сможет заставлять людей любить тебя, а не наказывать, во время твоих путешествий."  -  Dibella's voice in your head: When you meet with my priestesses, they can set you free from the suffocating collar. Nocturnal idea that pain - pleasure, ridiculous and absurd. We can not remove it, but we can turn it into a collar of love. And he will remove himself as only fulfill its new purpose. The new enchantment will make people love you, not punish, during your travels. "
 ПЕРЕВОДИТСЯ :  Ошейник больше не принуждает ползать"  -  Collar does not force to crawl more '
 ПЕРЕВОДИТСЯ :  Другая нога удалена"  -  remove the other leg "
 ПЕРЕВОДИТСЯ :  Голень удалена"  -  Shin removed "
 ПЕРЕВОДИТСЯ :  Другая голень удалена"  -  Delete the other drumstick "
 ПЕРЕВОДИТСЯ :  Копыта оленя пересаженны"  -  Deer hoof transplanted "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы у вас в голове: когда ты будешь готова восстановить свои прежние ноги, обратись ко мне за помощью, поклонившись моей святыне, который я укажу на  карте."  -  Dibella's voice in your head when you're ready to restore their former foot, turn to me for help, bowing my holiness that I will point out on the map. "
 ПЕРЕВОДИТСЯ :  Из-за устройства, которое вы носите, Ноктюрнал не желает общатся с вами. TIP. Повторите попытку, когда вы не востребованы кемто другим."  -  Due to the device that you wear, Nocturnal obschatsya does not want you. TIP. Please try again when you are not claimed by someone else. "
 ПЕРЕВОДИТСЯ :  Возбуждение изменилось на "  -  Excitement changed to "
 ПЕРЕВОДИТСЯ :  Климакс!  -  Climax!
 ПЕРЕВОДИТСЯ :  Вы только что потеряли свою вагинальную девственность!  -  You have just lost their vaginal virginity!
 ПЕРЕВОДИТСЯ :  Ноктюрнал одевает тяжелые связывающие устройства"  -  Nocturnal puts heavy connecting devices "
 ПЕРЕВОДИТСЯ :  Ноктюрнал снабдила вас сильными связывающими устройствами в качестве наказания за потерю девственности. Она удалит их, если вы получите урон, включая отшлепывания. Она может снова одеть это в будущем. TIP. Отрегулируйте вероятность в MCM."  -  Nocturnal supply you with strong coupling device as a punishment for the loss of virginity. It will remove them if you get damage, including otshlepyvaniya. She can wear it again in the future. TIP. Adjust probability MCM. "
 ПЕРЕВОДИТСЯ :  Режим Занята включен"  -  Busy is enabled "
 ПЕРЕВОДИТСЯ :  Ночь среди незнакомцев. Тайное сокрыто во тьме... вы потеряли связь с Ноктюрнал : Вы в безопасности от ее взора!  -  Night among strangers. The secret is hidden in the darkness ... you have lost touch with Nocturnal: You are safe from her eye!
 ПЕРЕВОДИТСЯ :  Девушка выбирается и убегает из сундука"  -  She selects and runs out of the chest "
 ПЕРЕВОДИТСЯ :  Невозможно сбросить. Для использования после блокировки в устройствах Ноктюрнал."  -  Can not be reset. To use after locking Nocturnal in devices. "
 ПЕРЕВОДИТСЯ :  Зелье не будет работать в бою или в режиме занята"  -  The potion will not work in combat or in busy mode "
 ПЕРЕВОДИТСЯ :  Галлюцинации магических грибов"  -  Hallucinations magic mushrooms "
 ПЕРЕВОДИТСЯ :  Вы галлюцинируете, и грибы, по видимому, появляются в виде гениталий. Полюбите эти галлюцинаци..., и есть шанс заработать больше зелий."  -  You are hallucinating, and fungi, apparently, appear as the genitals. Like these hallucinations ... and have a chance to make more potions. "
 ПЕРЕВОДИТСЯ :  Зелье заставляет любовь"  -  Potion makes love "
 ПЕРЕВОДИТСЯ :  Ноктюрнал появляется из теней!  -  Nocturnal emerges from the shadows!
 ПЕРЕВОДИТСЯ :  Призрачная уловка"  -  Prizrachnaya ruse "
 ПЕРЕВОДИТСЯ :  Боль это удовольствие"  -  Pain is pleasure "
 ПЕРЕВОДИТСЯ :  Ноктюрнал призывает свою повозку"  -  Nocturnal calls his wagon "
 ПЕРЕВОДИТСЯ :  Удушающий ошейник удален"  -  A choke collar is removed "
 ПЕРЕВОДИТСЯ :  Ошейник больше не принуждает ползать"  -  Collar does not force to crawl more '
 ПЕРЕВОДИТСЯ :  Пони перевозки стартуют"  -  start a pony carriage "
 ПЕРЕВОДИТСЯ :  Ты девочка-пони. Вы не можете быстро путешествовать или входить в город с девой в повозке. Перестаньте двигаться ненадолго, получите удар, или зайдите внутрь помещения, и квест извозчика приостанавливается, пока вы не активируете тележку снова. Пока вы остановились, вы все еще привязаны к тележке и не можете слишком далеко от нее отходить. TIP. В MCM вы можете закончить это раньше."  -  You're a girl pony. You can not travel quickly or enter the city with the Virgin in a carriage. Stop briefly to move, get hit, or go into the room, and the quest cab is suspended until you activate the truck again. As long as you are staying, you are still attached to the truck and can not deviate too far from it. TIP. The MCM can finish this before. "
 ПЕРЕВОДИТСЯ :  Ты девочка-пони. Чтобы освободиться от устройств пони и повозки, выполните эту работу достаточно долго [отрегулируйте время в MCM]. При быстрое путешествие или въезд в город,  и тележка будет следовать. Перестаньте двигаться немного, получите удар, или зайдите внутрь помещения, и квест приостанавливается, пока вы не активируете тележку снова. Пока вы на паузе, вы все еще привязаны к тележке и не можете слишком далеко от нее отходить."  -  You're a girl pony. To get rid of the devices and pony carts, do this job long enough [to adjust the time in MCM]. When a quick trip or entry into the city, and the trolley will follow. Cease to move a little, get hit, or go into the room, and the quest will wait until you activate the truck again. Until you pause, you are still attached to the truck and can not deviate too far from it. "
 ПЕРЕВОДИТСЯ :  Боль это удовольствие"  -  Pain is pleasure "
 ПЕРЕВОДИТСЯ :  Прерывание из-за боя"  -  Interruption due to fight "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: Зелье любви, которое ты получила, сделает тебя неотразимой. Я научу тебя использовать свой оргазм на столе Алхимии, чтобы создавать зелья, но если ты поможешь мне разобратся с ворами. TIP: # колич воров, необходимых для изучения способности зельеварения, установлено в MCM. Любовные зелья не эффективны в бою. Они эффективны для существ, если они включены в MCM.отключено по умолчанию.."  -  Dibella's voice in your head: Potion of love which you have received, will make you irresistible. I will teach you to use your orgasm on the table Alchemy to create potions, but if you help me razobratsya thieves. TIP: # quant thieves needed to study Potions abilities, established in MCM. Love potions are not effective in combat. They are effective for the creatures, if they are included in the default MCM.otklyucheno .. "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: Зелье удушья, которое ты получила, будет удушать тех кто рядом возле тебя, а если нет никого поблизости, то будет удушать тебя. Как только ты изучишь способность создания зелий и получишь дар Благого удушья, ты сможешь ублажая себя на столе Алхимии, создавать это зелье. TIP: Вы получаете  Благое удушье, завершая задание Эротическое удушье."  -  Dibella's voice in your head: Potion of suffocation that you got to be to stifle those who are close beside you, and if there is no one nearby, it will suffocate you. As soon as you will learn the ability to create potions and receive the gift of the Good suffocation, you'll be able to appease myself Alchemy table, create the potion. TIP: You get Good choking, completing the task erotic asphyxia. "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: Зелье любви вызовет магические галлюцинации, если их использовать рядом с некоторым видов грибов. Прочти описание на бутылке с зельем."  -  Dibella's voice in your head: the love potion will cause a magical hallucinations, if they are used near some species of fungi. Read the description on the bottle with the potion. "
 ПЕРЕВОДИТСЯ :  Отшлепав достаточно воров,чтобы угодить Дибелле, богиня в благодарность научила вас способности создания зелий. Вы можете использовать свой оргазм для производства зелий на любом столе Алхимии, если экипированы девстсвенные тренировочные пробки. TIP: тренировочные пробки получаются во время  заданий по освобождению дев. Оденьте их, затем активируйте и одарите любовью любой стол Алхимии, чтобы создать зелье."  -  Thieves spanked enough to cater to DiBella, the goddess of gratitude taught you the ability to create potions. You can use your orgasm for the production of potions on any table Alchemy, if equipped devstsvennye training cork. TIP: training cork are obtained during the release of nine jobs. Put them then activate and gave love any alchemy table to create a potion. "
 ПЕРЕВОДИТСЯ :  Возбуждение сменилось "  -  Excitation of Change "
 ПЕРЕВОДИТСЯ :  Попытка занятся любовью предотвращена пирсингом целомудрия"  -  Activities prevented an attempt to love chastity piercings "
 ПЕРЕВОДИТСЯ :  Попытка занятся любовью предотвращена страпоном целомудрия"  -  Activities prevented an attempt to love chastity threesome "
 ПЕРЕВОДИТСЯ :  Попытка занятся любовью предотвращена цепью целомудрия"  -  Attempt to Love Activities prevented a chain of chastity "
 ПЕРЕВОДИТСЯ :  Попытка занятся любовью предотвращена пирсингом целомудрия"  -  Activities prevented an attempt to love chastity piercings "
 ПЕРЕВОДИТСЯ :  Попытка занятся любовью предотвращена корусом целомудрия"  -  Attempt to Love Activities prevented Corus chastity "
 ПЕРЕВОДИТСЯ :  Самостоятельно ублажение вашей киски... это не учитывается"  -  Self-satisfaction of your pussy ... this is not taken into account "
 ПЕРЕВОДИТСЯ :  Попытка анального секса предотврщена. Защищено факелом"  -  Attempt anal sex predotvrschena. Copyright torch "
 ПЕРЕВОДИТСЯ :  Попытка анального секса предотврщена. Защищено скелетным ключем"  -  Attempt anal sex predotvrschena. Copyright skeleton key "
 ПЕРЕВОДИТСЯ :  Попытка анального секса предотврщена. Защищено анальной цепю с шаром"  -  Attempt anal sex predotvrschena. Copyright anal tsepyu with the ball "
 ПЕРЕВОДИТСЯ :  Попытка анального секса предотврщена. Защищено камнем душ"  -  Attempt anal sex predotvrschena. shower protected by a stone "
 ПЕРЕВОДИТСЯ :  Попытка анального секса предотврщена. Защищено фонарем"  -  Attempt anal sex predotvrschena. Copyright lantern "
 ПЕРЕВОДИТСЯ :  Попытка анального секса предотврщена. Защищено тренировочной пробкой"  -  Attempt anal sex predotvrschena. Copyright training stopper "
 ПЕРЕВОДИТСЯ :  Попытка анального секса предотврщена. Защищено пони хвостиком"  -  Attempt anal sex predotvrschena. Copyright pony tail "
 ПЕРЕВОДИТСЯ :  Самостоятельно ублажение вашей попки... это не учитывается"  -  Self-satisfaction ... your ass is not taken into account "
 ПЕРЕВОДИТСЯ :  На пределе!  -  On the limit!
 ПЕРЕВОДИТСЯ :  Ты  потеряла свою анальную девственность!  -  You lost her anal virginity!
 ПЕРЕВОДИТСЯ :  Попытка занятся оральным сексом предотвращена кляпом"  -  Activities attempt oral sex gag prevented "
 ПЕРЕВОДИТСЯ :  Попытка занятся оральным сексом с собой... не учитывается"  -  Activities attempt oral sex with him ... is not considered "
 ПЕРЕВОДИТСЯ :  На пределе!  -  On the limit!
 ПЕРЕВОДИТСЯ :  Ты  потеряла свою оральную девственность!  -  You lost your virginity to oral!
 ПЕРЕВОДИТСЯ :  Призрачное угощение"  -  Ghost feast "
 ПЕРЕВОДИТСЯ :  Призрачное удовольствие"  -  Ghostly fun "
 ПЕРЕВОДИТСЯ :  Боль это удовольствие"  -  Pain is pleasure "
 ПЕРЕВОДИТСЯ :  Призрачное угощение"  -  Ghost feast "
 ПЕРЕВОДИТСЯ :  Призрачное удовольствие"  -  Ghostly fun "
 ПЕРЕВОДИТСЯ :  Не могу танцевать без свободных рук"  -  I can not dance without a hands-free "
 ПЕРЕВОДИТСЯ :  Ноктюрнал снимает ярмо"  -  Nocturnal removes the yoke "
 ПЕРЕВОДИТСЯ :  Повозка..."  -  Carriage ... "
 ПЕРЕВОДИТСЯ :  Ноктюрнал спасает вас от смерти ..."  -  Nocturnal saves you from death ... "
 ПЕРЕВОДИТСЯ :  Любовь к себе восстанавливает жизнь..."  -  Love of self restores life ... "
 ПЕРЕВОДИТСЯ :  Ноктюрнал не смогла спасти тебя от смерти"  -  Nocturnal could not save you from death "
 ПЕРЕВОДИТСЯ :  Из-за неразблокируемых ограничителей лодыжек, которые вы носите, предложение не может быть принято. Сказки при свечах не могут быть продолжены. Призрак девственницы будет искать вас снова через пол часа."  -  Due to the constraints nerazblokiruemyh ankles that you wear, the proposal can not be accepted. candlelight fairy tale can not be continued. virgin ghost will look for you again in half an hour. "
 ПЕРЕВОДИТСЯ :  Надето устройство дественного огня"  -  Wearing the device identically fire "
 ПЕРЕВОДИТСЯ :  Поклонение ..."  -  Worship ... "
 ПЕРЕВОДИТСЯ :  Любовь в драконьем кургане не может начинаться в бою"  -  Love in the dragon's mound can not begin to fight "
 ПЕРЕВОДИТСЯ :  Любовь в Драконьем кургане..."  -  Love in Dragonblight mound ... "
 ПЕРЕВОДИТСЯ :  Вы уже одарили любовью этот драконий курган"  -  You have bestowed love this dragon mound "
 ПЕРЕВОДИТСЯ :  Используя вашу энергию огазма на древнем кургане дракона, вы приобрели знания о месте расположения стены слов."  -  Using your energy ogazma the ancient mound of the dragon, you have acquired knowledge about the place of words arrangement of the wall. "
 ПЕРЕВОДИТСЯ :  Отсроченный оргазм ... Ты мульты-оргазмотична!  -  Delayed orgasm ... You're multi-orgazmotichna!
 ПЕРЕВОДИТСЯ :  Энергии вашего оргазма восстанавливают ваше здоровье."  -  Energy your orgasm restore your health. "
 ПЕРЕВОДИТСЯ :  Оргазм эйфория...  вы начинаете танцевать!  -  Orgasm euphoria ... you start to dance!
 ПЕРЕВОДИТСЯ :  Научить Кассию,  боль это удовольствие"  -  Teach Cassius, pain is pleasure "
 ПЕРЕВОДИТСЯ :  Нельзя хлестать когда руки не свободны"  -  You can not whip when the hands are not free "
 ПЕРЕВОДИТСЯ :  Ноктюрнал снабдила вас девственным ошейником для наказаний."  -  Nocturnal supply you with virgin collar for punishment. "
 ПЕРЕВОДИТСЯ :  Ноктюрнал не может позаботится о вас, так как вы уже носите чужой ошейник. Она снова навестит вас позже."  -  Nocturnal can not take care of you, since you are already wearing someone else's collar. It again and see you later. "
 ПЕРЕВОДИТСЯ :  Порка вора..."  -  Spanking thief ... "
 ПЕРЕВОДИТСЯ :  Когда вы начнете шлепать вора, вы кричите ... Рассказвай Свои Секреты!  -  When you start to slap the thief, you scream ... Rasskazvay their secrets!
 ПЕРЕВОДИТСЯ :  Рассказывай сейчас же, что знаешь!  -  Tell me now, you know!
 ПЕРЕВОДИТСЯ :  Из-за устройства , которое вы носите, Ноктюрнал не желает общатся с вами. TIP. Если вы снова будете произносить крик в будущем и больше не будете востребованы или удерживаемые кем-то другим, ситуация изменится."  -  Due to the device that you wear, Nocturnal obschatsya does not want you. TIP. If you again utter a cry in the future will no longer be claimed or held by someone else, the situation will change. "
 ПЕРЕВОДИТСЯ :  Ночь среди незнакомцев. Тайное скрыто во тьме. Ноктюрнал здесь... ваш крик вызвал госпожу ночи, из самых теней."  -  Night among strangers. The secret is hidden in darkness. Nocturnal here ... your scream caused Ms. night of the shadows. "
 ПЕРЕВОДИТСЯ :  Пони перевозки временно приостановленны"  -  Pony carriage temporary suspension "
 ПЕРЕВОДИТСЯ :  Любовь к алхимии..."  -  Love of alchemy ... "
 ПЕРЕВОДИТСЯ :  Любовь магических грибов..."  -  Love magic mushrooms ... "
 ПЕРЕВОДИТСЯ :  Галлюцинации продолжаются"  -  Hallucinations are continuing "
 ПЕРЕВОДИТСЯ :  Ваши галлюцинации продолжаются, словно время замедлило свой ход. TIP. Это может быть очень полезно в бою. Вы можете прекратить галлюцинацию раньше, употребив другое зелье любови ."  -  Your hallucinations continued, as if time has slowed their progress. TIP. This can be very useful in battle. You can stop the hallucinations before, use another potion of love. "
 ПЕРЕВОДИТСЯ :  Из-за устройства, которое вы носите на стопах, Хирсин не может продолжить. Вам нужно повторить это позже когда устройство будет снято."  -  Due to the device that you wear on your feet, Hircine can not continue. You need to repeat it later on when the device will be removed. "
 ПЕРЕВОДИТСЯ :  Хирсин появляется"  -  Hircine appears "
 ПЕРЕВОДИТСЯ :  Анальный камень душ заряжен"  -  Anal stone shower charged "
 ПЕРЕВОДИТСЯ :  Живые легкие закончил перезарядку крика"  -  Live easy recharging finished shouting "
 ПЕРЕВОДИТСЯ :  Любовь со стеной слов..."  -  Love with a wall of words ... "
 ПЕРЕВОДИТСЯ :  Получение интимных знаний"  -  Getting intimate knowledge "
 ПЕРЕВОДИТСЯ :  Одарив любовью несколько стен слов, ваш оргазм драконорожденного стал достаточно настроенным, чтобы заработать умение 'Повреждение брони оргазмом'.  Эта способность может раздевать вашу жертву, совместно с другим криком. TIP. Татуировка лилия Дибеллы появится на вашем заде, когда эта способность будет активна."  -  Giving love a few walls of words, your orgasm Dragonborn become sufficiently attuned to earn the ability to 'armor Damage to orgasm'. This ability can strip your sacrifice, together with another cry. TIP. Lily tattoo Dibella will appear on your zade, when this ability is active. "
 ПЕРЕВОДИТСЯ :  Пойдите на любой древний могильный холмы дракона чтобы открыть его секрет. TIP. Могильные холмы драконов помогут вам найти новые стены слов."  -  Go to any ancient dragon burial hills to discover his secret. TIP. Burial dragons hills will help you find new walls of words. "
 ПЕРЕВОДИТСЯ :  Поздравления!  -  Congratulations!
 ПЕРЕВОДИТСЯ :  Ваш голос пробуждает богов ..."  -  Your voice awakens the gods ... "
 ПЕРЕВОДИТСЯ :  Воздействие эксгибиционизма"  -  Impact of exhibitionism "
 ПЕРЕВОДИТСЯ :  После выхода из MCM, если Zaz Animations установлена правильно, вы окажетесь в клетке в течение 5 секунд, а затем освободитесь ... Если ничего не происходит, или вы попали в клетку или застряли, то Zaz Animations НЕ установлен правильно, и его нужно исправить, чтобы использовать этот мод. См. Страницу загрузки можа, пункт Поиск и устранение неисправностей."  -  After the release of the MCM, Zaz Animations if installed correctly, you will find yourself in a cage for 5 seconds and then release ... If nothing happens, or you are in a cage, or stuck, the Zaz Animations NOT installed correctly, and must be corrected in order to use this mod. See. Page Mozhayev download, click Troubleshooting. "
 ПЕРЕВОДИТСЯ :  Проверка Zaz Animation Pack..."  -  Checking Zaz Animation Pack ... "
 ПЕРЕВОДИТСЯ :  Ноктюрнал удаляет тяжелую упряжь"  -  Nocturnal removes heavy harness "
 ПЕРЕВОДИТСЯ :  Из-за неразблокируемого целомудрия или устройства упряжи, которое вы носите, предложение не может быть принято. Сказки при свечах не могут быть продолжены. Призрак девственницы будет искать вас снова через пол часа."  -  Due nerazblokiruemogo chastity harness or a device that you wear, the proposal can not be accepted. candlelight fairy tale can not be continued. virgin ghost will look for you again in half an hour. "
 ПЕРЕВОДИТСЯ :  Надето устройство дественного огня"  -  Wearing the device identically fire "
 ПЕРЕВОДИТСЯ :  Ноктюрнал одевает тяжелые связывающие устройства"  -  Nocturnal puts heavy connecting devices "
 ПЕРЕВОДИТСЯ :  За ваше непослушание и утерю девтсвенности, Ноктюрнал наказывает вас одевая тяжлые ограничители. Она удалит его, если вы получите урон, а также если на вас применят хлыст. TIP. Отрегулируйте вероятность в MCM."  -  For your disobedience and loss devtsvennosti, Nocturnal punishes you wearing Tyazhlov limiters. It will remove it if you get the damage, and if you apply the whip. TIP. Adjust probability MCM. "
 ПЕРЕВОДИТСЯ :  Ноктюрналl оснастила вас тяжелыми ограничителями в качестве наказания за то, что вы посмотрели на нее насмешливо. Она удалит его, когда вы получите урон, или будете отхлыстаны. TIP. Отрегулируйте вероятность в MCM."  -  Noktyurnall equips you heavy limiters as a punishment for what you looked at her quizzically. She removes it when you get damage, or will othlystany. TIP. Adjust probability MCM. "
 ПЕРЕВОДИТСЯ :  Из-за устройств, которое вы носите, Ноктюрнал не желает видеть вас. TIP. Повторите попытку, когда вы уже не востребованы кемто другим. У вас определенное количество дней для этого."  -  Due to the devices that you wear, Nocturnal does not want to see you. TIP. Please try again when you have not claimed by someone else. You have a certain number of days to do this. "
 ПЕРЕВОДИТСЯ :  У вас есть ореол над головой. Это указывает на ваше состояние девственности ... гало для невинных девственниц, рога для непослушных шлюх, и как добавка, татуировка на вашу задницу. Может быть отключено в MCM."  -  Do you have a halo over his head. This indicates your state of virginity ... halo for innocent virgins, horns naughty whores, and as an additive, a tattoo on your ass. It can be disabled in the MCM. "
 ПЕРЕВОДИТСЯ :  Рога простираются ввысь изпод вашей головы. Это указывает на ваше состояние девственности ... гало для невинных девственниц, рога для непослушных шлюх, и как добавка, татуировка на вашу задницу. Может быть отключено в MCM."  -  Horns extending upward from under your head. This indicates your state of virginity ... halo for innocent virgins, horns naughty whores, and as an additive, a tattoo on your ass. It can be disabled in the MCM. "
 ПЕРЕВОДИТСЯ :  Вы истощены"  -  You are exhausted "
 ПЕРЕВОДИТСЯ :  Любить не удалось"  -  Love was not possible "
 ПЕРЕВОДИТСЯ :  Ночь среди незнакомцев. Тайное скрыто во тьме."  -  Night among strangers. The secret is hidden in the darkness. "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: Отлично исполненно!  -  Dibella's voice in your head: Excellent performance!
 ПЕРЕВОДИТСЯ :  Нагрудный ошейник для пыток заставил вас ползти. Это закончится лишь после его удаления. Если вы носите ярмо, вы не всегда будете ползать."  -  Lapel collar for torture made you crawl. It will end only after its removal. If you wear the yoke, you will not always crawl. "
 ПЕРЕВОДИТСЯ :  Ошейник принуждает вас ползать"  -  Collar forces you to crawl "
 ПЕРЕВОДИТСЯ :  Ошейник больше не принуждает ползать"  -  Collar does not force to crawl more '
 ПЕРЕВОДИТСЯ :  Ошейник удушает вас, вызывая оргазм"  -  Collar chokes you, causing an orgasm "
 ПЕРЕВОДИТСЯ :  Удушающий ошейник вынудил вас ползти. Это закончится, лишь когда вас накажут. Если вы носите ярмо, вы не будете всегда ползать ."  -  A choke collar to force you to crawl. It will end only when you will be punished. If you wear the yoke, you will not always crawl. "
 ПЕРЕВОДИТСЯ :  Ошейник принуждает вас ползать"  -  Collar forces you to crawl "
 ПЕРЕВОДИТСЯ :  Ошейник вызывает галлюцинации из-за сильного удушья"  -  Collar causes hallucinations due to strong suffocation "
 ПЕРЕВОДИТСЯ :  Девственный ошейник для наказний заставил вас ползти. Это продлится пока он одет. Если вы носите ярмо, вы не всегда будете ползать."  -  Virgin nakaznym collar to make you crawl. It will last as long as he's wearing. If you wear the yoke, you will not always crawl. "
 ПЕРЕВОДИТСЯ :  Ошейник принуждает вас ползать"  -  Collar forces you to crawl "
 ПЕРЕВОДИТСЯ :  Тренировочные пробки вызывают оргазм"  -  Training jams cause orgasm "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: Хочешь помочь спасти Кассию от ритуала жертвоприношения Ноктюрнал?  -  Dibella's voice in your head: Do you want to help save Cassius from the ritual sacrifice Nocturnal?
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: у меня есть особоая страсть перед чарующими видами водопадов, их красоту смогла затмить лишь только ты... драконорожденная. Я разместила одно очаровательное место с водопадом на твоей карте. Он прямо манит к себе своим присутствием, к тому же там прирятан один эротический сюрприз. TIP: Неожиданность невозможна при использовании устройства целомудрия."  -  Dibella's voice in your head: I have grants the special passion to the magnificent views of the waterfalls, their beauty could outshine you ... as soon as the Dragonborn. I placed one charming place with a waterfall on your map. He just attracts his presence, besides there priryatan one erotic surprise. TIP: Surprise is not possible when using a chastity device. "
 ПЕРЕВОДИТСЯ :  Голос Дибеллы в твоей голове: другой водопад призывает тебя."  -  Dibella's voice in your head: another waterfall called you. "
 ПЕРЕВОДИТСЯ :  Сброс устройств девы после тюрьмы"  -  Reset maiden devices after prison "
 ПЕРЕВОДИТСЯ :  Эротический танец"  -  Erotic dance "
 ПЕРЕВОДИТСЯ :  Призрачное угощение"  -  Ghost feast "
 ПЕРЕВОДИТСЯ :  Призрачное удовольствие"  -  Ghostly fun "
 ПЕРЕВОДИТСЯ :  Ошейник заставляет ближнего полюбит вас"  -  The collar makes neighbor love you "
 ПЕРЕВОДИТСЯ :  Ошейник любви удален"  -  Deleted collar love "
 ПЕРЕВОДИТСЯ :  Прерывание из-за боя"  -  Interruption due to fight "
 ПЕРЕВОДИТСЯ :  Орден Лилии наградил вас служением девственной упряжью Дибеллы, чтобы помочь распространению слов любви к Дибелле. Он не имеет ключа и помогает в бою. Когда по нем наносят удар, то есть шанс, что он заставит атакующего прекратить бой и поклониться вам во имя Дибеллы."  -  Lilies Order awarded you the service of virgin harness Dibella, to help spread the word of love to DiBella. It does not have a key and helps in the battle. When it hits, there is a chance that it will cause the attacker to stop the fight and bow to you in the name of Dibella. "
 ПЕРЕВОДИТСЯ :  Девственные тренировочные пробки одеты"  -  Virgin cork wearing training "
 ПЕРЕВОДИТСЯ :  Корус целомудрия одет"  -  Corus wearing chastity "
 ПЕРЕВОДИТСЯ :  Одет девственный кляп с уздой"  -  Dressed with virgin gag bridle "
 ПЕРЕВОДИТСЯ :  Танец девы"  -  maiden dance "
 ПЕРЕВОДИТСЯ :  Благословение святой любви Мгновенная смерть."  -  The blessing of holy love instant death. "
 ПЕРЕВОДИТСЯ :  Энергия оргазма восстанавливает здоровье"  -  orgasmic energy will regenerate "
 ПЕРЕВОДИТСЯ :  Маска призывает паука"  -  Mask encourages spider "
 ПЕРЕВОДИТСЯ :  Энергия оргазма восстанавливает здоровье"  -  orgasmic energy will regenerate "
 ПЕРЕВОДИТСЯ :  Зелье не будет работать в бою или в режиме занята"  -  The potion will not work in combat or in busy mode "
 ПЕРЕВОДИТСЯ :  Зелье вызывает удушье"  -  Potion causes suffocation "
 ПЕРЕВОДИТСЯ :  Танец Госпожи"  -  Lady Dance "
 ПЕРЕВОДИТСЯ :  Призрачная игра"  -  Phantom Game "
Предложения переведены!
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  VirginSelfDone  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  VirginGhost3  -  Девственница:
nn
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  VirginGhost3  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  VirginGhost2  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Vaginal  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin_KEY  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  VirginArmsUp  -  Девственница:
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  GhostDuoDone  -  Призрачный танец
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  GhostDuo  -  Призрачный танец
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Orgasmic energies damage  -  Энергия оргазма восстанавливает здоровье
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Blessing enhanced orgasm damage  -  Благословение усиленного оргазма
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Chastity Cage enhanced orgasm damage  -  Клетка целомудрия усилила повреждения от огразма
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Your voice awakens the gods...  -  Ваш голос пробуждает богов ...
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Influence Exhibitionism  -  Воздействие эксгибиционизма
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Pain is pleasure  -  Боль это удовольствие
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Loving was not able to start  -  Любить не удалось
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Night among strangers. Secrets in the dark  -  Ночь среди незнакомцев. Тайное скрыто во тьме.
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Dibella's voice is in your hea.ell Done!  -  Голос Дибеллы в твоей голове: Отлично исполненно!
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Collar compels you to crawl  -  Ошейник принуждает вас ползать
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Collar no longer compels crawling  -  Ошейник принуждает вас ползать
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Collar asphyxiates causing orgasm  -  Ошейник удушает вас, вызывая оргазм
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  The Virgin Asphyxiation Collar has compelled you to crawl. Crawling will end once folks are compelled to punish you. If wearing a yoke you won't always crawl.  -  Удушающий ошейник вынудил вас ползти. Это закончится, лишь когда вас накажут. Если вы носите ярмо, вы не будете всегда ползать .
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Collar compels you to crawl  -  Ошейник принуждает вас ползать
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Collar causes Gallows Asphyxiation  -  Ошейник вызывает кровотечение
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Collar compels you to crawl  -  Ошейник принуждает вас ползать
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Workout Plugs cause orgasm  -  Тренировочные пробки вызывают оргазм
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Dibella's voice is in your hea.ould you like to help save Cassia from Nocturnal's sacrifice ritural?  -  Голос Дибеллы в твоей голове: Хочешь помочь спасти Кассию от ритуала жертвоприношения Ноктюрнал?
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Dibella's voice is in your hea.nother waterfall beckons you.  -  Голос Дибеллы в твоей голове: другой водопад призывает тебя.
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Climax!  -  Климакс!
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  You've just lost your anal virginity!  -  Вы только что потеряли свою вагинальную девственность!
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Climax!  -  Климакс!
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  You've just lost your oral virginity!  -  Вы только что потеряли свою вагинальную девственность!
n
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Virgin:   -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Remove Quest Items  -  Удаление квестовых предметов
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Stop crawling  -  Вы перестаете ползти
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Vaginal  -  Девственница:
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  You are a virgin  -  Вы девственница
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Reset Virgin devices after jail  -  Сброс устройств девы после тюрьмы
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  Climax!  -  Климакс!
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  You've just lost your vaginal virginity!  -  Вы только что потеряли свою вагинальную девственность!
y
!!!ЗАПИСАННО!!!
ПОДОЖДИТЕ...
ПАРА?(y/n или д/н (Предложение выбранно не верно? жми v или в)) :  You have a Halo over your head. Shout Like a Virgin shows your Virginity State... halo for innocent virgins, horns for naughty non-virgins, and a tattoo on your butt. Can be disabled in MCM.  -  У вас есть ореол над головой. Это указывает на ваше состояние девственности ... гало для невинных девственниц, рога для непослушных шлюх, и как добавка, татуировка на вашу задницу. Может быть отключено в MCM.
 

 

 

 

 

 

 

  • Лайк (+1) 1
Авторизация  


4 Комментария


Рекомендуемые комментарии

Ты лучше напиши как портировать мод с Le на SE если он имеет только 1 esp файл))

Поделиться этим комментарием


Ссылка на комментарий
В 23.06.2020 в 07:41, CyberPool сказал:

Ты лучше напиши как портировать мод с Le на SE если он имеет только 1 esp файл))

Например? Там вообще всё легко я думаю , в ките всё делается

Поделиться этим комментарием


Ссылка на комментарий

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

Спойлер

enb2020_8_13_21_07_44.thumb.jpg.a82650568b456d67ad5239df7d19ee3f.jpg

Они как бы есть, но их сразу нет... В чем тут причина может быть. Меши через Nif Оptimizer прогнал... Что еще нужно сделать?

Поделиться этим комментарием


Ссылка на комментарий

Для публикации сообщений создайте учётную запись или авторизуйтесь

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

Создать учетную запись

Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!

Регистрация нового пользователя

Войти

Уже есть аккаунт? Войти в систему.

Войти
  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...