The forum has been set to read-only mode. For community discussion and questions, head over to our Discord: https://discord.gg/taleoftwowastelands

TTW Flashlight NVSE

User avatar
IAreBob
Posts: 105
Joined: Wed Sep 19, 2018 6:37 pm

Re: TTW Flashlight NVSE

Post by IAreBob » Fri Oct 18, 2019 10:33 pm

coldoutthere wrote:
Thu Oct 17, 2019 8:02 pm
player.additem XX004AC4

This didnt work, I'm just outside vault 101 in TTW testing out mods.

Does this mean it hasnt worked?
xx is the load order index, shown in the mod manager. It can also be viewed in FNVEdit.

-IAreBob

User avatar
Risewild
Posts: 3219
Joined: Mon Oct 01, 2012 9:14 am

Re: TTW Flashlight NVSE

Post by Risewild » Sat Oct 19, 2019 3:33 am

You an also use the console command "search" + "full or part of the name of the item". So if you're looking for the ID of carrots, you can use the command like this:

Code: Select all

search carrot
That will get you some information about carrots, including the ID.

We have Luthien to thank for that search command and JIP for getting permission to merge Lutana with JIP NVSE Plugin. :D
Signature:

coldoutthere
Posts: 6
Joined: Mon Oct 14, 2019 6:38 pm

Re: TTW Flashlight NVSE

Post by coldoutthere » Sun Oct 20, 2019 10:14 am

Risewild wrote:
Sat Oct 19, 2019 3:33 am
You an also use the console command "search" + "full or part of the name of the item". So if you're looking for the ID of carrots, you can use the command like this:

Code: Select all

search carrot
That will get you some information about carrots, including the ID.

We have Luthien to thank for that search command and JIP for getting permission to merge Lutana with JIP NVSE Plugin. :D
thats super helpful to know! Thanks so much

User avatar
jlf65
Posts: 1535
Joined: Wed Aug 10, 2016 9:10 pm

Re: TTW Flashlight NVSE

Post by jlf65 » Sun Oct 20, 2019 2:53 pm

One thing I found about search - you need (well, I need at least) to put the search term in quotes or it gives an error. So searching would be more like this:

Code: Select all

search "carrot"

User avatar
Risewild
Posts: 3219
Joined: Mon Oct 01, 2012 9:14 am

Re: TTW Flashlight NVSE

Post by Risewild » Sun Oct 20, 2019 3:37 pm

jlf65 wrote:
Sun Oct 20, 2019 2:53 pm
One thing I found about search - you need (well, I need at least) to put the search term in quotes or it gives an error. So searching would be more like this:

Code: Select all

search "carrot"
That's quite weird. :shock: .
I never need to do that :shock: .
Image
Signature:

User avatar
jlf65
Posts: 1535
Joined: Wed Aug 10, 2016 9:10 pm

Re: TTW Flashlight NVSE

Post by jlf65 » Sun Oct 20, 2019 9:58 pm

I tried it again, and now I don't. Weird, but sometimes it doesn't work for me without the quotes. Oh well. Try it without the quotes, and if you have trouble, try it with quotes. :lol:

Post Reply