this might seam slike it belongs in the GECK section but its more on the side of a player tryign to use the consol toa dd some items what i'm going for is somthign akin to summoning a modded object into my inventory. i used the consol command for additem. and replaced those first two letters of the object ID (Obtained from extracting a spread sheet from Garybash) Garybash says the load order number is 61 and no matter how many tiems i try this it fails EVERY TIME
One thing to know. The mod load order is counted in hexidecimal. So when you say "61" I am not clear on if you are thinking the number, sixty-one, or Six One, which is potentially hex. If it REALLY is mod sixty-one in your load order, in hex that is "3d".
The most straightforward way I know of to identify a mod's 2 digit hex code is to have the mod add something to the world, and then you go into the console and click on it and see what its ID is. For example you can dump a piece of wall outside of Vault 101 in your mod, and then go into the game world and go into console and click it, and you'll see those first 2 digits that you need.