Перейти к содержанию

Ridfor

Граждане
  • Постов

    7
  • Зарегистрирован

  • Посещение

Информация о Ridfor

Достижения Ridfor

Мимопроходимец

Мимопроходимец (1/14)

  1. В конце компиляции просто пишет Starting 1 compile threads for 1 files... Compiling "SecretDoorScript"... E:\games\The Elder Scrolls 5.Skyrim.v 1.8.151.0.7 + 4 DLC\Data\Scripts\Source\temp\SecretDoorScript.psc(7,11): no viable alternative at input 'akActionRef' E:\games\The Elder Scrolls 5.Skyrim.v 1.8.151.0.7 + 4 DLC\Data\Scripts\Source\temp\SecretDoorScript.psc(16,11): no viable alternative at input 'akActionRef' No output generated for SecretDoorScript, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on SecretDoorScript вот сам скрипт который компилирует Scriptname SecretDoorScript extends ObjectReference ObjectReference Property SecretDoor auto auto State closed Event OnActivate(ObjectReference akActionRef) if akActionRef = Game.GetPlayer() SecretDoor.PlayGamebryoAnimation("forward", true) GotoState("opened") endif EndEvent EndState State opened Event OnActivate(ObjectReference akActionRef) if akActionRef = Game.GetPlayer() SecretDoor.PlayGamebryoAnimation("backward", true) GotoState("closed") endif EndEvent EndState
  2. Обновил СК и всё заработало, скрипт добавил активатору, но он не компилируется (Failed) вот он: Scriptname SecretDoorScript extends ObjectReference ObjectReference Property SecretDoor auto auto State closed Event OnActivate(ObjectReference akActionRef) if akActionRef == Game.GetPlayer() SecretDoor.PlayGamebryoAnimation("forward", true) GotoState("opened") endif EndEvent EndState State opened Event OnActivate(ObjectReference akActionRef) if akActionRef == Game.GetPlayer() SecretDoor.PlayGamebryoAnimation("backward", true) GotoState("closed") endif EndEvent EndState И соответственно не могу назначить свойство. Может не все активаторы подходят? может нужно что то с дверью вначале сделать?
  3. Не получается, когда нажимаю добавить скрип потом создаю новый пишет Script "_test22" had errors while loading, it will not be added to the object , но родные скрипты присваиваются без проблем
  4. Нашел на немецком сайте статью про эту дверь там что то со скриптом делать нужно но этот скрип не присваивается хоть убей ХЕЛП!!! И это не дверь а анимированный объект m Moment geht es mir um die " WRDoorCastleSecret01 " und " DBSecretPassageStainGlassDoor " Ach so. Dann kann das natürlich nicht funktionieren. DBSecretPassageStainGlassDoor ist eine reine load door und hat keine Animation die aktiviert werden könnte. WRDoorCastleSecret01 dagegen ist ein Activator Objekt und hat eine Gamebryo Animation zum öffnen und schließen. Lege folgendes Skript auf die Schalter-Referenz, dem Property SecretDoor muss die besagte Tür zugewiesen werden, dann sollte es klappen.:) Scriptname SecretDoorScript extends ObjectReference ObjectReference Property SecretDoor auto auto State closed Event OnActivate(ObjectReference akActionRef) if akActionRef == Game.GetPlayer() SecretDoor.PlayGamebryoAnimation("forward", true) GotoState("opened") endif EndEvent EndState State opened Event OnActivate(ObjectReference akActionRef) if akActionRef == Game.GetPlayer() SecretDoor.PlayGamebryoAnimation("backward", true) GotoState("closed") endif EndEvent EndState ссылка на статью http://forum.schares...hp/t-46468.html
  5. Дверь не открывается ни одним активатором (WRDoorCastleSecret01), перепробовал все активаторы, пробовал копировать из тестовой локации и привязывать к ней тот активатор, безуспешно. В тестовой локации возле активатора стоит тригер и ещё какой-то синий маленький бокс в виде буквы Г с названием TrapLinker, может это как то связанно? может для этой двери следует что то сделать специфическое?
  6. Это я сделал и столб дымки добавил сверху вниз, но вот виден тёмный фон фон=(, можноли сделать что то на подобии неба или даже что бы ночью звёзды видны были?
  7. Доброго времени суток форумчане, подскажите как сделать вот такой эффект света, нужно что бы светил из расщелены в потолке пещеры и при взгляде на него не было видно пустоты за нимhttp://hq-wallpapers.ru/wallpapers/3/hq-wallpapers_ru_games_13429_1920x1080.jpg
×
×
  • Создать...