News:

SMFNew Installed

+-+-

User+-

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

Site Stats+-

Members
Total Members: 728
Latest: Cho
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 10932
Total Topics: 795
Most Online Today: 1
Most Online Ever: 854
(September 18, 2024, 07:49:37 am)
Users Online
Members: 0
Guests: 1
Total: 1

Author Topic: Dont create  (Read 3427 times)

0 Members and 0 Guests are viewing this topic.

Ings

  • Enchanted
  • *
  • Posts: 52
  • Gender: Male
    • View Profile
    • My (shitty) workshop
Dont create
« on: July 27, 2018, 03:58:00 pm »
What happens exactly when you flag an item with "dont create"?, because i was searching for a way to make some items still be in the files but not appear in the game

Share on Bluesky Share on Facebook


Lord Nyriox

  • Emigrated to Cyrodiil
  • Developer
  • *
  • Posts: 161
  • Gender: Male
    • View Profile
    • Github Profile
Re: Dont create
« Reply #1 on: July 27, 2018, 08:55:49 pm »
What happens exactly when you flag an item with "dont create"?

because i was searching for a way to make some items still be in the files but not appear in the game

Tagging a Unit file with "DONTCREATE:true" simply excludes the Unit from most spawn events that operate on a UnitType basis.  It is mostly used to indicate Unit files whose only purpose is to define inherited values for other Unit files (`BASEFILES`, in other words).

The flag does not work correctly on Merchants; many items tagged with "DONTCREATE" will still appear in Merchant inventories. 

The only way to guarantee an item does not appear in-game is to make it invisible to the game engine itself.  More on that below. 

Good news : Thanks to @Chthon, i managed to find a way to stop spells from spawning, in the mod panel go to remove files and then exclude the spells entirely. This will probably remove any existing copies from a save but this seems to be the only way to stop them from spawning since spells are massively bugged and setting them to rarirty 0 and DONTCREATE still causes them to spawn.


For easier reading, open up:
Code: [Select]
GUTS –> Right Panel –> "Mod" Tab –> "Remove Files" Sub-Tab 

Do not be afraid of the labeling; all this sub-tab actually does is add a field to the MOD.DAT file in your mod, listing files the game should ignore.  The files themselves will still be present in the game data—but the game itself will act as though they are not. 

You can remove vanilla files this way, too—so keep in mind you will have to scroll through every file in the game (including vanilla files), to find the files you want ignored. 

« Last Edit: July 27, 2018, 09:04:00 pm by Lord Nyriox »
I am off to Tamriel, seeking new adventures, great and small.  One day, I might return to Novastraia and show what I have learned.

Ings

  • Enchanted
  • *
  • Posts: 52
  • Gender: Male
    • View Profile
    • My (shitty) workshop
Re: Dont create
« Reply #2 on: July 27, 2018, 10:40:32 pm »
Thanks Nyriox

 

Recent Topics+-