(Obsolete) Almalexia Discussion [Formerly M3A6 thread]
Moderators: Haplo, Lead Developers
(Obsolete) Almalexia Discussion [Formerly M3A6 thread]
Map:
[url=http://img228.imageshack.us/img228/4449/map3detailingclaim6of2.jpg][img]http://img228.imageshack.us/img228/4449/map3detailingclaim6of2.th.jpg[/img][/url]
Almalexia and Othrensis
[url=http://img228.imageshack.us/img228/4449/map3detailingclaim6of2.jpg][img]http://img228.imageshack.us/img228/4449/map3detailingclaim6of2.th.jpg[/img][/url]
Almalexia and Othrensis
Last edited by Haplo on Mon Apr 02, 2012 10:06 pm, edited 10 times in total.
Forum Administrator & Data Files Manager
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
- Jedak
- Developer
- Posts: 897
- Joined: Thu Apr 19, 2007 3:05 am
- Location: Melbourne, Victoria, Australia
Um, im not sure if this is in my recent file but I actually did do some work on 'fake' Mournhold. I added the palace and some walls, up-scaled the plaza and statue so that it looks better amongst other things. Only for the sake of looking good on the map, of course.
You can't add the trees unless you script them to change when Mournhold has the blight. Otherwise its silly. Also, is the blight contained in Mournhold, or would some spill out to Alma? If no, is there a way for us to show the chaos inside from the outside?
You can't add the trees unless you script them to change when Mournhold has the blight. Otherwise its silly. Also, is the blight contained in Mournhold, or would some spill out to Alma? If no, is there a way for us to show the chaos inside from the outside?
It is unnecessary to sculpt and re-texture the land because when you select the whole Plaza Brindisi Dorom, and then size up, everything magically stays together. No bleeding or anything. Its really weird but very useful for this.- You have to sculpt and re-texture land to increase the size of the grass area of Plaza Brindisi Dorom
This is why there is no update this weekGod, I just had a look at this detailing claim and there are 63 Yilgamseh books to replace. Ouch. Sorry Jedak.
Macar: At last, I have a coleague to work with.
Lady N: Jedak-of-all-trades
Lady N: Jedak-of-all-trades
- Bloodthirsty Crustacean
- Developer Emeritus
- Posts: 3869
- Joined: Fri Feb 02, 2007 7:30 pm
- Location: Elsewhere
Yes. They are activators (Act_flora_tree_MH_* and Act_flora_treedead_MH_*), which use the following scripts:
(Notice the laziness of those Bethboys who don't update their comments when copy/pasting scripts!)
Code: Select all
Begin treedeadScript
;this script removes dead trees when ashstorms not active, activates when active
short doOnce
if ( GetDisabled == 0 )
if ( MournWeather != 7 )
Disable
set doOnce to 0
endif
endif
( GetDisabled == 1 )
if ( MournWeather == 7 )
if ( doOnce == 0 )
Enable
set doOnce to 1
endif
endif
endif
End treedeadScript
Begin treeliveScript
;this script removes dead trees when ashstorms not active, activates when active
short doOnce
if ( GetDisabled == 0 )
if ( MournWeather == 7 )
Disable
set doOnce to 0
endif
endif
( GetDisabled == 1 )
if ( MournWeather != 7 )
if ( doOnce == 0 )
Enable
set doOnce to 1
endif
endif
endif
End treeliveScript
-
- Developer
- Posts: 835
- Joined: Mon Oct 27, 2008 11:18 pm
- Location: London
- Bloodthirsty Crustacean
- Developer Emeritus
- Posts: 3869
- Joined: Fri Feb 02, 2007 7:30 pm
- Location: Elsewhere
Regarding MowSkwoz's nice 'no jump' scripts on the Mournhold walls, I was just doing some testing, and discovered various things. First, that you can just levitate straight through it; second, that if you jump from a mild distance away from the wall, with your jump skill sufficiently haxed as to actually hit the barrier when near to the wall, you just clear it and get over the wall anyway. Extend the distance of reach, perhaps? Or just accept that haxed (or Jump spell or Icarian Flight) people are 'cheating' and let them cross the wall if they so desire?
a man builds a city
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
-
- Developer
- Posts: 835
- Joined: Mon Oct 27, 2008 11:18 pm
- Location: London
Yep, they don't work perfectly. The levitation thing shouldn't be aproblem since levitation is going to be banned in Almalexia, but the other one is. I gave up after a while thinking that if someone tries this hard to get over, they're breaking reality anyway. No-one is going to accidentally use a 100 point jump spell from a nearby building.
If you want, I can have a another look at them though.
If you want, I can have a another look at them though.
MaMeeshkaMowSkwoz - choose your syllables
- Bloodthirsty Crustacean
- Developer Emeritus
- Posts: 3869
- Joined: Fri Feb 02, 2007 7:30 pm
- Location: Elsewhere
Yeah, I agree. The only thing was that I found I was able to jump from not ridiculously far away, and still be able to make it. Like, from the bottom of the bridge to Mournhold.
a man builds a city
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
-
- Developer
- Posts: 328
- Joined: Tue Aug 26, 2008 5:32 am
- Location: Victoria, Australia
-
- Reviewer
- Posts: 1816
- Joined: Thu Mar 01, 2007 9:55 pm
- Location: Brugge (bruges), Flanders, Belgium
I've created an Almalexia-Mournhold connection mod by myself.
quote BC: You've also removed the Mournhold barrier bowl. Put dat back! (and make sure it goes exactly where MowSkwoz had it first)
That was never merged with the claim, so I couldn't remove it. If you can upload the file, I'll merge it.
I don't have internet on my pc anymore for a while, so it will be hard to remember every comment.
quote BC: You've also removed the Mournhold barrier bowl. Put dat back! (and make sure it goes exactly where MowSkwoz had it first)
That was never merged with the claim, so I couldn't remove it. If you can upload the file, I'll merge it.
I don't have internet on my pc anymore for a while, so it will be hard to remember every comment.
- Bloodthirsty Crustacean
- Developer Emeritus
- Posts: 3869
- Joined: Fri Feb 02, 2007 7:30 pm
- Location: Elsewhere
I checked the latest MowSkwoz file I could remember, but am now slightly confused because it works differently to how the merged version does.
Currently, the bowl TR_m3_mournhold_barrier_dummy (in your file) should be placed inside the tree in the Palace of Mournhold (in the exterior).
Alternatively, it might need to be placed on an invisible activator in a similar location using this script:
found in the latest file provided by MowSkwoz in the Map 3 Internal Download thread (you can get it there for merging if you so desire, or just place the bowl with the correct script attached.
I am not sure which version of the script (but this one is longer, and perhaps thus better) is the one which was finally decided for use. I'll ask MowSkwoz.
Blackbird, if you don't have internet, but were able to make this post, couldn't you just have copied and pasted what I and Haplo said into a document or something? Oh well.
Currently, the bowl TR_m3_mournhold_barrier_dummy (in your file) should be placed inside the tree in the Palace of Mournhold (in the exterior).
Alternatively, it might need to be placed on an invisible activator in a similar location using this script:
Code: Select all
Begin TR_m3_Mournhold_Barrier_sc
;This script prevents the player jumping or levitating over the walls of Mournhold
;it is placed on a dummy object in the centre exterior Mournhold cell
Float zcurrent ;used to record the player's current z coord
Float xrecord
Float yrecord
Float zrecord
Short controlvar ;used to handle a progression of checks/events
Float xcheck
Float ycheck
Set zcurrent to ( player->GetPos, z ) ;record player's height every frame
if ( controlvar == 0 )
if ( zcurrent > 1850 ) ;if player higher than we'd like (i.e. jumping too high)
Set xrecord to ( player->GetPos, x )
Set yrecord to ( player->GetPos, y ) ;record player's position when they tried to jump over
Set zrecord to zcurrent
if ( xrecord > 192896 )
Set xcheck to ( ( xrecord - 192896 ) / 100 )
else
Set xcheck to ( ( 192896 - xrecord ) / 100 )
endif
if ( yrecord < -224802 )
Set ycheck to ( ( -0.01) * ( yrecord + 224802 ) )
else
Set ycheck to ( ( 224802 + yrecord ) / 100 )
endif
Set xcheck to ( xcheck * xcheck )
Set ycheck to ( ycheck * ycheck )
Set xcheck to ( xcheck + ycheck )
if ( xcheck < 12544 )
if ( yrecord > -236700 ) ;this prevents problems with the buildings in Triffith Sandril Plaza
Set controlvar to 1 ;go to next stage
endif
endif
endif
elseif ( controlvar == 1 ) ;if player was trying to get over
MessageBox "A mysterious barrier obstructs your path." ;give message
ToggleCollision ;prevent existing movement from continuing
Set controlvar to 2 ;go to next stage
elseif ( controlvar == 2 )
ToggleCollision ;let the player fall / collide again
Set controlvar to 3 ;go to next stage
elseif ( controlvar == 3 )
player->SetPos, z, zrecord ;prevents player being warped to floor by togglecollision
set controlvar to 4
elseif ( controlvar == 4 )
if ( zcurrent < 1800 ) ;until below the required height
Set controlvar to 0
else
player->SetPos, x, xrecord ;prevent player from moving horizonatally
player->SetPos, y, yrecord ;reset controlvar (so script runs again)
endif
endif
End
I am not sure which version of the script (but this one is longer, and perhaps thus better) is the one which was finally decided for use. I'll ask MowSkwoz.
Blackbird, if you don't have internet, but were able to make this post, couldn't you just have copied and pasted what I and Haplo said into a document or something? Oh well.
a man builds a city
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
-
- Developer
- Posts: 835
- Joined: Mon Oct 27, 2008 11:18 pm
- Location: London
Hey Blackbird,
Use this file - either merge or copy it's contents. The activator TR_m3_Mournhold_Barrier should be placed anywhere in the central Mournhold cell (the position was important in the old version, but not this one, but it must be the central cell).
Thanks.
Edit: I just saw you said you don't have the internet on your modding computer. If you can't download the file, the script is the same as the one BC just posted. Just place that script on an activator (mesh doesn't matter - I used the invisible Sound Marker one) with the name "TR_m3_Mournhold_Barrier" and place that activator in the central Mournhold cell.
Use this file - either merge or copy it's contents. The activator TR_m3_Mournhold_Barrier should be placed anywhere in the central Mournhold cell (the position was important in the old version, but not this one, but it must be the central cell).
Thanks.
Edit: I just saw you said you don't have the internet on your modding computer. If you can't download the file, the script is the same as the one BC just posted. Just place that script on an activator (mesh doesn't matter - I used the invisible Sound Marker one) with the name "TR_m3_Mournhold_Barrier" and place that activator in the central Mournhold cell.
- Attachments
-
- TR_Mournhold_Barrier_3.ESP
- (3.42 KiB) Downloaded 156 times
MaMeeshkaMowSkwoz - choose your syllables
-
- Reviewer
- Posts: 1816
- Joined: Thu Mar 01, 2007 9:55 pm
- Location: Brugge (bruges), Flanders, Belgium
I have an active internet connection.
That file has been downloaded and merged.
I'm uploading my file of the Mournhold-Almalexia connection through the gates of Symmachus. There are also some hidden doors which should show the correct position on the world map.
edit: Should I delete the other MH flora in the wilderness?
That file has been downloaded and merged.
I'm uploading my file of the Mournhold-Almalexia connection through the gates of Symmachus. There are also some hidden doors which should show the correct position on the world map.
edit: Should I delete the other MH flora in the wilderness?
- Attachments
-
- TR_m3almalexia-mournhold.ESP
- (2.94 KiB) Downloaded 175 times
- Bloodthirsty Crustacean
- Developer Emeritus
- Posts: 3869
- Joined: Fri Feb 02, 2007 7:30 pm
- Location: Elsewhere
Regarding the file you just provided Blackbird, the doors you use to link Brindisi Dorom and Triffith Sandil should have the same names they originally did, as opposed to Palace Gates. So the Triffith Sandil doors should be Gates of Symmachus, and the Brindisi Dorom ones Mournhold Gates or whatever they were (or they could become Gates of Symmachus as well).
In Brindisi Dorom, your door clips slightly with the top of the doorframe: move it back a bit.
In the various places you've put in the 'hidden doors', they need to be moved far, far away from the area they're in so that they don't show up as a door square on the mini-map. Currently a confused player would see a 'door to Mournhold Region' somewhere around the tree in the Palace Courtyard. It needs to be moved far away.
Also, your Godsreach door (at the least) appears not to be teleporting anywhere. Didn't check the others.
Finally, the file is dirty and modifies a pair of trees in cell (24, -28), as well as the original Ex_MH_city_gate Ref in Brindisi Dorom. That should be cleaned out. (The change to the city gate may require you to clean out all changes to Brindisi Dorom and do them again, because I don't know if even TESAME can clean out individual refs)
EDIT: BTW, the claim file itself appears to be horrendously dirty, affecting a huge amount of Mournhold (Tribunal) cells. That all needs to be cleaned.
In Brindisi Dorom, your door clips slightly with the top of the doorframe: move it back a bit.
In the various places you've put in the 'hidden doors', they need to be moved far, far away from the area they're in so that they don't show up as a door square on the mini-map. Currently a confused player would see a 'door to Mournhold Region' somewhere around the tree in the Palace Courtyard. It needs to be moved far away.
Also, your Godsreach door (at the least) appears not to be teleporting anywhere. Didn't check the others.
Finally, the file is dirty and modifies a pair of trees in cell (24, -28), as well as the original Ex_MH_city_gate Ref in Brindisi Dorom. That should be cleaned out. (The change to the city gate may require you to clean out all changes to Brindisi Dorom and do them again, because I don't know if even TESAME can clean out individual refs)
EDIT: BTW, the claim file itself appears to be horrendously dirty, affecting a huge amount of Mournhold (Tribunal) cells. That all needs to be cleaned.
a man builds a city
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
A map could use this as a base:blackbird wrote:Sounds cool! There is now a bookseller at the silt strider port. If someone wanted to make a city map of Almalexia, i know where I can put them.Haplo wrote:You mean map? If someone like theviking is up for making one, yeah.
http://img230.imageshack.us/img230/2770/almalexiamournholdsf0.jpg
Or just make a map for each of the cells.
@Blackbird: Shouldn't the connection mod... be merged with your claim file?
Forum Administrator & Data Files Manager
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
- Bloodthirsty Crustacean
- Developer Emeritus
- Posts: 3869
- Joined: Fri Feb 02, 2007 7:30 pm
- Location: Elsewhere
Blackbird, your connection mod is still slightly dirty in that it will break any mod which touches the Brindisi Dorom gate, avoiding doing so being one of our objectives here.
I will quickly sort out a clean version of the file if that's okay with you?
I also very much like what you've done with the strider port. (One thing, would it be possible to raise the terrain under the port and the ramp to it, and provide an actual floor that could be vertex shaded etc.? There's also currently a rather big seam where the ramp is)
Some of your subtler touches are very excellent, too. I love the notice board, and those banners hung between buildings, across the streets. I'd love to see more of those (without overkilling it, of course).
On that note, if we do have a capable texturer to hand, it would be nice to see some unique TR ones with Lutemoth or other excellent Dunmer artwork (such as Túrelio's saint trioliths) on them, as suggested by someone else recently. Only as a luxury if we can afford it, though.
I will quickly sort out a clean version of the file if that's okay with you?
I also very much like what you've done with the strider port. (One thing, would it be possible to raise the terrain under the port and the ramp to it, and provide an actual floor that could be vertex shaded etc.? There's also currently a rather big seam where the ramp is)
Some of your subtler touches are very excellent, too. I love the notice board, and those banners hung between buildings, across the streets. I'd love to see more of those (without overkilling it, of course).
On that note, if we do have a capable texturer to hand, it would be nice to see some unique TR ones with Lutemoth or other excellent Dunmer artwork (such as Túrelio's saint trioliths) on them, as suggested by someone else recently. Only as a luxury if we can afford it, though.
a man builds a city
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
- Bloodthirsty Crustacean
- Developer Emeritus
- Posts: 3869
- Joined: Fri Feb 02, 2007 7:30 pm
- Location: Elsewhere
Here's the file.
The problem with yours (aside from its other instances of less important dirt) was that the real door in PBD was modified. This means that, for example, if one of the Mournhold Expanded mods changes that door (which is highly likely), their change would be overwritten by ours.
All we want to do is put a 'second' door a tad infront of the current activator.
This way we can use the door as we wish, and any mod that alters the existing activator (by replacing it with an actual door, say) will not be flat out broken, just inconvenienced. (This way, the player could TCL through our door and still access the Mournhold Expanded content, wheras with a dirty file they'd TCL through our door and find a useless activator, and have to COC to the mod's cells. This is just a common courtesy, and a way of maintaining TR's 'no conflicts' reputation)
Sorry for the long winded explanation.
The short one is 'just trust me'.
BTW, the notice board totally has to have the anti-Temple piece of propaganda 'Rethul Nitram's 59th Precept' on it.
The problem with yours (aside from its other instances of less important dirt) was that the real door in PBD was modified. This means that, for example, if one of the Mournhold Expanded mods changes that door (which is highly likely), their change would be overwritten by ours.
All we want to do is put a 'second' door a tad infront of the current activator.
This way we can use the door as we wish, and any mod that alters the existing activator (by replacing it with an actual door, say) will not be flat out broken, just inconvenienced. (This way, the player could TCL through our door and still access the Mournhold Expanded content, wheras with a dirty file they'd TCL through our door and find a useless activator, and have to COC to the mod's cells. This is just a common courtesy, and a way of maintaining TR's 'no conflicts' reputation)
Sorry for the long winded explanation.
The short one is 'just trust me'.
BTW, the notice board totally has to have the anti-Temple piece of propaganda 'Rethul Nitram's 59th Precept' on it.
- Attachments
-
- TR_GatesOfSymmachus.esp
- (2.08 KiB) Downloaded 142 times
a man builds a city
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
Reviewed version. There is so much going on in this claim and claim #7 that I just might rely on internal and public error reports to really review the thing. There's just way too many statics for one or even two people to be sure they caught everything, although I did catch a bunch of major problems that appeared in Almalexia.
BC: Since we're relying on MCP now, that fixes the problem with naming these two Almalexia cells, right? I'd like to test that before this opens up for NPCs.
BC: Since we're relying on MCP now, that fixes the problem with naming these two Almalexia cells, right? I'd like to test that before this opens up for NPCs.
Last edited by Haplo on Wed Mar 24, 2010 1:08 am, edited 1 time in total.
Forum Administrator & Data Files Manager
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
- Thrignar Fraxix
- Developer Emeritus
- Posts: 10644
- Joined: Mon Dec 06, 2004 10:30 pm
- Location: Silnim
- Contact:
I got MASSIVE lag in the forest to the west of almalexia, particularly just to the southwest. I had figured it was the city, but walking around the actual city was fine. I had this problem in Lan Orethan too. I wonder if one or two of our trees might be unusually resource intensive.
Reviewing Administrator
Morrowind Reviews: 1640
Completed MW Interiors: 29
The just man frowns, but never sneers. We can understand anger, but not malevolence - Victor Hugo, Les Miserables
The abuse of greatness is when it disjoins remorse from power - Brutus, Julius Caesar
Fun is bad - Haplo
Morrowind Reviews: 1640
Completed MW Interiors: 29
The just man frowns, but never sneers. We can understand anger, but not malevolence - Victor Hugo, Les Miserables
The abuse of greatness is when it disjoins remorse from power - Brutus, Julius Caesar
Fun is bad - Haplo
- Tyrion
- Reviewer
- Posts: 1699
- Joined: Wed May 31, 2006 10:52 pm
- Location: currently hiding in Pentos (aka Philadelphia)
I had lag issues in the cs but not in-game.
"Imagination and memory are but one thing which for diverse considerations have diverse names."
"How dare you question the colonnade!" - one of the Glorious Leaders
"Nemon + IKEA = creationism" - some guy
"The layout is awesome, the scale is awesome, the whole city is just awesome!" - Tyrion on Blacklight, circa 2007
"How dare you question the colonnade!" - one of the Glorious Leaders
"Nemon + IKEA = creationism" - some guy
"The layout is awesome, the scale is awesome, the whole city is just awesome!" - Tyrion on Blacklight, circa 2007
Same for me. CS lag is pretty standard for TR, even with a dual core OC'd 3GHz processor and 4GB of RAM and my new video card with 1GB of dedicated memory... the CS just isn't very efficient. But running it in game gives me no lag, city or otherwise.
Forum Administrator & Data Files Manager
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
- Thrignar Fraxix
- Developer Emeritus
- Posts: 10644
- Joined: Mon Dec 06, 2004 10:30 pm
- Location: Silnim
- Contact:
I had lag in game and I believe our trees were to blame. I'd be curious how they compare to vanilla trees
Reviewing Administrator
Morrowind Reviews: 1640
Completed MW Interiors: 29
The just man frowns, but never sneers. We can understand anger, but not malevolence - Victor Hugo, Les Miserables
The abuse of greatness is when it disjoins remorse from power - Brutus, Julius Caesar
Fun is bad - Haplo
Morrowind Reviews: 1640
Completed MW Interiors: 29
The just man frowns, but never sneers. We can understand anger, but not malevolence - Victor Hugo, Les Miserables
The abuse of greatness is when it disjoins remorse from power - Brutus, Julius Caesar
Fun is bad - Haplo
We don't really have any TR trees used in this claim. At all, I don't think. This claim's going up for NPCing. Woohoo, progress. Ima remove all the other files so nobody downloads the wrong one.
Forum Administrator & Data Files Manager
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
- Tyrion
- Reviewer
- Posts: 1699
- Joined: Wed May 31, 2006 10:52 pm
- Location: currently hiding in Pentos (aka Philadelphia)
I think your issue may be with the number of activators/lights/banners or container plants? Since those are pretty dense if I recall.
"Imagination and memory are but one thing which for diverse considerations have diverse names."
"How dare you question the colonnade!" - one of the Glorious Leaders
"Nemon + IKEA = creationism" - some guy
"The layout is awesome, the scale is awesome, the whole city is just awesome!" - Tyrion on Blacklight, circa 2007
"How dare you question the colonnade!" - one of the Glorious Leaders
"Nemon + IKEA = creationism" - some guy
"The layout is awesome, the scale is awesome, the whole city is just awesome!" - Tyrion on Blacklight, circa 2007
- Nomadic1
- Developer Emeritus
- Posts: 3338
- Joined: Sat May 15, 2004 7:34 am
- Location: Adelaide, Australia
My money's on container flora making the biggest dent in FPS. There aren't going to be enough TR trees to make things that bad and IIRC even some of the GL trees have more polies.
The lag is only going to get a lot worse once creatures, NPCs and quests are added.
The lag is only going to get a lot worse once creatures, NPCs and quests are added.
<insert witty signature here. i might spend time trying to come up with something, but its not like anybody reads these anyway>
Containers is where it's at. There are lots of muck sponges and stuff around too.
Forum Administrator & Data Files Manager
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
- Tyrion
- Reviewer
- Posts: 1699
- Joined: Wed May 31, 2006 10:52 pm
- Location: currently hiding in Pentos (aka Philadelphia)
I can eat them.
Don't worry.
Don't worry.
"Imagination and memory are but one thing which for diverse considerations have diverse names."
"How dare you question the colonnade!" - one of the Glorious Leaders
"Nemon + IKEA = creationism" - some guy
"The layout is awesome, the scale is awesome, the whole city is just awesome!" - Tyrion on Blacklight, circa 2007
"How dare you question the colonnade!" - one of the Glorious Leaders
"Nemon + IKEA = creationism" - some guy
"The layout is awesome, the scale is awesome, the whole city is just awesome!" - Tyrion on Blacklight, circa 2007
Empirical and verified evidence, pleaseAeven wrote:I've been having issues loading this one up. The weird issue with missing platforms and stuff magically turning into platforms, like happened in Dreynim Spa, is here too. It's happening in the city, including some ints such as the Alma Cathedral.
Forum Administrator & Data Files Manager
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
I would like to claim this please. Will work on it regularly and provide weekly updates.
Current plan is to start by making a list of Almalexia ints and making sure that they all fit with their intended purposes and their intended districts, such that the various parts of Almalexia can properly be classified as poor/rich medium, etc. Will start with unimportant NPCs while waiting for clearance with various plans, etc.
Current plan is to start by making a list of Almalexia ints and making sure that they all fit with their intended purposes and their intended districts, such that the various parts of Almalexia can properly be classified as poor/rich medium, etc. Will start with unimportant NPCs while waiting for clearance with various plans, etc.
- Bloodthirsty Crustacean
- Developer Emeritus
- Posts: 3869
- Joined: Fri Feb 02, 2007 7:30 pm
- Location: Elsewhere
It will also be your job seeing as you're dialoguing this to work out how to integrate Mournhold (Tribunal) dialogue with this stuff. Ideally there would be at least some overlap (from Tribunal to us) where appropriate, for instance the guards at least at the entrance to Mournhold having the "Fabricants are attacking!" dialogue, and the people of the town having the same reactions to the ashstorm as in Tribunal, etc.
There's a couple of paperworky things I also wanted to get done relating to Mournhold that I never got to do because of time constraints, foremost amongst which is naming the five central Mournhold cells their appropriate names, plus a space on the end so the game accepts it (remove the names of the four 'corner cells' which contain only moat), e.g. "Mournhold, Plaza Brindisi Dorom ". Then, adding in activators to the relevant part of Mournhold (Tribunal) which does ShowMap "Mournhold, Plaza Brindisi Dorom " etc. when the player enters each section.
A few other completely random things I remember: place some of those 'bounty on the Nerevarine' notes, which get enabled at the relevant part of the MQ, on the noticeboard in town. (And remember to use that thing to start at least one quest with a note, because it's so cool) Second, change the far too blatant name of the 'seedy strip club' from 'The Dancing Racer' to something a little less silly. I thought 'The Blue Moon Cornerclub', or anything just a tad less in your face and moddy. Finally, to my memory a lot of the banners for shops around town are not hanging correctly on their poles. They need to be hung imagining the wind is not blowing, so with their tips hanging from the base of their pole, not from the side of it.
These are things I noted before being so swamped with stuff, back when I might have thought of claiming this. Sorry if it's a bit random.
There's a couple of paperworky things I also wanted to get done relating to Mournhold that I never got to do because of time constraints, foremost amongst which is naming the five central Mournhold cells their appropriate names, plus a space on the end so the game accepts it (remove the names of the four 'corner cells' which contain only moat), e.g. "Mournhold, Plaza Brindisi Dorom ". Then, adding in activators to the relevant part of Mournhold (Tribunal) which does ShowMap "Mournhold, Plaza Brindisi Dorom " etc. when the player enters each section.
A few other completely random things I remember: place some of those 'bounty on the Nerevarine' notes, which get enabled at the relevant part of the MQ, on the noticeboard in town. (And remember to use that thing to start at least one quest with a note, because it's so cool) Second, change the far too blatant name of the 'seedy strip club' from 'The Dancing Racer' to something a little less silly. I thought 'The Blue Moon Cornerclub', or anything just a tad less in your face and moddy. Finally, to my memory a lot of the banners for shops around town are not hanging correctly on their poles. They need to be hung imagining the wind is not blowing, so with their tips hanging from the base of their pole, not from the side of it.
These are things I noted before being so swamped with stuff, back when I might have thought of claiming this. Sorry if it's a bit random.
a man builds a city
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"