Jump to content

abot

Premium Member
  • Posts

    178
  • Joined

  • Last visited

Everything posted by abot

  1. check section "convenient defaults" in this article
  2. PBR was only present in an experimental MGE-XE build, basically abandoned due to the huge FPS cost. Normal and bump maps are sometimes used for special meshes (e.g. armors, weapons...) but never for generic retexture e.g. for landscape/architecture so usually not worth for that kind of all-encompassing retexture packages. Basically when you see normal/bump maps for OpenMW in the mod package info avoid using it as a mesh replacer for standard Morrowind.exe
  3. there are some logs you could post Morrowind.iniWarnings.txtMWSE.logmgeXE.log
  4. I don't think --overwrite is a valid parameter for clean [EDIT] uhm. no it should be, but maybe try without it, or add "" around the plugin file name
  5. Visible swimming requires proper animation. Swimming checkbox in creature properties in the construction set should make the creature AI more likely to dive/stay in water (slaughterfish has that checkbox on) else creature should try to normally avoid water
  6. https://mw.modhistory.com/download-95-11705 https://www.nexusmods.com/morrowind/mods/3833 https://mw.modhistory.com/download-55-15436
  7. > Did some quick reading, and tried using the GMST Fix.esp as a quick and dirty trick to see if that worked. Nope, still have the same issue, but it was worth a shot! GMST Fix.esp is to be loaded in the construction set when you edit the mod to AVOID generating the dirty GMSTs on save, it can't clean your dirtied mod after the fact. You need TESTool or tes3cmd clean for that (or other editors like enchnated editor/tesame... if you don't want to clean in automatic way)
  8. Personally I clean with testool + tes3cmd everytime after saving from the construction set, as it is a fast procedure, completely automatic = no possible human errors like low level editing with tesame or similar tools, and easily repeatable with identical parameters/results. But you really need to do it at least before uploading your mod.
  9. placeitem/placitemcell do not work with variables. this and other info in MSFD9
  10. Assuming you start from a fresh new game, if not already doing this try loading only the standard Bethesda masters, + the other mod and your mod, to be sure you have no other mods potentially changing the same NPC. If this works, maybe you have in your full loading list some other mod loaded trying to change the same NPC. If 2 mods change the same object (e.g. a NPC) still often only the last loaded one will have the changes applied overwriting the changes to the NPC done by the previously loaded one. To reconcile things usually tools like TESTool merge objects option (but this is obsolete as it may crash with long loading lists) or Tes3merge (the current state-of-the-art one) work, maybe give tes3merge a try
  11. Morrowind Modding History search is broken since forever and I doubt uploading is working properly, better to use Modding Hall or even a Google/Microsoft free hosting IMO
  12. you should test your mods first from a fresh new game. If and only if they work from a fresh new game they could work from a previous save too. Think about a save like a mod always loaded last, it could override almost anything you changed in your mod (e.g. inventories of NPCs already encountered in game)
  13. I'd try making a C:\\Morrowind\ folder and putting anything related to the game there or in subfolders there, out from Program Files or any other protected folder
  14. You could try some mod made for testing, you will probably be high level but a mod asking you to be nerevarine should already be tuned for a high level character maybe try this one
  15. the one with a rose I remember is venom rose by Korana, not sure but maybe it's something else from that rather big collection
  16. Using_an_Updated_Version_of_a_Mod You probably need to learn how to use the Updaters procedure from mash (start with having the new version of rebirth with a differnt name than the old one)
  17. post your loading order from Mash (mods tab, right click File header, copy active mods list)
  18. you need the path for the texture inside the .nif file to respect these rules: if the texture is inside a subfolder (e.g. Data Files\Textures\subfolder1\mytexture1.dds), you need the path to include the Textures part so e.g. Textures\subfolder1\mytexture1.dds if the texture is right in the Textures folder (e.g. Data Files\Textures\mytexture1.dds), you can use both Textures\mytexture1.dds or simply mytexture1.dds Nif Texture Stripper is a tool able to automatically fix most texture paths in a bunch of .nif files very fast. I use it with these parameters: nif_tx_strip.exe --local --back_slash --no_texture_path --bmp2dds --tga2dds > out.txt so it logs to the out.txt file, then you can look for --> in the out.txt file for changed textures report
  19. Uhm, this would be very strange, but the only reason I could still think about is some mod breaking the standard script that is setting the variable, which is the Main script you could look for *.es? mods in the Data File folder containing the text string "begin main" (you can use e.g. SearchMyFiles) The last loaded mod changing the Main script should be the one loaded, so check if it has the proper line with the if ( MenuMode == 0 )Set Random100 to Random, 101endif if line is there, last thing you could check is if for some reason the Random function is not working as expected. You can check from the in game console .e.g. type set ratskilled to Random 101 show ratskilled and see if the number changes as expected when you close the console/open the console, repeat the commands (ratskilled is just another variable we use instead of Random100 to be sure the problem is not the Random100 variable changed by something else to be constant) [EDIT] Wait, try also this (from the in game console): startscript main and then close console/open console / type: show Random100 (if this works it could mean some mod is stopping the main global script, so you should look for mods containing the "stopscript main" text string)
  20. Why not from the CS? if you can enter a command from the console, most of the times you can use it in a script. Some commands behave a bit differently in console, but you should be able to use most of AI commands. If you already know what console commands work for you, try using them from a script. You can start a global targeted script from the dialog result, it will have as implicit target the NPC you are talking to. You can find more details on targeted global scripts in Morrowind Scripting For Dummies 9
  21. there is a check in the race/hair/head definition that you must set in the construction set to set the resource as playable
  22. I'd try AiEscort player 0 0 0 0 then, that could be not stopped as already done when the NPC is near his original starting coordinates. It may work from the console, but ideally it should be added to the NPC AI packages from the NPC AI form in the construction set. aifollow is not something you want IMO, they will follow you with it
  23. I'd try something like this: open the in game console, type TDT this should toggle debug text so you can see player coordinates. put player in the spot near the NPC where you want the npc to stay, then take note of player X, Y, Z coordinates now click the NPC so you can see the NPC id on console header, then type (replace X Y Z with proper coordinates) aiescort player 0 X Y Z in theory the NPC should defend player when attacked (type TDT again when done)
  24. Good for people who appreciate it. Personally I am not interested, I play games on a personal computer running Windows I think mwse-Lua is not that janky, and the developers reactivity to mod makers requests is super fast. In my experience, it is not faster with a comparable MGE-XE/MWSE Lua setup this is true eh, I am not so optimistic and appreciate present and immediate future most I did try OpenCS, more than once. Did you try it, compared it with the good old construction set or MWEdit or other more recent Bethesda Toolkits? Do you like the filters? Nope, in my experience it is a completely different unfinished piece of s*** What a grand and intoxicating innocence I'm having plenty of nice Lua things, thanks. I currently envy OpenMW scrollable world map (and that's it), but I have hope for it to be ported in not so far MWSE-Lua future Honestly. I don't understand some of OpenMW users. Harassing mod makers to convert their Morrowind.exe mods to OpenMW is just going to piss them off if they are not interested, and harassing OpenMW developers to add premature features is going to have the same effect on the other side. Just be patient and give your support/appreciate what you have at present and like most, it's all gifted after all
×
×
  • Create New...