Er, it's *supposed* to feel like a different game. People have the hardest time grasping that it's not Quake2. It's not even Quake2++. But anyway, thanks for your other comments. The renderer is certainly the most evolved and significantly rewritten portion of the engine.. it's where I've focused my efforts since last June. And to your point, UFO:AI has already replaced their renderer with Q2W's, and Alien Arena is evaluating what it would take to do the same.But lately I've been spending my time on the game module. I don't want you to underestimate what would be involved in porting a Q2 mod to Q2W. The game API has been, and will continue to be, cleaned up and trimmed down. The current game module is about half the size of baseq2, and it supports teams, ctf, match mode, instagib, and arena all in one. Porting a Q2 mod to Q2W would be more like porting to Qfusion or so.Anyway, ..
// sexed models // THIS ORDER MUST MATCH THE DEFINES IN g_local.h // you can add more, max 15 gi.modelindex ("#w_blaster.md2"); gi.modelindex ("#w_shotgun.md2"); gi.modelindex ("#w_sshotgun.md2"); gi.modelindex ("#w_machinegun.md2"); gi.modelindex ("#w_chaingun.md2"); gi.modelindex ("#a_grenades.md2"); gi.modelindex ("#w_glauncher.md2"); gi.modelindex ("#w_rlauncher.md2"); gi.modelindex ("#w_hyperblaster.md2"); gi.modelindex ("#w_railgun.md2"); gi.modelindex ("#w_bfg.md2");
1. At a command prompt, type REGEDT32.EXE to start Registry Editor.2. In Registry Editor, locate the following registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems3. In the right pane of Registry Editor, click Windows.4. On the Edit menu, click Modify.5. In the Edit String dialog box, locate the SharedSection parameter string in the Value data box, and then specify a larger value for the SharedSection parameter.Note The SharedSection parameter specifies the system and desktop by using the following format, where <xxxx> defines the maximum size of the system-wide heap (in kilobytes), <yyyy> defines the size of the per desktop heap, and <zzzz> is the size of the desktop heap for each desktop that is associated with a non-interactive Windows station:SharedSection=<xxxx>,<yyyy>,<zzzz>6. Click OK.