Exclamation marks in game

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Post Reply
arkhanari
Posts: 1
Joined: 10 Dec 2021, 08:12

Exclamation marks in game

Post by arkhanari »

Let me start by first saying how happy I am I found OpenMW. To be able to play Morrowind again and in a stable manner is just lovely.

I am using OpenMW 0.47.0.
I am using Mod Organiser 2.4.2
I am trying to get the "Expanded vanilla" experience from modding-openmw.com (I have excluded some mods that take away cheesy elements as I actually like being able to trade with the Creeper etc).

My first problem was getting the grass mods to work from the expanded vanilla. Since these came as *.owaddon and I want to use MO2 I repackaged each grass mod in a .7z file with a "data" folder and renamed all *.owaddon to *.esp. Of course this meant I had to change the "groundcover" strings in the openmw.cfg. I did not get this to work so I found another grass mod that worked directly with MO2. So far so good.

I finally got the game to start and load. Unfortunately a lot of NPCs were walking around with big question marks. This seemed to be due to the mod "Wares for NPC" where you get NPC to hold items. After deactivating that one only a few NPCs walk around with question marks. :D

I am wondering if there is a kind soul who could take the time to look at my my config files and point out problems.

Thank you in advance.

Openmw.cfg:

Code: Select all

# This is the global openmw.cfg file. Do not modify!
# Modifications should be done on the user openmw.cfg file instead
# (see: https://openmw.readthedocs.io/en/master/reference/modding/paths.html)

fallback-archive=Morrowind.bsa
fallback-archive=Tribunal.bsa
fallback-archive=Bloodmoon.bsa
fallback-archive=Windows Glow TR.bsa
fallback-archive=TR_Data.bsa
fallback-archive=PT_Data.bsa
groundcover=Cyrodiil_Grass.ESP
groundcover=Sky_Main_Grass.ESP
groundcover=Ozzy's Grass - Merged.esp

# NOTE: Mod list users only want the Reeds plugin! Did not get these to work
#groundcover=Vurt's Groundcover - Reeds.esp
#groundcover=Vurt's Groundcover - BC, AI, WG, GL.esp
#groundcover=Vurt's Groundcover - Reeds.esp
#groundcover=Vurt's Groundcover - Solstheim.esp
#groundcover=Vurt's Groundcover - The Ashlands.esp

# For Vanilla regions
#groundcover=AesAdGrass_AC.esp
#groundcover=AesAdGrass_AI.esp
#groundcover=AesAdGrass_AL.esp
#groundcover=AesAdGrass_BC.esp
#groundcover=AesAdGrass_WG.esp
#groundcover=AesGrass_GL.esp
#groundcover=AesGrass_SV.esp
# For TR
#groundcover=AesAdGrass_TR_AC.esp
#groundcover=AesAdGrass_TR_AI.esp
#groundcover=AesAdGrass_TR_AL.esp
#groundcover=AesAdGrass_TR_BC.esp
#groundcover=AesAdGrass_TR_WG.esp
#groundcover=AesGrass_TR_GL.esp
#groundcover=AesGrass_TR_SV.esp
#groundcover=Rem_TR_AT.esp
# For TR Preview, only use if you've enabled that as well!
# groundcover=AesAdGrass_TRp_AC.esp
# groundcover=AesAdGrass_TRp_AI.esp
# groundcover=AesAdGrass_TRp_AL.esp
# groundcover=AesAdGrass_TRp_BC.esp
# groundcover=AesAdGrass_TRp_WG.esp
# groundcover=AesGrass_TRp_AT.esp
# groundcover=AesGrass_TRp_GL.esp
# groundcover=AesGrass_TRp_SV.esp
# groundcover=Rem_TRp_AT.esp
# groundcover=Rem_TRp_GM.esp
# groundcover=Rem_TRp_RR.esp
# groundcover=Rem_TRp_TV.esp

#groundcover=Rem_GL.esp
#groundcover=Rem_WG.esp
#groundcover=Rem_AL.esp
#groundcover=Rem_BC.esp
#groundcover=Rem_Solstheim.esp
#groundcover=Rem_AC.esp
#groundcover=Rem_AI.esp
#groundcover=Rem_TR_BC.esp
#groundcover=Rem_TR_AI.esp
#groundcover=Rem_TR_AT.esp
#groundcover=Rem_TR_GL.esp
#groundcover=Rem_TR_AC.esp
#groundcover=Rem_TR_WG.esp

#groundcover=momw_AesAdGrass_AC.esp
#groundcover=momw_AesAdGrass_AI.esp
#groundcover=momw_AesAdGrass_AL.esp
#groundcover=momw_AesAdGrass_BC.esp
#groundcover=momw_AesGrass_GL.esp
#groundcover=momw_AesAdGrass_WG.esp
#groundcover=mw_AesAdGrass_AC.esp
#groundcover=mw_AesAdGrass_AI.esp
#groundcover=mw_AesAdGrass_AL.esp
#groundcover=mw_AesAdGrass_BC.esp
#groundcover=mw_AesGrass_GL.esp
#groundcover=mw_AesAdGrass_WG.esp


data=data
data-local="?userdata?data"
resources=resources
script-blacklist=Museum
script-blacklist=MockChangeScript
script-blacklist=doortestwarp
script-blacklist=WereChange2Script
script-blacklist=wereDreamScript2
script-blacklist=wereDreamScript3

# lighting
fallback=LightAttenuation_UseConstant,0
fallback=LightAttenuation_ConstantValue,0.0
fallback=LightAttenuation_UseLinear,1
fallback=LightAttenuation_LinearMethod,1
fallback=LightAttenuation_LinearValue,3.0
fallback=LightAttenuation_LinearRadiusMult,1.0
fallback=LightAttenuation_UseQuadratic,0
fallback=LightAttenuation_QuadraticMethod,2
fallback=LightAttenuation_QuadraticValue,16.0
fallback=LightAttenuation_QuadraticRadiusMult,1.0
fallback=LightAttenuation_OutQuadInLin,0

# inventory
fallback=Inventory_DirectionalDiffuseR,1.0
fallback=Inventory_DirectionalDiffuseG,1.0
fallback=Inventory_DirectionalDiffuseB,1.0
fallback=Inventory_DirectionalAmbientR,0.0
fallback=Inventory_DirectionalAmbientG,0.0
fallback=Inventory_DirectionalAmbientB,0.0
fallback=Inventory_DirectionalRotationX,110
fallback=Inventory_DirectionalRotationY,90
fallback=Inventory_UniformScaling,0

# water effects
fallback=Water_Map_Alpha,0.4
fallback=Water_World_Alpha,0.75
fallback=Water_SurfaceTextureSize,128
fallback=Water_SurfaceTileCount,10
fallback=Water_SurfaceFPS,12
fallback=Water_SurfaceTexture,water
fallback=Water_SurfaceFrameCount,32
fallback=Water_TileTextureDivisor,4.75
fallback=Water_RippleTexture,ripple
fallback=Water_RippleFrameCount,4
fallback=Water_RippleLifetime,3.0
fallback=Water_MaxNumberRipples,75
fallback=Water_RippleScale,0.15, 6.5
fallback=Water_RippleRotSpeed,0.5
fallback=Water_RippleAlphas,0.7, 0.1, 0.01
fallback=Water_NearWaterRadius,1000
fallback=Water_NearWaterPoints,8
fallback=Water_NearWaterUnderwaterFreq,0.3
fallback=Water_NearWaterUnderwaterVolume,0.9
fallback=Water_NearWaterIndoorTolerance,512.0
fallback=Water_NearWaterOutdoorTolerance,1024.0
fallback=Water_NearWaterIndoorID,Water Layer
fallback=Water_NearWaterOutdoorID,Water Layer
fallback=Water_UnderwaterSunriseFog,3
fallback=Water_UnderwaterDayFog,2.5
fallback=Water_UnderwaterSunsetFog,3
fallback=Water_UnderwaterNightFog,4
fallback=Water_UnderwaterIndoorFog,3
fallback=Water_UnderwaterColor,012,030,037
fallback=Water_UnderwaterColorWeight,0.85

# fonts
fallback=Fonts_Font_0,magic_cards_regular
fallback=Fonts_Font_1,century_gothic_font_regular
fallback=Fonts_Font_2,daedric_font
fallback=FontColor_color_normal,202,165,96
fallback=FontColor_color_normal_over,223,201,159
fallback=FontColor_color_normal_pressed,243,237,221
fallback=FontColor_color_active,96,112,202
fallback=FontColor_color_active_over,159,169,223
fallback=FontColor_color_active_pressed,223,226,244
fallback=FontColor_color_disabled,179,168,135
fallback=FontColor_color_disabled_over,223,201,159
fallback=FontColor_color_disabled_pressed,243,237,221
fallback=FontColor_color_link,112,126,207
fallback=FontColor_color_link_over,143,155,218
fallback=FontColor_color_link_pressed,175,184,228
fallback=FontColor_color_journal_link,37,49,112
fallback=FontColor_color_journal_link_over,58,77,175
fallback=FontColor_color_journal_link_pressed,112,126,207
fallback=FontColor_color_journal_topic,0,0,0
fallback=FontColor_color_journal_topic_over,58,77,175
fallback=FontColor_color_journal_topic_pressed,112,126,207
fallback=FontColor_color_answer,150,50,30
fallback=FontColor_color_answer_over,223,201,159
fallback=FontColor_color_answer_pressed,243,237,221
fallback=FontColor_color_header,223,201,159
fallback=FontColor_color_notify,223,201,159
fallback=FontColor_color_big_normal,202,165,96
fallback=FontColor_color_big_normal_over,223,201,159
fallback=FontColor_color_big_normal_pressed,243,237,221
fallback=FontColor_color_big_link,112,126,207
fallback=FontColor_color_big_link_over,143,155,218
fallback=FontColor_color_big_link_pressed,175,184,228
fallback=FontColor_color_big_answer,150,50,30
fallback=FontColor_color_big_answer_over,223,201,159
fallback=FontColor_color_big_answer_pressed,243,237,22
fallback=FontColor_color_big_header,223,201,159
fallback=FontColor_color_big_notify,223,201,159
fallback=FontColor_color_background,0,0,0
fallback=FontColor_color_focus,80,80,80
fallback=FontColor_color_health,200,60,30
fallback=FontColor_color_magic,53,69,159
fallback=FontColor_color_fatigue,0,150,60
fallback=FontColor_color_misc,0,205,205
fallback=FontColor_color_weapon_fill,200,60,30
fallback=FontColor_color_magic_fill,200,60,30
fallback=FontColor_color_positive,223,201,159
fallback=FontColor_color_negative,200,60,30
fallback=FontColor_color_count,223,201,159

# leveling
fallback=Level_Up_Level2,The last few days have opened your eyes: you realize now that there is more to the life than you thought. An uncertain future awaits you.
fallback=Level_Up_Level3,You finally come to understand that great doings start from hard work and determination.
fallback=Level_Up_Level4,After reminiscing upon all that time you lost in your youth, it's as clear as day to you now: this - this is the life, and all the experience you gain gives you the tools you need to succeed in it.
fallback=Level_Up_Level5,Things seem to be working out for you. As you become more capable, the world is opening up.
fallback=Level_Up_Level6,With every push you did to gain knowledge, and yet your thirst for it increased, you realize there is so much more to learn still.
fallback=Level_Up_Level7,You dig deep within yourself, trying to finally become the one who you thought you would be... but there's much to keep digging through.
fallback=Level_Up_Level8,Success doesn't come easily, but you make it appear that way to others.
fallback=Level_Up_Level9,Everything may slowly become a second nature to you, but it also can turn just a bit more dangerous.
fallback=Level_Up_Level10,Nothing in life is easy, or it wouldn't have been worth the blood, sweat and tears.
fallback=Level_Up_Level11,Working smarter, not harder is something even a barbarian could benefit from.
fallback=Level_Up_Level12,Perhaps some would call you delusional for keeping at it, but you know better. Your dilegence has already paid off, after all.
fallback=Level_Up_Level13,One night's sleep is all the difference between something being difficult and something being easy.
fallback=Level_Up_Level14,After waking up, you wonder: could today be the best day in your life? You never know.
fallback=Level_Up_Level15,Ouch! You lean back feeling your whole body for what seems the first time. You'll be more mindful in the future -- you can only live once.
fallback=Level_Up_Level16,Trusting your instincts has gotten you this far, but now it's clear to you that you need to be smarter to survive.
fallback=Level_Up_Level17,You're forging your spirit in the crucible that is experience. Be ever vigilant.
fallback=Level_Up_Level18,The frustrations of the day before vanish as you wake up. Today is a new day.
fallback=Level_Up_Level19,Today isn't yesterday, you feel that deep inside. You know that there is still more to this life.
fallback=Level_Up_Level20,Luck has never been a factor in your success -- that's obvious from the scars on your body and from the number of trails you've endured.
fallback=Level_Up_Default,Through sheer force of will, you push onwards and upwards. The toil of your persistence is paying off.

# character creation
fallback=Question_1_Question,Before you lies a creature you have never seen before. Its hind leg is caught in a hunter's trap, and you can tell that the leg is broken. What will you do?
fallback=Question_1_AnswerOne,Pull out you knife for a short and merciful kill.
fallback=Question_1_AnswerTwo,Reach into your herbal pouch to find something to ease its suffering before putting it to sleep.
fallback=Question_1_AnswerThree,Leave the leg alone, but take the time to observe and learn from this odd creature.
fallback=Question_1_Sound,Voice\CharGen\QA1.mp3
fallback=Question_2_Question,Your mother suggests you to help with work around your family household. Do you decide to...
fallback=Question_2_AnswerOne,Help your father with fence post replacement?
fallback=Question_2_AnswerTwo,Collect a few herbs in the forest for tonight's supper?
fallback=Question_2_AnswerThree,Help the fish to find their way into the kitchen?
fallback=Question_2_Sound,Voice\CharGen\QA2.mp3
fallback=Question_3_Question,Your brother teases you mercilessly in front of everyone with embarrassing details you would rather have forgotten.
fallback=Question_3_AnswerOne,Give him a black-eye and dare him to keep it up.
fallback=Question_3_AnswerTwo,Beat him to the punch and play it up -- if you can control the negative, then he can't embarrass you.
fallback=Question_3_AnswerThree,Wait until he sleeps, put his hand in a bowl of water and call everyone around the next day to see the results.
fallback=Question_3_Sound,Voice\CharGen\QA3.mp3
fallback=Question_4_Question,Rumor has it that the King's security console has a new tool at their disposal for sniffing out the truth, which could be used for reading minds.
fallback=Question_4_AnswerOne,You recoil at the thought of someone being able to read your thoughts. It's not that you think something that you'll ever act on it.
fallback=Question_4_AnswerTwo,For those who have done nothing, there is nothing to fear. This is just yet another utility for catching thieves, murderers and plots against the crown.
fallback=Question_4_AnswerThree,While you loath the idea of someone reading your mind, you accept that it does have its uses if tempered by law and common sense. You wouldn't believe the mind of a madman.
fallback=Question_4_Sound,Voice\CharGen\QA4.mp3
fallback=Question_5_Question,You are returning home from the market after acquiring supplies, and notice that one of the merchants had given you too much back in change.
fallback=Question_5_AnswerOne,How dreadful, what if it was you? You head back to the merchant.
fallback=Question_5_AnswerTwo,Happy days indeed. Put that extra money towards the needs of your family?
fallback=Question_5_AnswerThree,You win some and you lose some. In this case you have won and they have lost, and the oversight is the merchant's problem, not yours, right?
fallback=Question_5_Sound,Voice\CharGen\QA5.mp3
fallback=Question_6_Question,While at market, a noble yells out to the city watch about a theft. As you turn around a man bumps into you and drops a sack, startled he darts into the crowd.
fallback=Question_6_AnswerOne,You pick up the sack and head over to the noble to return his property?
fallback=Question_6_AnswerTwo,Just walk away, the last thing you need is someone thinking you had anything to do with it?
fallback=Question_6_AnswerThree,Finders, keepers... you whistle as you walk away with the bag hidden?
fallback=Question_6_Sound,Voice\CharGen\QA6.mp3
fallback=Question_7_Question,If it's one thing you hate, it's cleaning out the stalls. It has to be done before sunset before the critters return. On your way there an old friend greets you and offers to help if you promise to help them in the future.
fallback=Question_7_AnswerOne,You thank him for the offer but would rather get it over with and not make promises you can't keep?
fallback=Question_7_AnswerTwo,You reason that two pairs of hands are better than one regardless of the task?
fallback=Question_7_AnswerThree,You say that it sounds great and anything is better than cleaning the stalls?
fallback=Question_7_Sound,Voice\CharGen\QA7.mp3
fallback=Question_8_Question,You just climbed down the ladder after working on the roof. Your mother thanks you for the hard work but just at the moment you notice that a hammer is about to fall down on her head.
fallback=Question_8_AnswerOne,You lunge at your mother, pushing her out the way while the hammer falls on top of you?
fallback=Question_8_AnswerTwo,Try to use the ladder to intercept the hammer before it lands on her?
fallback=Question_8_AnswerThree,Warn her to take a step back?
fallback=Question_8_Sound,Voice\CharGen\QA8.mp3
fallback=Question_9_Question,It's the end of the week, and you have just got your wages for your hard work. You decide to take the quick way back home, darting into a alley only to be confronted by ruffians who demand that you empty your pockets.
fallback=Question_9_AnswerOne,You tell them to go pack sand, planting your feet and raising your fists?
fallback=Question_9_AnswerTwo,Acting dejected, you turn your wages over. You know that you can count on your friends to help you track these brigands down and recover what's yours?
fallback=Question_9_AnswerThree,Tossing the sack into the air, you charge the leader who's attention is squarely focused on the coins in flight?
fallback=Question_9_Sound,Voice\CharGen\QA9.mp3
fallback=Question_10_Question,Upon coming to town, you see a clown running at you with an angry mob following after him.
fallback=Question_10_AnswerOne,Stand your ground, you hate clowns?
fallback=Question_10_AnswerTwo,Move out of the way, letting fate decide the clown's fate?
fallback=Question_10_AnswerThree,Come to the clown's aid, clowns are people too?
fallback=Question_10_Sound,Voice\CharGen\QA10.mp3

# blood splatters
fallback=Blood_Model_0,BloodSplat.nif
fallback=Blood_Model_1,BloodSplat2.nif
fallback=Blood_Model_2,BloodSplat3.nif
fallback=Blood_Texture_0,Tx_Blood.dds
fallback=Blood_Texture_1,Tx_Blood_White.dds
fallback=Blood_Texture_2,Tx_Blood_Gold.dds
fallback=Blood_Texture_3,Blood_Energy.dds
fallback=Blood_Texture_4,Blood_Blue.dds
fallback=Blood_Texture_5,Blood_Green.dds
fallback=Blood_Texture_6,Blood_Dark.dds
fallback=Blood_Texture_7,Blood_Orange.dds
fallback=Blood_Texture_Name_0,Default (Red)
fallback=Blood_Texture_Name_1,Skeleton (White)
fallback=Blood_Texture_Name_2,Metal Sparks (Gold)

# movies
fallback=Movies_Project_Logo,openmw_project_logo.webm
fallback=Movies_Game_Logo,openmw_example_suite_logo.webm
fallback=Movies_New_Game,new_game.webm
fallback=Movies_Loading,loading.webm
fallback=Movies_Options_Menu,options_menu.webm

# weather
fallback=Weather_Thunderstorm_Thunder_Sound_ID_0,Thunder0
fallback=Weather_Thunderstorm_Thunder_Sound_ID_1,Thunder1
fallback=Weather_Thunderstorm_Thunder_Sound_ID_2,Thunder2
fallback=Weather_Thunderstorm_Thunder_Sound_ID_3,Thunder3
fallback=Weather_Sunrise_Time,6
fallback=Weather_Sunset_Time,18
fallback=Weather_Sunrise_Duration,2
fallback=Weather_Sunset_Duration,2
fallback=Weather_Hours_Between_Weather_Changes,20
fallback=Weather_Thunderstorm_Thunder_Frequency,.4
fallback=Weather_Thunderstorm_Thunder_Threshold,0.6
fallback=Weather_EnvReduceColor,255,255,255,255
fallback=Weather_LerpCloseColor,037,046,048,255
fallback=Weather_BumpFadeColor,230,239,255,255
fallback=Weather_AlphaReduce,0.35
fallback=Weather_Minimum_Time_Between_Environmental_Sounds,1.0
fallback=Weather_Maximum_Time_Between_Environmental_Sounds,5.0
fallback=Weather_Sun_Glare_Fader_Max,0.5
fallback=Weather_Sun_Glare_Fader_Angle_Max,30.0
fallback=Weather_Sun_Glare_Fader_Color,222,095,039
fallback=Weather_Timescale_Clouds,0
fallback=Weather_Precip_Gravity,575
fallback=Weather_Rain_Ripples,1
fallback=Weather_Rain_Ripple_Radius,1024
fallback=Weather_Rain_Ripples_Per_Drop,1
fallback=Weather_Rain_Ripple_Scale,0.3
fallback=Weather_Rain_Ripple_Speed,1.0
fallback=Weather_Fog_Depth_Change_Speed,3
fallback=Weather_Sky_Pre-Sunrise_Time,.5
fallback=Weather_Sky_Post-Sunrise_Time,1
fallback=Weather_Sky_Pre-Sunset_Time,1.5
fallback=Weather_Sky_Post-Sunset_Time,.5
fallback=Weather_Ambient_Pre-Sunrise_Time,.5
fallback=Weather_Ambient_Post-Sunrise_Time,2
fallback=Weather_Ambient_Pre-Sunset_Time,1
fallback=Weather_Ambient_Post-Sunset_Time,1.25
fallback=Weather_Fog_Pre-Sunrise_Time,.5
fallback=Weather_Fog_Post-Sunrise_Time,1
fallback=Weather_Fog_Pre-Sunset_Time,2
fallback=Weather_Fog_Post-Sunset_Time,1
fallback=Weather_Sun_Pre-Sunrise_Time,0
fallback=Weather_Sun_Post-Sunrise_Time,0
fallback=Weather_Sun_Pre-Sunset_Time,1
fallback=Weather_Sun_Post-Sunset_Time,1.25
fallback=Weather_Stars_Post-Sunset_Start,1
fallback=Weather_Stars_Pre-Sunrise_Finish,2
fallback=Weather_Stars_Fading_Duration,2
fallback=Weather_Snow_Ripples,0
fallback=Weather_Snow_Ripple_Radius,1024
fallback=Weather_Snow_Ripples_Per_Flake,1
fallback=Weather_Snow_Ripple_Scale,0.3
fallback=Weather_Snow_Ripple_Speed,1.0
fallback=Weather_Snow_Gravity_Scale,0.1
fallback=Weather_Snow_High_Kill,700
fallback=Weather_Snow_Low_Kill,150
fallback=Weather_Clear_Cloud_Texture,Tx_Sky_Clear.dds
fallback=Weather_Clear_Clouds_Maximum_Percent,1.0
fallback=Weather_Clear_Transition_Delta,.015
fallback=Weather_Clear_Sky_Sunrise_Color,117,141,164
fallback=Weather_Clear_Sky_Day_Color,095,135,203
fallback=Weather_Clear_Sky_Sunset_Color,056,089,129
fallback=Weather_Clear_Sky_Night_Color,009,010,011
fallback=Weather_Clear_Fog_Sunrise_Color,255,189,157
fallback=Weather_Clear_Fog_Day_Color,206,227,255
fallback=Weather_Clear_Fog_Sunset_Color,255,189,157
fallback=Weather_Clear_Fog_Night_Color,009,010,011
fallback=Weather_Clear_Ambient_Sunrise_Color,047,066,096
fallback=Weather_Clear_Ambient_Day_Color,137,140,160
fallback=Weather_Clear_Ambient_Sunset_Color,068,075,096
fallback=Weather_Clear_Ambient_Night_Color,032,035,042
fallback=Weather_Clear_Sun_Sunrise_Color,242,159,119
fallback=Weather_Clear_Sun_Day_Color,255,252,238
fallback=Weather_Clear_Sun_Sunset_Color,255,114,079
fallback=Weather_Clear_Sun_Night_Color,059,097,176
fallback=Weather_Clear_Sun_Disc_Sunset_Color,255,189,157
fallback=Weather_Clear_Land_Fog_Day_Depth,.69
fallback=Weather_Clear_Land_Fog_Night_Depth,.69
fallback=Weather_Clear_Wind_Speed,.1
fallback=Weather_Clear_Cloud_Speed,1.25
fallback=Weather_Clear_Glare_View,1
fallback=Weather_Clear_Ambient_Loop_Sound_ID,None
fallback=Weather_Cloudy_Cloud_Texture,Tx_Sky_Cloudy.dds
fallback=Weather_Cloudy_Clouds_Maximum_Percent,1.0
fallback=Weather_Cloudy_Transition_Delta,.015
fallback=Weather_Cloudy_Sky_Sunrise_Color,126,158,173
fallback=Weather_Cloudy_Sky_Day_Color,117,160,215
fallback=Weather_Cloudy_Sky_Sunset_Color,111,114,159
fallback=Weather_Cloudy_Sky_Night_Color,009,010,011
fallback=Weather_Cloudy_Fog_Sunrise_Color,255,207,149
fallback=Weather_Cloudy_Fog_Day_Color,245,235,224
fallback=Weather_Cloudy_Fog_Sunset_Color,255,155,106
fallback=Weather_Cloudy_Fog_Night_Color,009,010,011
fallback=Weather_Cloudy_Ambient_Sunrise_Color,066,074,087
fallback=Weather_Cloudy_Ambient_Day_Color,137,145,160
fallback=Weather_Cloudy_Ambient_Sunset_Color,071,080,092
fallback=Weather_Cloudy_Ambient_Night_Color,032,039,054
fallback=Weather_Cloudy_Sun_Sunrise_Color,241,177,099
fallback=Weather_Cloudy_Sun_Day_Color,255,236,221
fallback=Weather_Cloudy_Sun_Sunset_Color,255,089,000
fallback=Weather_Cloudy_Sun_Night_Color,077,091,124
fallback=Weather_Cloudy_Sun_Disc_Sunset_Color,255,202,179
fallback=Weather_Cloudy_Land_Fog_Day_Depth,.72
fallback=Weather_Cloudy_Land_Fog_Night_Depth,.72
fallback=Weather_Cloudy_Wind_Speed,.2
fallback=Weather_Cloudy_Cloud_Speed,2
fallback=Weather_Cloudy_Glare_View,1
fallback=Weather_Cloudy_Ambient_Loop_Sound_ID,None
fallback=Weather_Foggy_Cloud_Texture,Tx_Sky_Foggy.dds
fallback=Weather_Foggy_Clouds_Maximum_Percent,1.0
fallback=Weather_Foggy_Transition_Delta,.015
fallback=Weather_Foggy_Sky_Sunrise_Color,197,190,180
fallback=Weather_Foggy_Sky_Day_Color,184,211,228
fallback=Weather_Foggy_Sky_Sunset_Color,142,159,176
fallback=Weather_Foggy_Sky_Night_Color,018,023,028
fallback=Weather_Foggy_Fog_Sunrise_Color,173,164,148
fallback=Weather_Foggy_Fog_Day_Color,150,187,209
fallback=Weather_Foggy_Fog_Sunset_Color,113,135,157
fallback=Weather_Foggy_Fog_Night_Color,019,024,029
fallback=Weather_Foggy_Ambient_Sunrise_Color,048,043,037
fallback=Weather_Foggy_Ambient_Day_Color,092,109,120
fallback=Weather_Foggy_Ambient_Sunset_Color,029,053,076
fallback=Weather_Foggy_Ambient_Night_Color,028,033,039
fallback=Weather_Foggy_Sun_Sunrise_Color,177,162,137
fallback=Weather_Foggy_Sun_Day_Color,111,131,151
fallback=Weather_Foggy_Sun_Sunset_Color,125,157,189
fallback=Weather_Foggy_Sun_Night_Color,081,100,119
fallback=Weather_Foggy_Sun_Disc_Sunset_Color,223,223,223
fallback=Weather_Foggy_Land_Fog_Day_Depth,1.0
fallback=Weather_Foggy_Land_Fog_Night_Depth,1.9
fallback=Weather_Foggy_Wind_Speed,0
fallback=Weather_Foggy_Cloud_Speed,1.25
fallback=Weather_Foggy_Glare_View,0.25
fallback=Weather_Foggy_Ambient_Loop_Sound_ID,None
fallback=Weather_Thunderstorm_Cloud_Texture,Tx_Sky_Thunder.dds
fallback=Weather_Thunderstorm_Clouds_Maximum_Percent,0.66
fallback=Weather_Thunderstorm_Transition_Delta,.030
fallback=Weather_Thunderstorm_Sky_Sunrise_Color,035,036,039
fallback=Weather_Thunderstorm_Sky_Day_Color,097,104,115
fallback=Weather_Thunderstorm_Sky_Sunset_Color,035,036,039
fallback=Weather_Thunderstorm_Sky_Night_Color,019,020,022
fallback=Weather_Thunderstorm_Fog_Sunrise_Color,070,074,085
fallback=Weather_Thunderstorm_Fog_Day_Color,097,104,115
fallback=Weather_Thunderstorm_Fog_Sunset_Color,070,074,085
fallback=Weather_Thunderstorm_Fog_Night_Color,019,020,022
fallback=Weather_Thunderstorm_Ambient_Sunrise_Color,054,054,054
fallback=Weather_Thunderstorm_Ambient_Day_Color,090,090,090
fallback=Weather_Thunderstorm_Ambient_Sunset_Color,054,054,054
fallback=Weather_Thunderstorm_Ambient_Night_Color,049,051,054
fallback=Weather_Thunderstorm_Sun_Sunrise_Color,091,099,122
fallback=Weather_Thunderstorm_Sun_Day_Color,138,144,155
fallback=Weather_Thunderstorm_Sun_Sunset_Color,096,101,117
fallback=Weather_Thunderstorm_Sun_Night_Color,055,076,110
fallback=Weather_Thunderstorm_Sun_Disc_Sunset_Color,128,128,128
fallback=Weather_Thunderstorm_Land_Fog_Day_Depth,1
fallback=Weather_Thunderstorm_Land_Fog_Night_Depth,1.15
fallback=Weather_Thunderstorm_Wind_Speed,.5
fallback=Weather_Thunderstorm_Cloud_Speed,3
fallback=Weather_Thunderstorm_Glare_View,0
fallback=Weather_Thunderstorm_Rain_Loop_Sound_ID,rain heavy
fallback=Weather_Thunderstorm_Using_Precip,1
fallback=Weather_Thunderstorm_Rain_Diameter,600
fallback=Weather_Thunderstorm_Rain_Height_Min,200
fallback=Weather_Thunderstorm_Rain_Height_Max,700
fallback=Weather_Thunderstorm_Rain_Threshold,0.6
fallback=Weather_Thunderstorm_Max_Raindrops,650
fallback=Weather_Thunderstorm_Rain_Entrance_Speed,5
fallback=Weather_Thunderstorm_Ambient_Loop_Sound_ID,None
fallback=Weather_Thunderstorm_Flash_Decrement,4
fallback=Weather_Rain_Cloud_Texture,Tx_Sky_Rainy.dds
fallback=Weather_Rain_Clouds_Maximum_Percent,0.66
fallback=Weather_Rain_Transition_Delta,.015
fallback=Weather_Rain_Sky_Sunrise_Color,071,074,075
fallback=Weather_Rain_Sky_Day_Color,116,120,122
fallback=Weather_Rain_Sky_Sunset_Color,073,073,073
fallback=Weather_Rain_Sky_Night_Color,024,025,026
fallback=Weather_Rain_Fog_Sunrise_Color,071,074,075
fallback=Weather_Rain_Fog_Day_Color,116,120,122
fallback=Weather_Rain_Fog_Sunset_Color,073,073,073
fallback=Weather_Rain_Fog_Night_Color,024,025,026
fallback=Weather_Rain_Ambient_Sunrise_Color,097,090,088
fallback=Weather_Rain_Ambient_Day_Color,105,110,113
fallback=Weather_Rain_Ambient_Sunset_Color,088,097,097
fallback=Weather_Rain_Ambient_Night_Color,050,055,067
fallback=Weather_Rain_Sun_Sunrise_Color,131,122,120
fallback=Weather_Rain_Sun_Day_Color,149,157,170
fallback=Weather_Rain_Sun_Sunset_Color,120,126,131
fallback=Weather_Rain_Sun_Night_Color,050,062,101
fallback=Weather_Rain_Sun_Disc_Sunset_Color,128,128,128
fallback=Weather_Rain_Land_Fog_Day_Depth,.8
fallback=Weather_Rain_Land_Fog_Night_Depth,.8
fallback=Weather_Rain_Wind_Speed,.3
fallback=Weather_Rain_Cloud_Speed,2
fallback=Weather_Rain_Glare_View,0
fallback=Weather_Rain_Rain_Loop_Sound_ID,Rain
fallback=Weather_Rain_Using_Precip,1
fallback=Weather_Rain_Rain_Diameter,600
fallback=Weather_Rain_Rain_Height_Min,200
fallback=Weather_Rain_Rain_Height_Max,700
fallback=Weather_Rain_Rain_Threshold,0.6
fallback=Weather_Rain_Rain_Entrance_Speed,7
fallback=Weather_Rain_Ambient_Loop_Sound_ID,None
fallback=Weather_Rain_Max_Raindrops,450
fallback=Weather_Overcast_Cloud_Texture,Tx_Sky_Overcast.dds
fallback=Weather_Overcast_Clouds_Maximum_Percent,1.0
fallback=Weather_Overcast_Transition_Delta,.015
fallback=Weather_Overcast_Sky_Sunrise_Color,091,099,106
fallback=Weather_Overcast_Sky_Day_Color,143,146,149
fallback=Weather_Overcast_Sky_Sunset_Color,108,115,121
fallback=Weather_Overcast_Sky_Night_Color,019,022,025
fallback=Weather_Overcast_Fog_Sunrise_Color,091,099,106
fallback=Weather_Overcast_Fog_Day_Color,143,146,149
fallback=Weather_Overcast_Fog_Sunset_Color,108,115,121
fallback=Weather_Overcast_Fog_Night_Color,019,022,025
fallback=Weather_Overcast_Ambient_Sunrise_Color,084,088,092
fallback=Weather_Overcast_Ambient_Day_Color,093,096,105
fallback=Weather_Overcast_Ambient_Sunset_Color,083,077,075
fallback=Weather_Overcast_Ambient_Night_Color,057,060,066
fallback=Weather_Overcast_Sun_Sunrise_Color,087,125,163
fallback=Weather_Overcast_Sun_Day_Color,163,169,183
fallback=Weather_Overcast_Sun_Sunset_Color,085,103,157
fallback=Weather_Overcast_Sun_Night_Color,032,054,100
fallback=Weather_Overcast_Sun_Disc_Sunset_Color,128,128,128
fallback=Weather_Overcast_Land_Fog_Day_Depth,.70
fallback=Weather_Overcast_Land_Fog_Night_Depth,.70
fallback=Weather_Overcast_Wind_Speed,.2
fallback=Weather_Overcast_Cloud_Speed,1.5
fallback=Weather_Overcast_Glare_View,0
fallback=Weather_Overcast_Ambient_Loop_Sound_ID,None
fallback=Weather_Snow_Cloud_Texture,Tx_Sky_Snow.dds
fallback=Weather_Snow_Clouds_Maximum_Percent,1.0
fallback=Weather_Snow_Transition_Delta,.015
fallback=Weather_Snow_Sky_Sunrise_Color,106,091,091
fallback=Weather_Snow_Sky_Day_Color,153,158,166
fallback=Weather_Snow_Sky_Sunset_Color,096,115,134
fallback=Weather_Snow_Sky_Night_Color,031,035,039
fallback=Weather_Snow_Fog_Sunrise_Color,106,091,091
fallback=Weather_Snow_Fog_Day_Color,153,158,166
fallback=Weather_Snow_Fog_Sunset_Color,096,115,134
fallback=Weather_Snow_Fog_Night_Color,031,035,039
fallback=Weather_Snow_Ambient_Sunrise_Color,092,084,084
fallback=Weather_Snow_Ambient_Day_Color,093,096,105
fallback=Weather_Snow_Ambient_Sunset_Color,070,079,087
fallback=Weather_Snow_Ambient_Night_Color,049,058,068
fallback=Weather_Snow_Sun_Sunrise_Color,141,109,109
fallback=Weather_Snow_Sun_Day_Color,163,169,183
fallback=Weather_Snow_Sun_Sunset_Color,101,121,141
fallback=Weather_Snow_Sun_Night_Color,055,066,077
fallback=Weather_Snow_Sun_Disc_Sunset_Color,128,128,128
fallback=Weather_Snow_Land_Fog_Day_Depth,1.0
fallback=Weather_Snow_Land_Fog_Night_Depth,1.2
fallback=Weather_Snow_Wind_Speed,0
fallback=Weather_Snow_Cloud_Speed,1.5
fallback=Weather_Snow_Glare_View,0
fallback=Weather_Snow_Snow_Diameter,800
fallback=Weather_Snow_Snow_Height_Min,400
fallback=Weather_Snow_Snow_Height_Max,700
fallback=Weather_Snow_Snow_Entrance_Speed,6
fallback=Weather_Snow_Max_Snowflakes,750
fallback=Weather_Snow_Ambient_Loop_Sound_ID,None
fallback=Weather_Snow_Snow_Threshold,0.5
fallback=Weather_Blizzard_Cloud_Texture,Tx_Sky_Blizzard.dds
fallback=Weather_Blizzard_Clouds_Maximum_Percent,1.0
fallback=Weather_Blizzard_Transition_Delta,.030
fallback=Weather_Blizzard_Sky_Sunrise_Color,091,099,106
fallback=Weather_Blizzard_Sky_Day_Color,121,133,145
fallback=Weather_Blizzard_Sky_Sunset_Color,108,115,121
fallback=Weather_Blizzard_Sky_Night_Color,027,029,031
fallback=Weather_Blizzard_Fog_Sunrise_Color,091,099,106
fallback=Weather_Blizzard_Fog_Day_Color,121,133,145
fallback=Weather_Blizzard_Fog_Sunset_Color,108,115,121
fallback=Weather_Blizzard_Fog_Night_Color,021,024,028
fallback=Weather_Blizzard_Ambient_Sunrise_Color,084,088,092
fallback=Weather_Blizzard_Ambient_Day_Color,093,096,105
fallback=Weather_Blizzard_Ambient_Sunset_Color,083,077,075
fallback=Weather_Blizzard_Ambient_Night_Color,053,062,070
fallback=Weather_Blizzard_Sun_Sunrise_Color,114,128,146
fallback=Weather_Blizzard_Sun_Day_Color,163,169,183
fallback=Weather_Blizzard_Sun_Sunset_Color,106,114,136
fallback=Weather_Blizzard_Sun_Night_Color,057,066,074
fallback=Weather_Blizzard_Sun_Disc_Sunset_Color,128,128,128
fallback=Weather_Blizzard_Land_Fog_Day_Depth,2.8
fallback=Weather_Blizzard_Land_Fog_Night_Depth,3.0
fallback=Weather_Blizzard_Wind_Speed,.9
fallback=Weather_Blizzard_Cloud_Speed,7.5
fallback=Weather_Blizzard_Glare_View,0
fallback=Weather_Blizzard_Ambient_Loop_Sound_ID, Blizzard
fallback=Weather_Blizzard_Storm_Threshold,.50

# Skies IV

fallback=Weather_Clear_Cloud_Speed,0.25
fallback=Weather_Cloudy_Cloud_Speed,0.4
fallback=Weather_Foggy_Cloud_Speed,0.25
fallback=Weather_Thunderstorm_Cloud_Speed,0.6
fallback=Weather_Rain_Cloud_Speed,0.4
fallback=Weather_Overcast_Cloud_Speed,0.3
fallback=Weather_Ashstorm_Cloud_Speed,1.4
fallback=Weather_Blight_Cloud_Speed,1.8
fallback=Weather_Snow_Cloud_Speed,0.3
fallback=Weather_Blizzard_Cloud_Speed,1.5
Morrowind.ini:

Code: Select all

[General]
;Test TES 0=morrowind.esm

;Starting Cell=Pelagiad
;Starting Grid X=0
;Starting Grid Y=0

Show FPS=0
Max FPS=240

;-1 Use raw data, 0 Use Newer, 1 use Archive Only
TryArchiveFirst=0

SkipProgramFlows=0
DontThreadLoad=0
ThreadPriority=-1
ThreadSleepTime=4

Clip One To One Float=1
Flip Control Y=0
SkipKFExtraction=1
PC Footstep Volume=0.7

Disable Audio=0

Background Keyboard=0
Use Joystick=0
Joystick X Turns=0
; X=1, Y = 2, Z = 3, XRot = 4, YRot = 5, ZRot = 6
Joystick Look Up/Down=6
Joystick Look Left/Right=3
; 0=no, 1 = XBox Maps, 2 = Exterior Cell Maps
Create Maps Enable=0
Screen Shot Enable=0
Screen Shot Base Name=ScreenShot
Screen Shot Index=0
Beta Comment File=
Interior Cell Buffer=10
Exterior Cell Buffer=32
Number of Shadows=6
Maximum Shadows Per Object=1
MaintainImportedDialogueOrder=0
ExportDialogueWithHyperlinks=0
UseExistingTempFile=0
CanMoveInfosWhileFiltered=0
Editor Starting Cell=Moonmoth Legion Fort, Prison Towers
Editor Starting Pos=-112.749161,477.272614,-34.998627
Editor Starting Dir 0=0.917121,-0.395613,-0.048786
Editor Starting Dir 1=0.398609,0.910227,0.112248
Editor Starting Dir 2=0.000000,-0.122392,0.992483
Subtitles=0
ShowHitFader=1
Werewolf FOV=100

[LightAttenuation]
UseConstant=0
ConstantValue=0.0
;
UseLinear=1
LinearMethod=1
LinearValue=3.0
LinearRadiusMult=1.0
;
UseQuadratic=0
QuadraticMethod=2
QuadraticValue=16.0
QuadraticRadiusMult=1.0
;
OutQuadInLin=0

[Inventory]
DirectionalDiffuseR=1.0
DirectionalDiffuseG=1.0
DirectionalDiffuseB=1.0
DirectionalAmbientR=0.0
DirectionalAmbientG=0.0
DirectionalAmbientB=0.0
DirectionalRotationX=110
DirectionalRotationY=90
UniformScaling=0
;defaults
;DirectionalDiffuseR=1.0
;DirectionalDiffuseG=1.0
;DirectionalDiffuseB=1.0
;DirectionalAmbientR=0.5
;DirectionalAmbientG=0.5
;DirectionalAmbientB=0.5
;DirectionalRotationX=1.0
;DirectionalRotationY=0
;DirectionalRotationZ=0
;UniformScaling=0


[Map]
Travel Siltstrider Red=238
Travel Siltstrider Green=230
Travel Siltstrider Blue=30
Travel Boat Red=30
Travel Boat Green=30
Travel Boat Blue=230
Travel Magic Red=230
Travel Magic Green=30
Travel Magic Blue=30
Show Travel Lines=0


[MenuStates]
MenuStat=1.7                           0.4893  0.4297  0.5010  0.4110    0.4883  0.4492  0.0210  0.0213  0 1 0
MenuMagic=1.7                            0.36    0.88    0.50    0.15      0.36    0.51    0.98    0.79  0 1 0
MenuMap=1.7                            0.9795  0.8763  0.5238  0.1684    0.3652  0.3724  0.9877  0.0145  0 1 0
MenuInventory=1.7                      0.9795  0.8789  0.5238  0.1505    0.4492  0.3698  0.0213  0.8781  0 1 0
MenuConsole=1.7                        0.9795  0.8750  0.5238  0.1875    0.4893  0.3125  0.5105  0.0606  0 0 1
MenuInventory-MenuContents=1.7           0.98    0.88    0.50    0.11      0.45    0.37    0.02    0.88  0 1 0
MenuContents=1.7                       0.9795  0.8750  0.5238  0.1875    0.3887  0.3698  0.8435  0.8781  0 0 0
MenuDialog=1.7                         0.9795  0.8750  0.5238  0.1875    0.6973  0.4375  0.5161  0.9514  0 0 0
MenuInventory-MenuBarter=1.7           0.9800  0.8800  0.5000  0.1100    0.4500  0.3700  0.0200  0.8800  0 1 0
MenuSpellmaking=1.7                      0.00    0.00    0.50    0.50      0.00    0.00    0.50    0.50  0 0 0
MenuBarter=1.7                         0.9795  0.8789  0.5238  0.1505    0.3799  0.6289  0.9795  0.7123  0 0 0
MenuRaceSex=1.7                        0.0000  0.0000  0.5000  0.5000    0.0000  0.0000  0.5000  0.5000  0 0 0
MenuStatReview=1.7                     0.0000  0.0000  0.5000  0.5000    0.0000  0.0000  0.5000  0.5000  0 0 0
LastMenuUpWas=-1
MenuSkills-MenuCreateClass=1.7         0.0000  0.0000  0.5000  0.5000    0.0000  0.0000  0.5000  0.5000  0 0 0
MenuSetValues=1.7                      0.0000  0.0000  0.5000  0.5000    0.0000  0.0000  0.5000  0.5000  0 0 0


[CopyProtectionStrings]
No CDROM Message=Unable to find a CD-ROM/DVD drive on this computer.
No CDROM Title=CD-ROM Drive Not Found
Enter CD Message=Insert the Morrowind CD into any CD-ROM/DVD drive.
Enter CD Title=Morrowind CD Not Found


[Movies]
Company Logo=bethesda logo.bik
Morrowind Logo=mw_logo.bik
New Game=mw_intro.bik
Loading=mw_load.bik
Options Menu=mw_menu.bik


[Question 1]
Question=On a clear day you chance upon a strange animal, its leg trapped in a hunter's clawsnare. Judging from the bleeding, it will not survive long.
AnswerOne=Draw your dagger, mercifully ending its life with a single thrust?
AnswerTwo=Use herbs from your pack to put it to sleep?
AnswerThree=Do not interfere in the natural evolution of events, but rather take the opportunity to learn more about a strange animal that you have never seen before?
Sound=Vo\Misc\CharGen QA1.wav

[Question 2]
Question=One summer afternoon your father gives you a choice of chores.
AnswerOne=Work in the forge with him casting iron for a new plow?
AnswerTwo=Gather herbs for your mother who is preparing dinner?
AnswerThree=Go catch fish at the stream using a net and line?
Sound=Vo\Misc\CharGen QA2.wav

[Question 3]
Question=Your cousin has given you a very embarassing nickname and, even worse, likes to call you it in front of your friends. You have asked him to stop, but he finds it very amusing to watch you blush.
AnswerOne=Beat up your cousin, then tell him that if he ever calls you that nickname again, you will bloody him worse than this time.
AnswerTwo=Make up a story that makes your nickname a badge of honor instead of something humiliating.
AnswerThree=Make up an even more embarrassing nickname for him and use it constantly until he learns his lesson.
Sound=Vo\Misc\CharGen QA3.wav

[Question 4]
Question=There is a lot of heated discussion at the local tavern over a group of people called 'Telepaths'. They have been hired by certain City-State kings. Rumor has it these Telepaths read a person's mind and tell their lord whether a follower is telling the truth or not.
AnswerOne=This is a terrible practice. A person's thoughts are his own and no one, not even a king, has the right to make such an invasion into another human's mind.
AnswerTwo=Loyal followers to the King have nothing to fear from a Telepath. It is important to have a method of finding assassins and spies before it is too late.
AnswerThree=In these times, it is a necessary evil. Although you do not necessarily like the idea, a Telepath could have certain advantages during a time of war or in finding someone innocent of a crime.
Sound=Vo\Misc\CharGen QA4.wav

[Question 5]
Question=Your mother sends you to the market with a list of goods to buy. After you finish you find that by mistake a shopkeeper has given you too much money back in exchange for one of the items.
AnswerOne=Return to the store and give the shopkeeper his hard-earned money, explaining to him the mistake?
AnswerTwo=Decide to put the extra money to good use and purchase items that would help your family?
AnswerThree=Pocket the extra money, knowing that shopkeepers in general tend to overcharge customers anyway?
Sound=Vo\Misc\CharGen QA5.wav

[Question 6]
Question=While in a market place you witness a thief cut a purse from a noble. Even as he does so, the noble notices and calls for the city guards. In his haste to get away, the thief drops the purse near you. Surprisingly, no one seems to notice the bag of coins at your feet.
AnswerOne=Pick up the bag and signal to the guard, knowing that the only honorable thing to do is return the money to its rightful owner?
AnswerTwo=Leave the bag there, knowing that it is better not to get involved?
AnswerThree=Pick up the bag and pocket it, knowing that the extra windfall will help your family in times of trouble?
Sound=Vo\Misc\CharGen QA6.wav

[Question 7]
Question=Your father sends you on a task which you loathe, cleaning the stables. On the way there, pitchfork in hand, you run into your friend from the homestead near your own. He offers to do it for you, in return for a future favor of his choosing.
AnswerOne=Decline his offer, knowing that your father expects you to do the work, and it is better not to be in debt?
AnswerTwo=Ask him to help you, knowing that two people can do the job faster than one, and agree to help him with one task of his choosing in the future?
AnswerThree=Accept his offer, reasoning that as long as the stables are cleaned, it matters not who does the cleaning?
Sound=Vo\Misc\CharGen QA7.wav

[Question 8]
Question=Your mother asks you to help fix the stove. While you are working, a very hot pipe slips its moorings and falls towards her.
AnswerOne=Position yourself between the pipe and your mother?
AnswerTwo=Grab the hot pipe and try to push it away?
AnswerThree=Push your mother out of the way?
Sound=Vo\Misc\CharGen QA8.wav

[Question 9]
Question=While in town the baker gives you a sweetroll. Delighted, you take it into an alley to enjoy, only to be intercepted by a gang of three other kids your age. The leader demands the sweetroll, or else he and his friends will beat you and take it.
AnswerOne=Drop the sweetroll and step on it, then get ready for the fight?
AnswerTwo=Give him the sweetroll now without argument, knowing that later this afternoon you will have all your friends with you and can come and take whatever he owes you?
AnswerThree=Act like you're going to give him the sweetroll, but at the last minute throw it in the air, hoping that they'll pay attention to it long enough for you to get a shot in on the leader?
Sound=Vo\Misc\CharGen QA9.wav

[Question 10]
Question=Entering town you find that you are witness to a very well-dressed man running from a crowd. He screams to you for help. The crowd behind him seems very angry.
AnswerOne=Rush to the town's aid immediately, despite your lack of knowledge of the circumstances?
AnswerTwo=Stand aside and allow the man and mob to pass, realizing that it is probably best not to get involved?
AnswerThree=Rush to the man's aid immediately, despite your lack of knowledge of the circumstances?
Sound=Vo\Misc\CharGen QA10.wav


[Water]
;Editor Alpha ranges from 0.0 (transparent) to 1.0 (opaque)
;An alpha of 1.0 shows the water as it will appear in game.
Editor Alpha=0.25
Map Alpha=0.4
World Alpha=0.75
SurfaceTextureSize=128
SurfaceTileCount=10
SurfaceFPS=12
SurfaceTexture=water
SurfaceFrameCount=32
TileTextureDivisor=4.75
RippleTexture=ripple
RippleFrameCount=4
RippleLifetime=3.0
MaxNumberRipples=75
RippleScale=0.15, 6.5
RippleRotSpeed=0.5
RippleAlphas=0.7, 0.1, 0.01
PSWaterReflectTerrain=1
PSWaterReflectUpdate=20.0
NearWaterRadius=1000
NearWaterPoints=8
NearWaterUnderwaterFreq=0.3
NearWaterUnderwaterVolume=0.9
NearWaterIndoorTolerance=512.0
NearWaterOutdoorTolerance=1024.0
NearWaterIndoorID=Water Layer
NearWaterOutdoorID=Water Layer
UnderwaterSunriseFog=3
UnderwaterDayFog=2.5
UnderwaterSunsetFog=3
UnderwaterNightFog=4
UnderwaterIndoorFog=3
UnderwaterColor=012,030,037
UnderwaterColorWeight=0.85

[PixelWater]
SurfaceFPS=25
TileCount=4
Resolution=256


[Blood]
Model 0=BloodSplat.nif
Model 1=BloodSplat2.nif
Model 2=BloodSplat3.nif

Texture 0=Tx_Blood.tga
Texture 1=Tx_Blood_White.tga
Texture 2=Tx_Blood_Gold.tga

Texture Name 0=Default (Red)
Texture Name 1=Skeleton (White)
Texture Name 2=Metal Sparks (Gold)


[PreLoad]
Cell 0=Imperial Prison Ship
Cell 1=Seyda Neen


[Moons]
Masser Size=94
Masser Fade In Start=14
Masser Fade In Finish=15
Masser Fade Out Start=7
Masser Fade Out Finish=10
Masser Axis Offset=35
Masser Speed=.5
Masser Daily Increment=1
Masser Fade Start Angle=50
Masser Fade End Angle=40
Masser Moon Shadow Early Fade Angle=0.5
Secunda Size=40
Secunda Fade In Start=14
Secunda Fade In Finish=15
Secunda Fade Out Start=7
Secunda Fade Out Finish=10
Secunda Axis Offset=50
Secunda Speed=.6
Secunda Daily Increment=1.2
Secunda Fade Start Angle=50
Secunda Fade End Angle=30
Secunda Moon Shadow Early Fade Angle=0.5
Script Color=255,20,20


[Weather]
EnvReduceColor=255,255,255,255
LerpCloseColor=037,046,048,255
BumpFadeColor=230,239,255,255
AlphaReduce=0.35
Minimum Time Between Environmental Sounds=1.0
Maximum Time Between Environmental Sounds=5.0
Sun Glare Fader Max=0.5
Sun Glare Fader Angle Max=30.0
Sun Glare Fader Color=222,095,039
Timescale Clouds=0
Precip Gravity=575
Hours Between Weather Changes=20
Rain Ripples=1
Rain Ripple Radius=1024
Rain Ripples Per Drop=1
Rain Ripple Scale=0.3
Rain Ripple Speed=1.0
Fog Depth Change Speed=3
Sunrise Time=6
Sunset Time=18
Sunrise Duration=2
Sunset Duration=2
Sky Pre-Sunrise Time=.5
Sky Post-Sunrise Time=1
Sky Pre-Sunset Time=1.5
Sky Post-Sunset Time=.5
Ambient Pre-Sunrise Time=.5
Ambient Post-Sunrise Time=2
Ambient Pre-Sunset Time=1
Ambient Post-Sunset Time=1.25
Fog Pre-Sunrise Time=.5
Fog Post-Sunrise Time=1
Fog Pre-Sunset Time=2
Fog Post-Sunset Time=1
Sun Pre-Sunrise Time=0
Sun Post-Sunrise Time=0
Sun Pre-Sunset Time=1
Sun Post-Sunset Time=1.25
Stars Post-Sunset Start=1
Stars Pre-Sunrise Finish=2
Stars Fading Duration=2
Snow Ripples=0
Snow Ripple Radius=1024
Snow Ripples Per Flake=1
Snow Ripple Scale=0.3
Snow Ripple Speed=1.0
Snow Gravity Scale=0.1
Snow High Kill=700
Snow Low Kill=150

[Weather Clear]
Sky Sunrise Color=117,141,164
Sky Day Color=095,135,203
Sky Sunset Color=056,089,129
Sky Night Color=009,010,011
Fog Sunrise Color=255,189,157
Fog Day Color=206,227,255
Fog Sunset Color=255,189,157
Fog Night Color=009,010,011
Ambient Sunrise Color=047,066,096
Ambient Day Color=137,140,160
Ambient Sunset Color=068,075,096
Ambient Night Color=032,035,042
Sun Sunrise Color=242,159,119
Sun Day Color=255,252,238
Sun Sunset Color=255,114,079
Sun Night Color=059,097,176
Sun Disc Sunset Color=255,189,157
Transition Delta=.015
Land Fog Day Depth=.69
Land Fog Night Depth=.69
Clouds Maximum Percent=1.0
Wind Speed=.1
Cloud Speed=1.25
Glare View=1
Cloud Texture=Tx_Sky_Clear.tga
Ambient Loop Sound ID=None

[Weather Cloudy]
Sky Sunrise Color=126,158,173
Sky Day Color=117,160,215
Sky Sunset Color=111,114,159
Sky Night Color=009,010,011
Fog Sunrise Color=255,207,149
Fog Day Color=245,235,224
Fog Sunset Color=255,155,106
Fog Night Color=009,010,011
Ambient Sunrise Color=066,074,087
Ambient Day Color=137,145,160
Ambient Sunset Color=071,080,092
Ambient Night Color=032,039,054
Sun Sunrise Color=241,177,099
Sun Day Color=255,236,221
Sun Sunset Color=255,089,000
Sun Night Color=077,091,124
Sun Disc Sunset Color=255,202,179
Transition Delta=.015
Land Fog Day Depth=.72
Land Fog Night Depth=.72
Clouds Maximum Percent=1.0
Wind Speed=.2
Cloud Speed=2
Glare View=1
Cloud Texture=Tx_Sky_Cloudy.tga
Ambient Loop Sound ID=None

[Weather Foggy]
Sky Sunrise Color=197,190,180
Sky Day Color=184,211,228
Sky Sunset Color=142,159,176
Sky Night Color=018,023,028
Fog Sunrise Color=173,164,148
Fog Day Color=150,187,209
Fog Sunset Color=113,135,157
Fog Night Color=019,024,029
Ambient Sunrise Color=048,043,037
Ambient Day Color=092,109,120
Ambient Sunset Color=029,053,076
Ambient Night Color=028,033,039
Sun Sunrise Color=177,162,137
Sun Day Color=111,131,151
Sun Sunset Color=125,157,189
Sun Night Color=081,100,119
Sun Disc Sunset Color=223,223,223
Transition Delta=.015
Land Fog Day Depth=1.0
Land Fog Night Depth=1.9
Clouds Maximum Percent=1.0
Wind Speed=0
Cloud Speed=1.25
Glare View=0.25
Cloud Texture=Tx_Sky_Foggy.tga
Ambient Loop Sound ID=None

[Weather Overcast]
Sky Sunrise Color=091,099,106
Sky Day Color=143,146,149
Sky Sunset Color=108,115,121
Sky Night Color=019,022,025
Fog Sunrise Color=091,099,106
Fog Day Color=143,146,149
Fog Sunset Color=108,115,121
Fog Night Color=019,022,025
Ambient Sunrise Color=084,088,092
Ambient Day Color=093,096,105
Ambient Sunset Color=083,077,075
Ambient Night Color=057,060,066
Sun Sunrise Color=087,125,163
Sun Day Color=163,169,183
Sun Sunset Color=085,103,157
Sun Night Color=032,054,100
Sun Disc Sunset Color=128,128,128
Transition Delta=.015
Land Fog Day Depth=.70
Land Fog Night Depth=.70
Clouds Maximum Percent=1.0
Wind Speed=.2
Cloud Speed=1.5
Glare View=0
Cloud Texture=Tx_Sky_Overcast.tga
Ambient Loop Sound ID=None

[Weather Rain]
Sky Sunrise Color=071,074,075
Sky Day Color=116,120,122
Sky Sunset Color=073,073,073
Sky Night Color=024,025,026
Fog Sunrise Color=071,074,075
Fog Day Color=116,120,122
Fog Sunset Color=073,073,073
Fog Night Color=024,025,026
Ambient Sunrise Color=097,090,088
Ambient Day Color=105,110,113
Ambient Sunset Color=088,097,097
Ambient Night Color=050,055,067
Sun Sunrise Color=131,122,120
Sun Day Color=149,157,170
Sun Sunset Color=120,126,131
Sun Night Color=050,062,101
Sun Disc Sunset Color=128,128,128
Transition Delta=.015
Land Fog Day Depth=.8
Land Fog Night Depth=.8
Clouds Maximum Percent=0.66
Wind Speed=.3
Cloud Speed=2
Glare View=0
Cloud Texture=Tx_Sky_Rainy.tga
Using Precip=1
Rain Diameter=600
Rain Height Min=200
Rain Height Max=700
Rain Threshold=0.6
Rain Entrance Speed=7
Rain Loop Sound ID=Rain
Ambient Loop Sound ID=None
Max Raindrops=450

[Weather Thunderstorm]
Sky Sunrise Color=035,036,039
Sky Day Color=097,104,115
Sky Sunset Color=035,036,039
Sky Night Color=019,020,022
Fog Sunrise Color=070,074,085
Fog Day Color=097,104,115
Fog Sunset Color=070,074,085
Fog Night Color=019,020,022
Ambient Sunrise Color=054,054,054
Ambient Day Color=090,090,090
Ambient Sunset Color=054,054,054
Ambient Night Color=049,051,054
Sun Sunrise Color=091,099,122
Sun Day Color=138,144,155
Sun Sunset Color=096,101,117
Sun Night Color=055,076,110
Sun Disc Sunset Color=128,128,128
Transition Delta=.030
Thunder Frequency=.4
Thunder Threshold=0.6
Thunder Sound ID 0=Thunder0
Thunder Sound ID 1=Thunder1
Thunder Sound ID 2=Thunder2
Thunder Sound ID 3=Thunder3
Land Fog Day Depth=1
Land Fog Night Depth=1.15
Clouds Maximum Percent=0.66
Wind Speed=.5
Cloud Speed=3
Glare View=0
Cloud Texture=Tx_Sky_Thunder.tga
Using Precip=1
Rain Diameter=600
Rain Height Min=200
Rain Height Max=700
Rain Threshold=0.6
Max Raindrops=650
Rain Entrance Speed=5
Rain Loop Sound ID=rain heavy
Ambient Loop Sound ID=None
Flash Decrement=4

[Weather Ashstorm]
Sky Sunrise Color=091,056,051
Sky Day Color=124,073,058
Sky Sunset Color=106,055,040
Sky Night Color=020,021,022
Fog Sunrise Color=091,056,051
Fog Day Color=124,073,058
Fog Sunset Color=106,055,040
Fog Night Color=020,021,022
Ambient Sunrise Color=054,042,037
Ambient Day Color=075,049,041
Ambient Sunset Color=048,039,035
Ambient Night Color=036,042,049
Sun Sunrise Color=184,091,071
Sun Day Color=228,139,114
Sun Sunset Color=185,086,057
Sun Night Color=054,066,074
Sun Disc Sunset Color=128,128,128
Transition Delta=.035
Land Fog Day Depth=1.1
Land Fog Night Depth=1.2
Clouds Maximum Percent=1.0
Wind Speed=.8
Cloud Speed=7
Glare View=0
Cloud Texture=Tx_Sky_Ashstorm.tga
Ambient Loop Sound ID=ashstorm
Storm Threshold=.70

[Weather Blight]
Sky Sunrise Color=090,035,035
Sky Day Color=090,035,035
Sky Sunset Color=092,033,033
Sky Night Color=044,014,014
Fog Sunrise Color=090,035,035
Fog Day Color=128,019,019
Fog Sunset Color=092,033,033
Fog Night Color=044,014,014
Ambient Sunrise Color=061,040,040
Ambient Day Color=079,054,054
Ambient Sunset Color=061,040,040
Ambient Night Color=056,058,062
Sun Sunrise Color=180,078,078
Sun Day Color=224,084,084
Sun Sunset Color=180,078,078
Sun Night Color=061,091,143
Sun Disc Sunset Color=128,128,128
Transition Delta=.040
Land Fog Day Depth=1.1
Land Fog Night Depth=1.2
Clouds Maximum Percent=1.0
Wind Speed=.9
Cloud Speed=9
Glare View=0
Cloud Texture=Tx_Sky_Blight.tga
Ambient Loop Sound ID=Blight
Storm Threshold=.70
Disease Chance=.10



[Fonts]
Font 0=magic_cards_regular
Font 1=century_gothic_font_regular
Font 2=daedric_font



[FontColor]
color_normal=202,165,96
color_normal_over=223,201,159
color_normal_pressed=243,237,221

color_active=96,112,202
color_active_over=159,169,223
color_active_pressed=223,226,244

color_disabled=179,168,135
color_disabled_over=223,201,159
color_disabled_pressed=243,237,221

color_link=112,126,207
color_link_over=143,155,218
color_link_pressed=175,184,228

color_journal_link=37,49,112
color_journal_link_over=58,77,175
color_journal_link_pressed=112,126,207

color_journal_topic=0,0,0
color_journal_topic_over=58,77,175
color_journal_topic_pressed=112,126,207

color_answer=150,50,30
color_answer_over=223,201,159
color_answer_pressed=243,237,221

color_header=223,201,159
color_notify=223,201,159

color_big_normal=202,165,96
color_big_normal_over=223,201,159
color_big_normal_pressed=243,237,221

color_big_link=112,126,207
color_big_link_over=143,155,218
color_big_link_pressed=175,184,228

color_big_answer=150,50,30
color_big_answer_over=223,201,159
color_big_answer_pressed=243,237,22

color_big_header=223,201,159
color_big_notify=223,201,159

color_background=0,0,0
color_focus=80,80,80

color_health=200,60,30
color_magic=53,69,159
color_fatigue=0,150,60

color_misc=0,205,205

color_weapon_fill=200,60,30
color_magic_fill=200,60,30

color_positive=223,201,159
color_negative=200,60,30

color_count=223,201,159


[Cursors]
Cursor 0=cursor
Cursor 1=cursormove
; Use item
Cursor 2=cursor
; Place item
Cursor 3=cursor_drop
; Drop item at feet
Cursor 4=cursor_drop_ground


[Editor]
Open Render=1
Open Cell View=1
Open Object Window=1
Open Preview=0


[WhoCanMerge]


[Level Up]
Level2=You realize that all your life you have been coasting along as if you were in a dream. Suddenly, facing the trials of the last few days, you have come alive. 
Level3=You realize that you are catching on to the secret of success. It's just a matter of concentration. 
Level4=It's all suddenly obvious to you. You just have to concentrate. All the energy and time you've wasted -- it's a sin. But without the experience you've gained, taking risks, taking responsibility for failure, how could you have understood?
Level5=Everything you do is just a bit easier, more instinctive, more satisfying. It is as though you had suddenly developed keen senses and instincts.
Level6=You sense yourself more aware, more open to new ideas. You've learned a lot about Morrowind. It's hard to believe how ignorant you were -- but now you have so much more to learn. 
Level7=You resolve to continue pushing yourself. Perhaps there's more to you than you thought.
Level8=The secret does seem to be hard work, yes, but it's also a kind of blind passion, an inspiration.
Level9=Everything you do is just a bit easier, more instinctive, more satisfying. It is as though you had suddenly developed keen senses and instincts.
Level10=You woke today with a new sense of purpose. You're no longer afraid of failure. Failure is just an opportunity to learn something new. 
Level11=Being smart doesn't hurt. And a little luck now and then is nice. But the key is patience and hard work. And when it pays off, it's SWEET!
Level12=You can't believe how easy it is. You just have to go -- a little crazy. And then, suddenly, it all makes sense, and everything you do turns to gold.
Level13=It's the most amazing thing. Yesterday it was hard, and today it is easy. Just a good night's sleep, and yesterday's mysteries are today's masteries.
Level14=Today you wake up, full of energy and ideas, and you know, somehow, that overnight everything has changed. What a difference a day makes.
Level15=Today you suddenly realized the life you've been living, the punishment your body has taken -- there are limits to what the body can do, and perhaps you have reached them. You've wondered what it is like to grow old. Well, now you know. 
Level16=You've been trying too hard, thinking too much. Relax. Trust your instincts. Just be yourself. Do the little things, and the big things take care of themselves.
Level17=Life isn't over. You can still get smarter, or cleverer, or more experienced, or meaner -- but your body and soul just aren't going to get any younger. 
Level18=The challenge now is to stay at the peak as long as you can. You may be as strong today as any mortal who has ever walked the earth, but there's always someone younger, a new challenger.
Level19=You're really good. Maybe the best. And that's why it's so hard to get better. But you just keep trying, because that's the way you are.
Level20=You'll never be better than you are today. If you are lucky, by superhuman effort, you can avoid slipping backwards for a while. But sooner or later, you're going to lose a step, or drop a beat, or miss a detail -- and you'll be gone forever. 
Default=The results of hard work and dedication always look like luck to saps. But you know you've earned every ounce of your success.

[Game Files]
GameFile0=Morrowind.esm
GameFile1=Tribunal.esm
GameFile2=Bloodmoon.esm


[Archives]
Archive 0=Tribunal.bsa
Archive 1=Bloodmoon.bsa
Archive 2=PT_Data.bsa
Archive 3=TR_Data.bsa
Archive 4=Windows Glow TR.bsa
[Weather Snow]
Sky Sunrise Color=106,091,091
Sky Day Color=153,158,166
Sky Sunset Color=096,115,134
Sky Night Color=031,035,039
Fog Sunrise Color=106,091,091
Fog Day Color=153,158,166
Fog Sunset Color=096,115,134
Fog Night Color=031,035,039
Ambient Sunrise Color=092,084,084
Ambient Day Color=093,096,105
Ambient Sunset Color=070,079,087
Ambient Night Color=049,058,068
Sun Sunrise Color=141,109,109
Sun Day Color=163,169,183
Sun Sunset Color=101,121,141
Sun Night Color=055,066,077
Sun Disc Sunset Color=128,128,128
Transition Delta=.015
Land Fog Day Depth=1.0
Land Fog Night Depth=1.2
Clouds Maximum Percent=1.0
Wind Speed=0
Cloud Speed=1.5
Glare View=0
Cloud Texture=Tx_BM_Sky_Snow.tga
Ambient Loop Sound ID=None
Snow Threshold=0.5
Snow Diameter=800
Snow Height Min=400
Snow Height Max=700
Snow Entrance Speed=6
Max Snowflakes=750
[Weather Blizzard]
Sky Sunrise Color=091,099,106
Sky Day Color=121,133,145
Sky Sunset Color=108,115,121
Sky Night Color=027,029,031
Fog Sunrise Color=091,099,106
Fog Day Color=121,133,145
Fog Sunset Color=108,115,121
Fog Night Color=021,024,028
Ambient Sunrise Color=084,088,092
Ambient Day Color=093,096,105
Ambient Sunset Color=083,077,075
Ambient Night Color=053,062,070
Sun Sunrise Color=114,128,146
Sun Day Color=163,169,183
Sun Sunset Color=106,114,136
Sun Night Color=057,066,074
Sun Disc Sunset Color=128,128,128
Transition Delta=.030
Land Fog Day Depth=2.8
Land Fog Night Depth=3.0
Clouds Maximum Percent=1.0
Wind Speed=.9
Cloud Speed=7.5
Glare View=0
Cloud Texture=Tx_BM_Sky_Blizzard.tga
Ambient Loop Sound ID=BM Blizzard
Storm Threshold=.50
Settings.cfg:

Code: Select all

# This is the OpenMW user 'settings.cfg' file.  This file only contains
# explicitly changed settings.  If you would like to revert a setting
# to its default, simply remove it from this file.  For available
# settings, see the file 'files/settings-default.cfg' in our source repo or the documentation at:
#
#   https://openmw.readthedocs.io/en/master/reference/modding/settings/index.html


[Groundcover]
enabled = true
density = 0.5
min chunk size = 0.5
stomp mode = 2
stomp intensity = 2

[Camera]
view over shoulder = true
viewing distance = 81920
field of view = 100
preview if stand still = true

[GUI]
color topic enable = true
stretch menu background = true
scaling factor = 1.5
subtitles = true

[Game]
NPCs avoid collisions = true
prevent merchant equipping = true
show effect duration = true
show enchant chance = true
show melee info = true
show projectile damage = true
smooth movement = true
trainers training skills based on base skill = true
turn to movement direction = true
barter disposition change is permanent = true
followers attack on sight = true
rebalance soul gem values = true
show owned = 3
use additional anim sources = true
shield sheathing = true
weapon sheathing = true

[Input]
toggle sneak = true
always run = true

[Saves]
timeplayed = true
max quicksaves = 5
character = Ninjaec - 1

[Shaders]
lighting method = shaders
radial fog = true
max lights = 32
minimum interior brightness = 0.189919
apply lighting to environment maps = true

[Shadows]
actor shadows = true
enable shadows = true
object shadows = true
player shadows = true
terrain shadows = true
shadow map resolution = 4096

[Sound]
device = 
hrtf = 
hrtf enable = 1

[Video]
fullscreen = true
resolution x = 2560
resolution y = 1440
gamma = 0.912951

[General]
screenshot format = jpg
anisotropy = 16
texture mipmap = linear

[Terrain]
distant terrain = true
object paging = true

[Water]
reflection detail = 5
refraction = true
rtt size = 2048
shader = true

[Windows]
map h = 0.282292
map w = 0.186401
map x = 0.802462
map y = 0.0135417
map pin = true

[Map]
global = true
Post Reply