Jazz162 Posted February 11, 2012 Share Posted February 11, 2012 Exactly as it says. I have the more perks pack downloaded: http://newvegas.nexusmods.com/downloads/file.php?id=35979 I gave myself a perk that I want to remove but I have no idea how to get the BaseID to use the command "player.removeperk P". I used the geck, opened up the perk, and tried all the numbers I could see to no avail. But I coudlnt find anywhere that specifically said "BaseID". The list on the mod page gives a list of IDs but they don't work in the command and I have no idea how to convert them into BaseID (if that's possible). Thanks. Link to comment Share on other sites More sharing options...
Jeoshua Posted February 11, 2012 Share Posted February 11, 2012 The ID's given have an "xx" at the beginning, yes? That's the file offset. Load up FOMM and look at the More Perks.esm file. There will be a hexadecimal number in the beginning of the entry for that file. That's your file offset. So if the ID for the perk you want to add or remove is given as "xx234567", and More Perks is loaded as file "01", then the line you want is: player.addperk 01234567 Link to comment Share on other sites More sharing options...
Jeoshua Posted February 11, 2012 Share Posted February 11, 2012 The ID's given have an "xx" at the beginning, yes? That's the file offset. Load up FOMM and look at the More Perks.esm file. There will be a hexadecimal number in the beginning of the entry for that file. That's your file offset. So if the ID for the perk you want to add or remove is given as "xx234567", and More Perks is loaded as file "01", then the line you want is: player.addperk 01234567 Link to comment Share on other sites More sharing options...
rickerhk Posted February 11, 2012 Share Posted February 11, 2012 If you hover your mouse over the perk in the geck, the baseID shows for a bit. Then what Jeoshua said. Link to comment Share on other sites More sharing options...
Jazz162 Posted February 11, 2012 Author Share Posted February 11, 2012 Ah :) Thank you all, problem solved. Link to comment Share on other sites More sharing options...
Recommended Posts