mdesanta777 Posted October 21, 2017 Share Posted October 21, 2017 (edited) For example, I would like to give the projectile "NVDLC01GasBombProjectile" a new explosion. So I ported the projectile record to my .esp, then created a new explosion record into my .esp (copy as new record the old explosion, then made some changes) When it comes time to edit the projectile record with FNVEdit, I want to change the Explosion fromNVDLC01GhostGasBombExplosion "Ghost Gas Bomb Explosion" [EXPL:01013D9A]to my new explosionNVDLC01GasBombExplosionNew. However, FNVEdit wouldn't let me type in the EditorID for the new explosion record, it gives me an error saying' "$NVDLC01GasBombExplosionNew" is not a valid integer value '. It would only let me type in the FormID of the new explosion record, but obviously and evidently, that doesn't work in-game as FormIDs are not constant. How do I properly reference a new record with FNVEdit?? P.S.I cannot edit this esp with GECK because even after I properly give all its parents the ESM header, for some reason, every time I double click an object in GECK, GECK crashes. Therefore I must made the edits in FNVEdit. Copy the explosion as override is also not an option as that explosion is used by other projectiles/weapons that I wish not to change. Edited October 21, 2017 by mdesanta777 Link to comment Share on other sites More sharing options...
cdcooley Posted October 21, 2017 Share Posted October 21, 2017 If you click once to select the field wait then click a second time you should get a drop down selection box to choose things by name (a double-click brings up the editing box instead). Yes, formID values change when you are running the game, but when editing you use the formID based on what's currently loaded in the editor. Link to comment Share on other sites More sharing options...
mdesanta777 Posted October 21, 2017 Author Share Posted October 21, 2017 (edited) Thank you! I did not know about the drop down menu. Selecting from it worked. Edited October 21, 2017 by mdesanta777 Link to comment Share on other sites More sharing options...
Recommended Posts