ok, so I'm trying to add the Amaterasu so I can use it in SCP. I was able to have it appear in FRED 3_6_12, but it wouldn't load in SCP. I ran the debug and got this
--------------------------------------------------
Verify failure: Vbuf0 != NULL
ntdll.dll! KiFastSystemCallRet
kernel32.dll! WaitForSingleObjectEx + 67 bytes
kernel32.dll! WaitForSingleObject + 18 bytes
fs2_open_3_6_12d_INF.exe! SCP_DumpStack + 354 bytes
fs2_open_3_6_12d_INF.exe! Error + 229 bytes
fs2_open_3_6_12d_INF.exe! g3_allocate_vbufs + 278 bytes
fs2_open_3_6_12d_INF.exe! g3_draw_poly_constant_sw + 256 bytes
fs2_open_3_6_12d_INF.exe! g3_draw_2d_poly_bitmap + 409 bytes
fs2_open_3_6_12d_INF.exe! gr_bitmap + 195 bytes
fs2_open_3_6_12d_INF.exe! gr_opengl_flip + 164 bytes
fs2_open_3_6_12d_INF.exe! gr_flip + 85 bytes
fs2_open_3_6_12d_INF.exe! gr_opengl_cleanup + 90 bytes
fs2_open_3_6_12d_INF.exe! gr_close + 84 bytes
fs2_open_3_6_12d_INF.exe! doexit + 266 bytes
fs2_open_3_6_12d_INF.exe! exit + 18 bytes
fs2_open_3_6_12d_INF.exe! Warning + 701 bytes
fs2_open_3_6_12d_INF.exe! model_load_texture + 361 bytes
fs2_open_3_6_12d_INF.exe! read_model_file + 16508 bytes
fs2_open_3_6_12d_INF.exe! model_load + 754 bytes
fs2_open_3_6_12d_INF.exe! techroom_select_new_entry + 450 bytes
fs2_open_3_6_12d_INF.exe! techroom_do_frame + 759 bytes
fs2_open_3_6_12d_INF.exe! game_do_state + 333 bytes
fs2_open_3_6_12d_INF.exe! gameseq_process_events + 237 bytes
fs2_open_3_6_12d_INF.exe! game_main + 782 bytes
fs2_open_3_6_12d_INF.exe! WinMain + 330 bytes
fs2_open_3_6_12d_INF.exe! __tmainCRTStartup + 358 bytes
fs2_open_3_6_12d_INF.exe! WinMainCRTStartup + 15 bytes
kernel32.dll! BaseThreadInitThunk + 18 bytes
ntdll.dll! RtlInitializeExceptionChain + 239 bytes
ntdll.dll! RtlInitializeExceptionChain + 194 bytes
----------------------------------------------------------------
I also had to make my own mod.ini. I pretty much just copied another mod.ini file and made what change I could understand. this is mine:
------------------------------------------------------------------
[launcher]
image255x112 = FSU-MVP.bmp;
infotext = Freespace II - 3.6.10 MediaVPs;
website =
http://www.hard-light.net/;forum =
http://www.hard-light.net/forums/index.php/board,120.0.html;[multimod]
primarylist = ;
secondarylist = ,mediavp;
---------------------------------------------------
any ideas what I'm doing wrong? I'm still Super Newb *lame/geeky hero music* so forgive me if I'm asking a dumb question.