New to CS and Modding - Why is this error occurring?

Post » Fri Mar 25, 2016 7:41 am

I decided to start modding, however, I've found that when I try to create a mod, this error happens in-game



Spoiler
Whenever I try to create a mod, it changes all the attributes in the game, the item name, etc. to their id's. e.g - Strength turned to sAttributeStrength. and so forth




Why is this happening?

User avatar
michael flanigan
 
Posts: 3449
Joined: Thu Jun 14, 2007 2:33 pm

Post » Fri Mar 25, 2016 12:13 am

That is caused by the "dirty" GMSTs, and they need to be cleaned-out.


Info here: http://www.mwmythicmods.com/argent/tech/gmst.html

User avatar
butterfly
 
Posts: 3467
Joined: Wed Aug 16, 2006 8:20 pm

Post » Fri Mar 25, 2016 12:48 am

Thanks, lucky I have TESTool, so I will clean it out.



ATM, I can:


  • Create an NPC, give them items and ownership

  • Give NPC's diologue

  • Create new cells, and assign them a region

  • Create new items

  • Use the render window

  • Etc.....

What I aim to do:


  • Learn how to make quests

  • Learn how to terraform

  • Learn how to make diologues hyperlink to each other

  • Learn how to script

  • Learn how to make an exterior load an interior

  • Make Ashpit (Malacath's Realm)

  • Learn how to use functions and variables correctly

  • Etc.....

Basicly, I still have A LOT to learn




Thanks!

User avatar
Tammie Flint
 
Posts: 3336
Joined: Mon Aug 14, 2006 12:12 am

Post » Fri Mar 25, 2016 4:49 am

One easy way to clean these evil GMSTs and other dirty edits is to use TES3cmd. It's a command line program but you can create a batch file to just drag and drop your mod onto it to clean it. First you need to download and install TES3cmd in your data files directory, then create a batch file. Instructions and download links are at the http://www.fliggerty.com/phpBB3/viewtopic.php?f=9&t=5734.



EDIT: The darkelfguys video http://www.gamesas.com/topic/1514749-lets-mod-morrowind-a-new-tutorial-video-series/ may be helpful in learning some of what's on your to do list.

User avatar
Dale Johnson
 
Posts: 3352
Joined: Fri Aug 10, 2007 5:24 am

Post » Fri Mar 25, 2016 2:31 am

Also, avoid looking at [Gameplay]->[Settings]. When you do, all those settings (GMSTs) get added to your esp file, whether you change anything or not.

User avatar
carrie roche
 
Posts: 3527
Joined: Mon Jul 17, 2006 7:18 pm


Return to III - Morrowind