Master Update Conflict: New Vegas Bounties is incompatible with FNVEdit's master update. If you use it, the quest script will not fire, and the targets will not appear.
weijiesen氏が、とあるMODに寄せたコメントより引用(途中省略) "EVE compatible? neat! About the fatman... you may want to hold off a bit. The new update of EVE (Version 1.12, coming in DAYS...) has a HQ 2048x new fatman retexture....."
A Requiem for the Capital WastelandのFOMod作ろうとしてた。 ・Requiem_For_Capital_Wasteland_04AE-41480(Vanilla)…4.06GB ・Requiem_For_Capital_Wasteland_04AE-41480(DLCs)…2.82GB
【fomod.cs】 ... public byte[] GetFileContents(string p_strPath) { string strPath = p_strPath.Replace(Path.AltDirectorySeparatorChar, Path.DirectorySeparatorChar).ToLowerInvariant(); if (!m_dicFileInfo.ContainsKey(strPath)) throw new FileNotFoundException("The requested file does not exist in the archive.", p_strPath);
//ここから long fileSize = new FileInfo(m_strPath).Length;
if (fileSize > 214783648) return new byte[1]; //ここまで
>>888 ほぼすべてのMODで、「AddFoMod」の際に、お馴染みのエラーダイアログ "Somethingsw bad seems to have happend. As long as it wan't too bad a crush dump will have been seved in 〜 " がでて、FOMM閉じます