Giter Club home page Giter Club logo

Comments (1)

absol89 avatar absol89 commented on June 5, 2024

I tried a fix for this to always move the talking activator to the ghost, even if it wasn't the Game.Getplayer() activating


Event OnActivate(ObjectReference akActivator)
	ObjectReference pTalkingActivator = QuestingBeastTA.GetReference()
	ObjectReference pGhost = Self.GetRef()
	ObjectReference pPlayerRef = Game.GetPlayer()
;	if (akActivator == Game.GetPlayer())
		;Find out where we moved the ghost, then offset the Talking Activator's position by that much, plus some addition Y offset to get near the head
		GhostXPos = pGhost.GetPositionX()
		GhostYPos = pGhost.GetPositionY() 
		GhostZPos = pGhost.GetPositionZ() + 150
		pTalkingActivator.SetPosition(GhostXPos, GhostYPos , GhostZPos )
		QuestingBeastTA.GetReference().Activate(pPlayerRef) ; Here I try the pPlayerRef instead of the akActivator to no avail
;	endif
EndEvent

But the divine/daedric voice dialogues are not played from a world position/affected by voice volume, they are just audio files that play non-directionally in your head, and are only affected by the Master Volume slider. It happens to other similar quests like when talking to the Clavicus Vile statue, Meridia or Peryite. Even with the change above the remote player need to talk to the ghost to hear any voice. But the TA is at least at the ghost position when this happens.

from tiltedevolution.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.