Offline KI 3.0

Announcements and discussion regarding any projects related to Cyan Worlds' Plasma Engine including (but not limited to) CyanWorlds.com Engine, Drizzle, OfflineKI, PyPRP, and libHSPlasma.
GregW11
Posts: 96
Joined: Sun Aug 03, 2008 10:15 pm

Re: Offline KI 3.0

Post by GregW11 »

Well, I came, I saw, and I'm now standing on the wall of the prison room in Gahreesen.

Pictures:
Image

Image

The game is treating me as if the wall is the floor. Jumping off puts me essentially in free-fall, since the game is treating the wall as the floor even though gravity still is on the true floor. Tough to explain exactly, but I spammed /spawn in Gahreesen to get to the Maintainer's Nexus since you can't get there yet just normally playing. (and flymode is a tad bit tricky to line up right)

Wall is great though, I can run all around and up the ladder without any trouble. I would guess the chair in the one room is what was used to set the "obstacles" in it?

Edit: I wasn't around for UU when the wall worked, but it looks to me at first glance that you walk sideways up it, which could explain my dilema in the prison room...
User avatar
Chacal
Posts: 2515
Joined: Tue Nov 06, 2007 2:45 pm
MOULa KI#: 0
Location: Quebec, Canada

Re: Offline KI 3.0

Post by Chacal »

No, actually you climbed it like a rock face.
Chacal


"The weak can never forgive. Forgiveness is an attribute of the strong."
-- Mahatma Gandhi
GregW11
Posts: 96
Joined: Sun Aug 03, 2008 10:15 pm

Re: Offline KI 3.0

Post by GregW11 »

Okay, that makes it even stranger how I ended up in that position...
diafero
Deep Island Admin
Posts: 2972
Joined: Mon May 05, 2008 5:50 am
MOULa KI#: 0
Location: Germany

Re: Offline KI 3.0

Post by diafero »

Indeed, in Gahreesen there is a spawn point which is kind of broken and has the wrong orientation - actually, you can achieve the same using the advanced flymode keys in every age :lol:
I prefer e-mails to "diafero arcor de" (after adding the at and the dot) over PMs.

"Many people's horizon is a circle with a radius of zero. They call it their point of view."

Deep Island Shard | Offline KI
User avatar
Rainforce
Posts: 56
Joined: Sun Aug 02, 2009 7:58 pm
MOULa KI#: 34098
Location: Germany
Contact:

Re: Offline KI 3.0

Post by Rainforce »

Is it possible to make an SDL-value for the cleft in RELTO? It's not reproduceable once you finished the first journey, so...
Image
diafero
Deep Island Admin
Posts: 2972
Joined: Mon May 05, 2008 5:50 am
MOULa KI#: 0
Location: Germany

Re: Offline KI 3.0

Post by diafero »

That fissure is tied to the four Bahro poles and I can't easily add another way to control it. You can, however, get it back with the following four commands:
/setpsnlsdl TeledahnPoleState 8
/setpsnlsdl KadishPoleState 8
/setpsnlsdl GarrisonPoleState 8
/setpsnlsdl GardenPoleState 8
I prefer e-mails to "diafero arcor de" (after adding the at and the dot) over PMs.

"Many people's horizon is a circle with a radius of zero. They call it their point of view."

Deep Island Shard | Offline KI
User avatar
Rainforce
Posts: 56
Joined: Sun Aug 02, 2009 7:58 pm
MOULa KI#: 34098
Location: Germany
Contact:

Re: Offline KI 3.0

Post by Rainforce »

diafero wrote:That fissure is tied to the four Bahro poles and I can't easily add another way to control it. You can, however, get it back with the following four commands:
/setpsnlsdl TeledahnPoleState 8
/setpsnlsdl KadishPoleState 8
/setpsnlsdl GarrisonPoleState 8
/setpsnlsdl GardenPoleState 8

ok, that should do it, thanks
Image
D'Lanor
Posts: 1980
Joined: Sat Sep 29, 2007 4:24 am

Re: Offline KI 3.0

Post by D'Lanor »

diafero wrote:That fissure is tied to the four Bahro poles and I can't easily add another way to control it.

This should do the trick.

Code: Select all

    if (PtGetAgeName() == 'Personal'):
        obj = PtFindSceneobject('FissureAnimRegion', 'Personal')
        resplist = obj.getResponders()
        for resp in resplist:
            respName = resp.getName()
            if (respName == 'RespFissureStage04'):
                atResp = ptAttribResponder(999)
                atResp.__setvalue__(resp)
                atResp.run(self.key)
                break

This will make the fissure appear with the associated thunder and lightning. The advantage of this method is that it does not mess up your game progress. It will also disappear as you relink. The downside is that it will not link you to the desert (but then you don't need that as you already have the cleft book on the Relto shelf).
"It is in self-limitation that a master first shows himself." - Goethe
ddb174
Posts: 928
Joined: Thu Apr 10, 2008 7:28 pm

Re: Offline KI 3.0

Post by ddb174 »

Neat! Perhaps this could be put in the offline-ki as one of the special commands?
diafero
Deep Island Admin
Posts: 2972
Joined: Mon May 05, 2008 5:50 am
MOULa KI#: 0
Location: Germany

Re: Offline KI 3.0

Post by diafero »

Wow, that's a nice one, thanks a lot :) . I will have a look into it.
I prefer e-mails to "diafero arcor de" (after adding the at and the dot) over PMs.

"Many people's horizon is a circle with a radius of zero. They call it their point of view."

Deep Island Shard | Offline KI
Post Reply

Return to “Plasma Development”