Skyrim
0 of 0

File information

Last updated

Original upload

Created by

hishutup matortheeternal

Uploaded by

GioGr

Virus scan

Safe to use

Tags for this mod

About this mod

throw it inside the module so locations with min=max=0 dont show edited cell names since its useless

mostly done for sewers and underground but will work with anything you throw at it :)

Requirements
Permissions and credits
A simple modification 
to index.js so it does not show edited cell names when min=max=0

by adding 

if (min === 0 || min === max ) return settings.formulaDeleveled0;
to line 21

and 
formulaDeleveled0: '{name}',
to line 123.

there is prob a quicker way(aka to not create itm and later remove it)
but im too newb and since this works :P
(and since i posted this ill search one and update this laters unless some1 gets to it first)




big thanks to hishy for original idea and mator for improving and for zedit <3