Jump to content
The Dark Mod Forums

Search the Community

Searched results for '/tags/forums/blank screen/' or tags 'forums/blank screen/q=/tags/forums/blank screen/&'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • News & Announcements
    • The Dark Mod
    • Fan Missions
    • Off-Topic
  • Feedback and Support
    • TDM Tech Support
    • DarkRadiant Feedback and Development
    • I want to Help
  • Editing and Design
    • TDM Editors Guild
    • Art Assets
    • Music & SFX

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. In phone i use a DNScrypt proxy and Quad9 DNS (also in PC). In Phone and PC i use the Vivaldi browser (inbuild ad/trackerblocker), it's chromium based, but all Google crap stripped out. Even the search bar in the home screen is from Vivaldi with Andisearch (or others i like). No problems with Google crap, which i don't use, except the Android itself. Ah, well, also set permissions of all my apps to the minimum needed.
  2. Hi, I need to know what the code is to use Spoiler Tags. I am using my tablet and I don't have the options to use anything, like spoiler tags, quote tags, text changes etc. Thanks
  3. I am pleased to announce the release of our new fan mission, The Hare in the Snare: Part 1 Mission type: City Missions + Inn/Tavern Description: People are being abducted off the streets and a Watch Captain requires the services of a thief to help him find out why. Download link (v1.0.2-release): https://drive.google.com/file/d/1HYvM_u56wDB16uIlb7qgS_q3P24V69MO/view?usp=sharing Credits: Mapping and original characters: @Frost_Salamander Story, readables, custom models, voices and cinematics: @Kerry000 Menu title track produced and mixed by @JackFarmer with selected gigagooga sound samples Beta testers: @Cambridge Spy @Zerg Rush @Amadeus @Acolytesix @Lzocast @wesp5 @nbohr1more @Kerry000 @ate0ate @Wellingtoncrab @prjames Additional thanks: @Dragofer, @nbohr1moreand @peter_spyfor technical help @Springheel for the modules and tutorials @kingsalfor allowing @Kerry000to abuse his manbeast everyone else on Discord and the TDM forums who offered assistance Requirements and notes: This mission requires TDM 2.09. Earlier versions will probably work but you might see one or two missing models. You may experience some FPS drops in some areas with lower-end hardware. Mid-range and above should be fine. If you have issues, I highly recommend you use shadow maps instead of stencil (settings -> advanced -> shadows implementation). It makes a big difference. For 'Hard' and 'Expert' the light gem sensitivity has been increased by '1' (meaning easier for AI to detect you). Screenshots:
  4. A known appraoch is to do screen-space raytracing from rendered fragments as additional check. But it is quite costly this would return some shadow boundaries to hard shadows... and also I'm sure it will bring even more artefacts as screen-space technique.
  5. I'd like to better understand what you want. The design of dragging bodies is to hold frob (key down) to drag and release frob (key up) to let go. That way it's impossible to walk away while unintentionally dragging a body. Plus, it's quick to grab and move several body limbs in rapid succession. This is thought to provide a better experience, especially for new players. Towards the beginning of this thread, I created a "tdm_frobhold_drag_body_behavior" cvar. https://forums.thedarkmod.com/index.php?/topic/22198-feature-proposal-frob-to-use-world-item/&do=findComment&comment=487580 "tdm_frobhold_drag_body_behavior", default:"1" Which drag body behavior? 1 --- on frob key up, drop body (limb). 0 --- on second frob, drop body (limb), TDM v2.11 (and prior) behavior. That cvar was removed shortly afterwards, because it was said that it wasn't needed. With that cvar set to 0, a second frob would be required to let go of the body. Is that the behavior that you want? If so, I can add that cvar back. Also, I saw elsewhere that you want the ability to revert back to the old way. If you mean that all of the controls match TDM 2.11, that can be done with "tdm_frobhold_delay 0" and there will be a menu setting to disable it as well.
  6. Keep in mind this is for a cyberpunk campaign I'm creating, which will have computers and other scifi elements mixed in with the existing assets. For the standard theme this should in fact use different models or skins to look more rustic, possibly removing the screen and replacing it with a bulb. The screen is a decision I went for later, it was meant to be a sort of neon lamp for the color to indicate its status... in the end I went ahead and added a screen as well which you can set to nodraw to disable.
  7. Does anyone know how to create x-ray screens? In the x-ray demo they work, but when I try to create them myself they either don't work, or only show entities. The lamp has no x-ray spawnargm the rat has skin_xray: visible. If I set it to invisible it doesn't show, so that's good, but the background and light doesn't show. The otheer side of the screen is set to texture milky glass. Edit: This is solved. Xray screens need to be an entity (for example func static). Wiki page is updated with info.
  8. My new FM is in beta test, and some testers are using 2.12. They have discovered a hang/crash that only happens in 2.12 (crash doesn't happen in 2.11). I am able to recreate it in 2.12 now. I run TDM in the Visual Studio debugger (using dev16829-10455). After starting the mission, I just wait a minute or so and the screen freezes. Then, I wait another couple of minutes, and the debugger reports a failed assertion. The assertion is: WARNING:ASSERTION FAILED! E:\games\darkmod_source212\idlib\containers\List.h(394): 'newsize >= 0' The callstack is: TheDarkModx64_debug.exe!AssertFailed(const char * file, int line, const char * expression) Line 75 C++ > TheDarkModx64_debug.exe!idList<idPlane>::Resize(int newsize) Line 394 C++ TheDarkModx64_debug.exe!idList<idPlane>::AddGrow(idPlane obj) Line 765 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 351 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FloodLightThroughArea_r(idRenderWorldLocal::FlowLightThroughPortalsContext & context, int areaNum, const portalStack_s * ps) Line 385 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::FlowLightThroughPortals(idRenderLightLocal * light, idFlexList<int,128> * areaIds, lightPortalFlow_t * portalFlow) Line 495 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::AddLightToAreas(idRenderLightLocal * def) Line 2038 C++ TheDarkModx64_debug.exe!R_CreateLightRefs(idRenderLightLocal * light) Line 738 C++ TheDarkModx64_debug.exe!idRenderWorldLocal::UpdateLightDef(int lightHandle, const renderLight_s * rlight) Line 423 C++ TheDarkModx64_debug.exe!idLight::PresentLightDefChange() Line 1076 C++ TheDarkModx64_debug.exe!idLight::Present() Line 1132 C++ TheDarkModx64_debug.exe!idEntity::Think() Line 2318 C++ TheDarkModx64_debug.exe!idLight::Think() Line 1274 C++ TheDarkModx64_debug.exe!idGameLocal::RunFrame(const usercmd_t * clientCmds, int timestepMs, bool minorTic) Line 3366 C++ TheDarkModx64_debug.exe!idSessionLocal::RunGameTic(int timestepMs, bool minorTic) Line 3063 C++ TheDarkModx64_debug.exe!idSessionLocal::RunGameTics() Line 3109 C++ TheDarkModx64_debug.exe!idSessionLocal::FrontendThreadFunction() Line 3159 C++ TheDarkModx64_debug.exe!idSessionLocal::StartFrontendThread::__l2::<lambda>(void * x) Line 3235 C++ TheDarkModx64_debug.exe!unsigned int <lambda>(void *)::<lambda_invoker_cdecl>(void * x) Line 3236 C++ [External Code] The code in question: ID_INLINE int idList<type>::AddGrow( type obj ) { if ( num == size ) { int newsize; if ( granularity == 0 ) { // this is a hack to fix our memset classes granularity = 16; } newsize = (size * 3) >> 1; // + 50% size newsize += granularity; // round up to granularity newsize -= newsize % granularity; // Resize( newsize ); } list[ num ] = obj; num++; return num - 1; } size = 968651120, so newsize is calculated as -694506944, which causes the assertion. Obviously something is running away and the code ends up trying to resize the list to a size that is so big that it wraps around to negative. Is my mod doing something wrong that is leads to this? How do I track this down? I can supply the FM package if that will help. Or, I can set some breakpoints if there's something I can look at here. Thanks. Edit: Here's the FM: https://www.dropbox.com/scl/fi/3fg2x3w4owmku1l4gifi7/altham_crash.pk4?rlkey=z0q1gaflz5b7mifeuayoqmlug&dl=1 To reproduce the problem, start the mission (Easy difficulty), then just stand there. The guard will walk close to you but he shouldn't see you (you can always set the "notarget" console command to ensure he doesn't see you). After a few minutes, the game freezes. A few minutes after that, it crashes. Sometimes it happens in just a minute or two; other times it takes several minutes. But so far, it always happens eventually.
  9. Is it possible to have a different style of door? For example a window or a trapdoor. I mean is the animation of door opening and screen fading to black easy to implement on other type of doors? Edit: Nevermind. I figured it out. Answer is yes.
  10. Not to be a nag, but I was thinking about the columns problem. If you go to the view source tab in the wiki article: https://wiki.thedarkmod.com/index.php?title=Fan_Missions_for_The_Dark_Mod&action=edit The raw table data is accessible directly: |- !align=left|{{TDM-FM|written|Written in Stone}} |Bikerdude, Amadeus, Dragofer |{{Forumlink|https://forums.thedarkmod.com/index.php?/topic/21265-written-in-stone-beta-210-only-20220128/}} |2022-01-28 |338 |Yes |Yes |CCC 22, Elixir |City Missions |Undead, Horror Themes |- Each pipe character represents one of the columns.
  11. First thanks for providoing such great game! Following the instruction at www.thedarkmod.com/download-the-mod/ I download the tdm_update.linux. It looks ok in updating process because no error message found. When launching the game, the screen becomes blank/ black, but the sound is playing. It looks like texture problems or something from the log below, but I am not sure. How can I fix it? My environment is lenovo t420s with debian testing. TDM 2.02 #5994 linux-x86 Jul 7 2014 11:50:02 found interface lo - loopback found interface eth0:avahi - 169.254.6.228/255.255.0.0 found interface wlan0 - 192.168.1.101/255.255.255.0 Found Intel CPU with Hyper-Threading enabled, features: MMX SSE SSE2 SSE3 CMOV tdm using generic code for SIMD processing. ------ Initializing File System ------ Current search path: /home/jason/darkmod/ /home/jason/darkmod/tdm_textures_wood01.pk4 (297 files) /home/jason/darkmod/tdm_textures_window01.pk4 (237 files) /home/jason/darkmod/tdm_textures_stone_sculpted01.pk4 (320 files) /home/jason/darkmod/tdm_textures_stone_natural01.pk4 (112 files) /home/jason/darkmod/tdm_textures_stone_flat01.pk4 (271 files) /home/jason/darkmod/tdm_textures_stone_cobblestones01.pk4 (201 files) /home/jason/darkmod/tdm_textures_stone_brick01.pk4 (418 files) /home/jason/darkmod/tdm_textures_sfx01.pk4 (47 files) /home/jason/darkmod/tdm_textures_roof01.pk4 (65 files) /home/jason/darkmod/tdm_textures_plaster01.pk4 (124 files) /home/jason/darkmod/tdm_textures_paint_paper01.pk4 (37 files) /home/jason/darkmod/tdm_textures_nature01.pk4 (217 files) /home/jason/darkmod/tdm_textures_metal01.pk4 (360 files) /home/jason/darkmod/tdm_textures_glass01.pk4 (36 files) /home/jason/darkmod/tdm_textures_fabric01.pk4 (41 files) /home/jason/darkmod/tdm_textures_door01.pk4 (155 files) /home/jason/darkmod/tdm_textures_decals01.pk4 (327 files) /home/jason/darkmod/tdm_textures_carpet01.pk4 (71 files) /home/jason/darkmod/tdm_textures_base01.pk4 (335 files) /home/jason/darkmod/tdm_standalone.pk4 (4 files) /home/jason/darkmod/tdm_sound_vocals_decls01.pk4 (26 files) /home/jason/darkmod/tdm_sound_vocals07.pk4 (1104 files) /home/jason/darkmod/tdm_sound_vocals06.pk4 (680 files) /home/jason/darkmod/tdm_sound_vocals05.pk4 (128 files) /home/jason/darkmod/tdm_sound_vocals04.pk4 (2595 files) /home/jason/darkmod/tdm_sound_vocals03.pk4 (739 files) /home/jason/darkmod/tdm_sound_vocals02.pk4 (1292 files) /home/jason/darkmod/tdm_sound_vocals01.pk4 (82 files) /home/jason/darkmod/tdm_sound_sfx02.pk4 (596 files) /home/jason/darkmod/tdm_sound_sfx01.pk4 (909 files) /home/jason/darkmod/tdm_sound_ambient_decls01.pk4 (8 files) /home/jason/darkmod/tdm_sound_ambient03.pk4 (24 files) /home/jason/darkmod/tdm_sound_ambient02.pk4 (155 files) /home/jason/darkmod/tdm_sound_ambient01.pk4 (208 files) /home/jason/darkmod/tdm_prefabs01.pk4 (549 files) /home/jason/darkmod/tdm_player01.pk4 (125 files) /home/jason/darkmod/tdm_models_decls01.pk4 (90 files) /home/jason/darkmod/tdm_models02.pk4 (1819 files) /home/jason/darkmod/tdm_models01.pk4 (1730 files) /home/jason/darkmod/tdm_gui_credits01.pk4 (49 files) /home/jason/darkmod/tdm_gui01.pk4 (669 files) /home/jason/darkmod/tdm_game02.pk4 (2 files) /home/jason/darkmod/tdm_game01.pk4 (2 files) /home/jason/darkmod/tdm_fonts01.pk4 (696 files) /home/jason/darkmod/tdm_env01.pk4 (98 files) /home/jason/darkmod/tdm_defs01.pk4 (173 files) /home/jason/darkmod/tdm_base01.pk4 (149 files) /home/jason/darkmod/tdm_ai_steambots01.pk4 (24 files) /home/jason/darkmod/tdm_ai_monsters_spiders01.pk4 (82 files) /home/jason/darkmod/tdm_ai_humanoid_undead01.pk4 (50 files) /home/jason/darkmod/tdm_ai_humanoid_townsfolk01.pk4 (87 files) /home/jason/darkmod/tdm_ai_humanoid_pagans01.pk4 (10 files) /home/jason/darkmod/tdm_ai_humanoid_nobles01.pk4 (48 files) /home/jason/darkmod/tdm_ai_humanoid_mages01.pk4 (7 files) /home/jason/darkmod/tdm_ai_humanoid_heads01.pk4 (80 files) /home/jason/darkmod/tdm_ai_humanoid_guards01.pk4 (326 files) /home/jason/darkmod/tdm_ai_humanoid_females01.pk4 (155 files) /home/jason/darkmod/tdm_ai_humanoid_builders01.pk4 (88 files) /home/jason/darkmod/tdm_ai_base01.pk4 (8 files) /home/jason/darkmod/tdm_ai_animals01.pk4 (80 files) File System Initialized. -------------------------------------- ----- Initializing Decls ----- WARNING:file materials/tdm_ghouse_stone.mtr, line 758: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_brown' previously defined at materials/tdm_ghouse_stone.mtr:616 WARNING:file materials/tdm_ghouse_stone.mtr, line 804: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_sepia_grey' previously defined at materials/tdm_ghouse_stone.mtr:664 ------------------------------ ------- Initializing renderSystem -------- using ARB renderSystem renderSystem initialized. -------------------------------------- I18N: SetLanguage: 'english'. I18N: Found no character remapping for english. I18N: 1220 strings read from strings/english.lang I18N: 'strings/fm/english.lang' not found. WARNING:Couldn't load image: guis/assets/splash/launch Couldn't open journal files Couldn't exec editor.cfg - file does not exist. execing default.cfg Unknown command 'use' Unknown command 'console' Unknown command 'next' Unknown command 'prev' Unknown command 'previous' Unknown command 'next' Unknown command 'crouch' Unknown command 'Lean' Unknown command 'lean' Unknown command 'Readables' Unknown command 'spyglass' Unknown command 'compass' Unknown command 'lantern' Unknown command 'maps' Unknown command 'objectives' Unknown command 'keys' Unknown command 'lockpicks' Unknown command 'lean' Unknown command 'Inventory' Unknown command 'Mantle' Unknown command 'creep' Unknown command 'frob' Unknown command 'inventory' Couldn't exec autoexec.cfg - file does not exist. I18N: SetLanguage: 'english'. I18N: Found no character remapping for english. I18N: 1220 strings read from strings/english.lang I18N: 'strings/fm/english.lang' not found. ----- Initializing Sound System ------ sound system initialized. -------------------------------------- ----- R_InitOpenGL ----- Setup X display connection dlopen(libGL.so.1) Initializing OpenGL display Using XFree86-VidModeExtension Version 2.2 Free86-VidModeExtension Activated at 640x480 Using 8/8/8 Color bits, 8 Alpha bits, 24 depth, 8 stencil display. GL_RENDERER: Mesa DRI Intel(R) Sandybridge Mobile x86/MMX/SSE2 GL_EXTENSIONS: GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_NV_vertex_program GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_envmap_bumpmap GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_vertex_program1_1 GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_MESA_texture_array GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_half_float_vertex GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_separate_shader_objects GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_ARB_ES2_compatibility GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_robustness GL_EXT_transform_feedback XF86DGA not available, forcing DGA mouse off ------- Input Initialization ------- XKB extension: compile time 0x1:0x0, runtime 0x1:0x0: OK XKB extension present on server ( 0x1:0x0 ) ------------------------------------ dlopen(libasound.so.2) asoundlib version: 1.0.28 Alsa is available ------ Alsa Sound Initialization ----- opened Alsa PCM device default for playback device buffer size: 5461 frames ( 21844 bytes ) allocated a mix buffer of 16384 bytes -------------------------------------- Checking portable OpenGL extensions... v - using GL_ARB_multitexture v - using GL_ARB_texture_env_combine v - using GL_ARB_texture_cube_map v - using GL_ARB_texture_env_dot3 v - using GL_ARB_texture_env_add v - using GL_ARB_texture_non_power_of_two v - using GL_ARB_texture_compression X - GL_EXT_texture_compression_s3tc not found v - using GL_EXT_texture_filter_anisotropic maxTextureAnisotropy: 16.000000 v - using GL_EXT_texture_lod_bias v - using GL_EXT_texture3D v - using GL_EXT_stencil_wrap v - using glStencilOpSeparate X - GL_NV_register_combiners not found X - GL_ATI_fragment_shader not found X - GL_ATI_text_fragment_shader not found v - using GL_ARB_vertex_buffer_object v - using GL_ARB_vertex_program v - using GL_ARB_fragment_program X - EXT_depth_bounds_test not found ---------- R_NV20_Init ---------- Not available. ----------- R200_Init ----------- Not available. ---------- R_ARB2_Init ---------- Available. --------------------------------- ----- R_ReloadARBPrograms ----- glprogs/test.vfp glprogs/test.vfp glprogs/interaction.vfp glprogs/interaction.vfp glprogs/bumpyEnvironment.vfp glprogs/bumpyEnvironment.vfp glprogs/ambientLight.vfp glprogs/ambientLight.vfp glprogs/shadow.vp glprogs/R200_interaction.vp glprogs/nv20_bumpAndLight.vp glprogs/nv20_diffuseColor.vp glprogs/nv20_specularColor.vp glprogs/nv20_diffuseAndSpecularColor.vp glprogs/environment.vfp glprogs/environment.vfp glprogs/test_direct.vfp glprogs/test_direct.vfp glprogs/interaction_direct.vfp glprogs/interaction_direct.vfp ------------------------------- using ARB_vertex_buffer_object memory using ARB2 renderSystem WARNING:Couldn't load image: guis/assets/splash/launch WARNING:Couldn't load image: guis/assets/white Font fonts/english/stone in size 12 not found, using size 24 instead. WARNING:Couldn't load image: fonts/english/stone/stone_0_24 WARNING:Couldn't load image: fonts/english/stone/stone_1_24 WARNING:Couldn't load image: fonts/english/stone/stone_0_48 WARNING:Couldn't load image: fonts/english/stone/stone_1_48 WARNING:Couldn't load image: fonts/english/stone/stone_2_48 WARNING:Couldn't load image: fonts/english/stone/stone_3_48 WARNING:Couldn't load image: fonts/english/stone/stone_4_48 WARNING:Couldn't load image: ui/assets/guicursor_arrow WARNING:Couldn't load image: ui/assets/guicursor_hand gamex86 - No SO found in EXE path gamex86 - Found SO in pak file with timestamp of 1404705354 - /home/jason/darkmod/tdm_game02.pk4/gamex86.so gamex86 - SO in pak file is newer, extracting to darkmod path copy gamex86.so to /home/jason/darkmod/gamex86.so gamex86 - Correction of file modification time successful Found Intel CPU with Hyper-Threading enabled, features: MMX SSE SSE2 SSE3 CMOV game using generic code for SIMD processing. --------- Initializing Game ---------- The Dark Mod 2.02, code revision 6045 Build date: Jul 7 2014 WARNING:file materials/tdm_ghouse_stone.mtr, line 758: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_brown' previously defined at materials/tdm_ghouse_stone.mtr:616 WARNING:file materials/tdm_ghouse_stone.mtr, line 804: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_sepia_grey' previously defined at materials/tdm_ghouse_stone.mtr:664 Initializing event system ...828 event definitions Initializing class hierarchy ...168 classes, 808128 bytes for event callbacks Initializing scripts /proc/cpuinfo CPU frequency: 3199.92 MHz Compiled 'tdm_ai_lanternbot::startAlarmWhistle': 80.6 ms ---------- Compile stats ---------- Memory usage: Strings: 39, 6192 bytes Statements: 18734, 374680 bytes Functions: 1211, 122932 bytes Variables: 85864 bytes Mem used: 1069612 bytes Static data: 2277552 bytes Allocated: 2801928 bytes Thread size: 7068 bytes ...6 aas types game initialized. -------------------------------------- Parsing material files Found 0 new mission packages. Found 2 mods in the FM folder. Parsed 0 mission declarations, no mission database file present. -------- Initializing Session -------- WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure1 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure2 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure3 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure4 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure5 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure6 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure7 WARNING:Couldn't load image: guis/assets/credits/priest WARNING:Couldn't load image: guis/assets/credits/concept01 WARNING:Couldn't load image: guis/assets/credits/characters WARNING:Couldn't load image: guis/assets/mainmenu/background_empty WARNING:Couldn't load image: guis/assets/mission_failure/fog WARNING:Couldn't load image: guis/assets/mainmenu/parchment_mainmenu WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_7_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_5_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_7_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_5_48 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop3 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop7 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_4 WARNING:Couldn't load image: guis/assets/mainmenu/black_swirl Font fonts/english/mason_glow in size 12 not found, using size 48 instead. WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_0_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_1_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_2_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_3_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_4_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_5_48 Font fonts/english/mason_glow in size 24 not found, using size 48 instead. Font fonts/english/mason in size 12 not found, using size 48 instead. WARNING:Couldn't load image: fonts/english/mason/masonalternate_0_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_1_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_2_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_3_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_4_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_5_48 Font fonts/english/mason in size 24 not found, using size 48 instead. WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_7_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_5_48 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop4 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_5_48 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop5 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/icon_completed WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_up WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_down WARNING:Couldn't load image: guis/assets/credits/studio_headline_bg WARNING:Couldn't load image: guis/assets/credits/studio_headline WARNING:Couldn't load image: guis/assets/mainmenu/parchment_load WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop2 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_12 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_24 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_1_24 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_1_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_2_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_3_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_4_48 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/loadmission WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/loadmission_lit WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/savemission WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/savemission_lit WARNING:Couldn't load image: guis/assets/briefing/parchment WARNING:Couldn't load image: guis/assets/briefing/nextpage WARNING:Couldn't load image: guis/assets/briefing/prevpage WARNING:Couldn't load image: guis/assets/mission_success/background_success WARNING:Couldn't load image: guis/assets/mission_success/gleam1 WARNING:Couldn't load image: guis/assets/mission_success/stats_parchment WARNING:Couldn't load image: guis/assets/objectives/parchment_untitled WARNING:Couldn't load image: guis/assets/objectives/box_default WARNING:Couldn't load image: guis/assets/objectives/nextpage WARNING:Couldn't load image: guis/assets/objectives/prevpage WARNING:Couldn't load image: guis/assets/purchase_menu/parchment_shop WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_0 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_settingsmenu/slider_bg WARNING:Couldn't load image: guis/assets/mainmenu/buttons_settingsmenu/slider_bar1 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_12 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_24 WARNING:Couldn't load image: fonts/english/medusa/medusa_1_24 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_1_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_2_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_3_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_4_48 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_1 WARNING:Couldn't load image: guis/assets/mainmenu/checkmark_green WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_3 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_2 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_up_hover WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_down_hover WARNING:Couldn't load image: guis/assets/mainmenu/parchment_download_right WARNING:Couldn't load image: guis/assets/mainmenu/parchment_download_left WARNING:Couldn't load image: guis/assets/mainmenu/downloadable_mission_details WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop6 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/mission_details WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/mission_description WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/screenshots WARNING:Couldn't load image: guis/assets/mainmenu/ornament_horizontal WARNING:Couldn't load image: guis/assets/mainmenu/ornament_horizontal_short WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop6_overlay WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/no_screens_available WARNING:Couldn't load image: guis/assets/credits/01_the_dark_mod WARNING:Couldn't load image: guis/assets/credits/02_mod_founder WARNING:Couldn't load image: guis/assets/credits/03_mod_infrastructure WARNING:Couldn't load image: guis/assets/credits/04_art_lead WARNING:Couldn't load image: guis/assets/credits/10_3d_design_lead WARNING:Couldn't load image: guis/assets/credits/11_2d_lead WARNING:Couldn't load image: guis/assets/credits/08_sound_lead WARNING:Couldn't load image: guis/assets/credits/09_vocal_leads WARNING:Couldn't load image: guis/assets/credits/code WARNING:Couldn't load image: guis/assets/credits/05_lead_coder WARNING:Couldn't load image: guis/assets/credits/06_coding_team WARNING:Couldn't load image: guis/assets/credits/07_additional_coding WARNING:Couldn't load image: guis/assets/credits/12_gui_coding WARNING:Couldn't load image: guis/assets/credits/13_shader_programming WARNING:Couldn't load image: guis/assets/credits/14_sfx WARNING:Couldn't load image: guis/assets/credits/15_ambient WARNING:Couldn't load image: guis/assets/credits/16_vocal_actors WARNING:Couldn't load image: guis/assets/credits/17_concept_art WARNING:Couldn't load image: guis/assets/credits/18_texture_artists WARNING:Couldn't load image: guis/assets/credits/19_char_modeling WARNING:Couldn't load image: guis/assets/credits/20_animations WARNING:Couldn't load image: guis/assets/credits/21_modeling WARNING:Couldn't load image: guis/assets/credits/21_additional_modeling WARNING:Couldn't load image: guis/assets/credits/22_qa WARNING:Couldn't load image: guis/assets/credits/23_mapping WARNING:Couldn't load image: guis/assets/credits/24_release_packaging WARNING:Couldn't load image: guis/assets/credits/25_dr_leads WARNING:Couldn't load image: guis/assets/credits/26_additional_dr WARNING:Couldn't load image: guis/assets/credits/28_additional_textures WARNING:Couldn't load image: guis/assets/credits/29_special_thanks WARNING:Couldn't load image: guis/assets/credits/30_website WARNING:Couldn't load image: guis/assets/objectives/nextpage_lit WARNING:Couldn't load image: guis/assets/objectives/prevpage_lit WARNING:Couldn't load image: guis/assets/objectives/box_checked WARNING:Couldn't load image: guis/assets/objectives/box_failed WARNING:Couldn't load image: guis/assets/mission_failure/background_shading WARNING:Couldn't load image: guis/assets/mission_failure/barred_window WARNING:Couldn't load image: guis/assets/mission_failure/skull WARNING:Couldn't load image: guis/assets/mission_failure/chain WARNING:Couldn't load image: guis/assets/outerdirt WARNING:Couldn't load image: guis/assets/objectives/parchment_ingame session initialized -------------------------------------- --- Common Initialization Complete --- ------------- Warnings --------------- during The Dark Mod initialization... WARNING:Couldn't load image: fonts/english/carleton/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_5_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_7_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_5_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_7_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_5_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_5_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_7_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_12 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_24 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_1_24 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_1_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_2_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_3_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_4_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_0_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_1_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_2_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_3_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_4_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_5_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_0_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_1_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_2_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_3_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_4_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_5_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_12 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_24 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_1_24 WARNING:Couldn't load image: fonts/english/medusa/medusa_1_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_2_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_3_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_4_48 WARNING:Couldn't load image: fonts/english/stone/stone_0_24 WARNING:Couldn't load image: fonts/english/stone/stone_0_48 WARNING:Couldn't load image: fonts/english/stone/stone_1_24 WARNING:Couldn't load image: fonts/english/stone/stone_1_48 WARNING:Couldn't load image: fonts/english/stone/stone_2_48 WARNING:Couldn't load image: fonts/english/stone/stone_3_48 WARNING:Couldn't load image: fonts/english/stone/stone_4_48 WARNING:Couldn't load image: guis/assets/briefing/nextpage WARNING:Couldn't load image: guis/assets/briefing/parchment WARNING:Couldn't load image: guis/assets/briefing/prevpage WARNING:Couldn't load image: guis/assets/credits/01_the_dark_mod WARNING:Couldn't load image: guis/assets/credits/02_mod_founder WARNING:Couldn't load image: guis/assets/credits/03_mod_infrastructure WARNING:Couldn't load image: guis/assets/credits/04_art_lead WARNING:Couldn't load image: guis/assets/credits/05_lead_coder WARNING:Couldn't load image: guis/assets/credits/06_coding_team WARNING:Couldn't load image: guis/assets/credits/07_additional_coding WARNING:Couldn't load image: guis/assets/credits/08_sound_lead WARNING:Couldn't load image: guis/assets/credits/09_vocal_leads WARNING:Couldn't load image: guis/assets/credits/10_3d_design_lead WARNING:Couldn't load image: guis/assets/credits/11_2d_lead WARNING:Couldn't load image: guis/assets/credits/12_gui_coding WARNING:Couldn't load image: guis/assets/credits/13_shader_programming WARNING:Couldn't load image: guis/assets/credits/14_sfx WARNING:Couldn't load image: guis/assets/credits/15_ambient WARNING:Couldn't load image: guis/assets/credits/16_vocal_actors WARNING:Couldn't load image: guis/assets/credits/17_concept_art WARNING:Couldn't load image: guis/assets/credits/18_texture_artists WARNING:Couldn't load image: guis/assets/credits/19_char_modeling WARNING:Couldn't load image: guis/assets/credits/20_animations WARNING:Couldn't load image: guis/assets/credits/21_additional_modeling WARNING:Couldn't load image: guis/assets/credits/21_modeling WARNING:Couldn't load image: guis/assets/credits/22_qa WARNING:Couldn't load image: guis/assets/credits/23_mapping WARNING:Couldn't load image: guis/assets/credits/24_release_packaging WARNING:Couldn't load image: guis/assets/credits/25_dr_leads WARNING:Couldn't load image: guis/assets/credits/26_additional_dr WARNING:Couldn't load image: guis/assets/credits/28_additional_textures WARNING:Couldn't load image: guis/assets/credits/29_special_thanks WARNING:Couldn't load image: guis/assets/credits/30_website WARNING:Couldn't load image: guis/assets/credits/characters WARNING:Couldn't load image: guis/assets/credits/code WARNING:Couldn't load image: guis/assets/credits/concept01 WARNING:Couldn't load image: guis/assets/credits/priest WARNING:Couldn't load image: guis/assets/credits/studio_headline WARNING:Couldn't load image: guis/assets/credits/studio_headline_bg WARNING:Couldn't load image: guis/assets/mainmenu/background_empty WARNING:Couldn't load image: guis/assets/mainmenu/black_swirl WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/loadmission WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/loadmission_lit WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/savemission WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/savemission_lit WARNING:Couldn't load image: guis/assets/mainmenu/buttons_settingsmenu/slider_bar1 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_settingsmenu/slider_bg WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_down WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_down_hover WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_up WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_up_hover WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/icon_completed WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/mission_description WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/mission_details WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/no_screens_available WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/screenshots WARNING:Couldn't load image: guis/assets/mainmenu/checkmark_green WARNING:Couldn't load image: guis/assets/mainmenu/downloadable_mission_details WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop2 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop3 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop4 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop5 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop6 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop6_overlay WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop7 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_0 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_1 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_2 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_3 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_4 WARNING:Couldn't load image: guis/assets/mainmenu/ornament_horizontal WARNING:Couldn't load image: guis/assets/mainmenu/ornament_horizontal_short WARNING:Couldn't load image: guis/assets/mainmenu/parchment_download_left WARNING:Couldn't load image: guis/assets/mainmenu/parchment_download_right WARNING:Couldn't load image: guis/assets/mainmenu/parchment_load WARNING:Couldn't load image: guis/assets/mainmenu/parchment_mainmenu WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure1 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure2 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure3 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure4 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure5 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure6 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure7 WARNING:Couldn't load image: guis/assets/mission_failure/background_shading WARNING:Couldn't load image: guis/assets/mission_failure/barred_window WARNING:Couldn't load image: guis/assets/mission_failure/chain WARNING:Couldn't load image: guis/assets/mission_failure/fog WARNING:Couldn't load image: guis/assets/mission_failure/skull WARNING:Couldn't load image: guis/assets/mission_success/background_success WARNING:Couldn't load image: guis/assets/mission_success/gleam1 WARNING:Couldn't load image: guis/assets/mission_success/stats_parchment WARNING:Couldn't load image: guis/assets/objectives/box_checked WARNING:Couldn't load image: guis/assets/objectives/box_default WARNING:Couldn't load image: guis/assets/objectives/box_failed WARNING:Couldn't load image: guis/assets/objectives/nextpage WARNING:Couldn't load image: guis/assets/objectives/nextpage_lit WARNING:Couldn't load image: guis/assets/objectives/parchment_ingame WARNING:Couldn't load image: guis/assets/objectives/parchment_untitled WARNING:Couldn't load image: guis/assets/objectives/prevpage WARNING:Couldn't load image: guis/assets/objectives/prevpage_lit WARNING:Couldn't load image: guis/assets/outerdirt WARNING:Couldn't load image: guis/assets/purchase_menu/parchment_shop WARNING:Couldn't load image: guis/assets/splash/launch WARNING:Couldn't load image: guis/assets/white WARNING:Couldn't load image: ui/assets/guicursor_arrow WARNING:Couldn't load image: ui/assets/guicursor_hand WARNING:file materials/tdm_ghouse_stone.mtr, line 758: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_brown' previously defined at materials/tdm_ghouse_stone.mtr:616 WARNING:file materials/tdm_ghouse_stone.mtr, line 804: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_sepia_grey' previously defined at materials/tdm_ghouse_stone.mtr:664 187 warnings terminal support enabled ( use +set in_tty 0 to disabled ) pid: 12657 8000 MB System Memory guessing video ram ( use +set sys_videoRam to force ) .. guess failed, return default low-end VRAM setting ( 64MB VRAM ) 64 MB Video Memory Async thread started Couldn't exec autocommands.cfg - file does not exist. Killed
  12. Btw. I think gui supports 3D models, like can be seen with the compass. I thought for immersion it would be cool to have a small 3d model on screen of the player's look when the disguise is used. Maybe it's nonsense, just something that came up.. Why is that actually necessary? If an item can be attached to an ai head it could maybe also be attached to your head? Can a helmet not be attached to a head? Well I guess it depends how you want to implement it.
  13. I'm building my first FM in DR, and for some reason, when I'm testing my unpackaged build, on world spawn there's a fixed square overlay in the lower left screen corner, a few cm on a side, with vague contents that morph as the player moves. It could I guess be a secondary camera (perhaps downward facing). This square doesn't appear when running other FMs in Win10, so it must be a problem with my build. No odd spawnargs on the info_player, and nothing I could find in the wiki or forum. Any help as to what this is and how to find it/turn it off would be much appreciated.
  14. After a long time and a lot of delays, I'm extremely happy and relieved to announce the release date for my first map; Lords & Legacy, on Friday the 30th of August, 2013! Lords & Legacy v.2.1 Resume: Screenshots: http://imgur.com/a/Lj8UJ#0 Notes: Build time: 2013/03/30 - 2013/08/30 To install, simply put the .pk4 file in your fm folder and install from the in-game mission menu. It is a large mission with optional objectives, so make sure to save often. The ropes in the beginning have a 'slick' surface, to simulate being 'slack lines'. They are difficult, but once you get a hang of the slide they can be fun. A couple of the large areas can be a bit rough on performance, and can be improved by adjusting the LOD slider in video options. A few of visportals open only when you get close. This is to keep the frames smooth inside the respective building, due to early inexperienced design. If you find any bugs which affect the gameplay experience, then you're very welcome to post them here, but please use the spoiler tags. Big thanks to 'Obsttorte', 'Springheel', 'Greyman', 'Bikerdude', 'Sotha' and rest of 'The Dark Mod Team'for all the help, guides and tricks. Also thanks to the other TDM users who provided fantastic support and feedback during the build. Thank you for beta-testing: 'Bikerdude', 'TylerVocal', 'Simplen00b', 'nbohr1more', 'Briareos H.' Special thanks to: 'Danus', 'Dsx' & 'Stanleh' for testing, help and support. v.2.0.1 changelog: Bugs: -The "Master Thief" challenge was impossible to do for a while, due to incorrect values. Fixed. -Getting seen by "The Killer" now also fails the "Ghost" challenge. -The 3 cardplaying guards no longer float mid air, as their chairs are now nailed to the floor. -Fixed the sound of the furnace continuing after the flames were extinguished. -Fixed weird glittering on the power cables around the map. -Fixed some moonlight popping in and out. -Fixed openable windows in Commons, clipping into the frame. -Fixed a book dropping through a desk. -Fixed visportals closing too close in Lancel's Tower, slight hit on performance though. -Added more monsterclip to Service Tower and Robert's Tower's entrance. -Improved a few vis_portals with func_portals. -Replaced curbs in Slums and Commons with some more detailed versions and changed textures. And a lot more little unecessary tweaks. Gameplay: -Added new challenge: (Jack White) - Do not knock-out anyone. -Reduced the amount of starting gear, depending on difficulty. -Added cubemaps to most windows on the map. -Redid most func_statics in Commmons Quarter to reduce tris and increase performance. Draw count is still somewhat high. -Removed all transparent windows as they didn't have actual gameplay value, just a performance drain in exchange for glitchy visuals. -Lancel's safe can no longer be picked. Find the key! -Added a couple minor cosmetic details in the sewers. -Moved a coinpurse from a wealthy commoner's sleeping butt to his nightside table. Also adjusted his furniture so thieves can better move around. -Changed sounds for several doors across the map. Once again, a big thanks to 'Bikerdude' for taking the time help out and locate room for improvement! v.2.0 changelog: Bugs: -Fixed various textures and surfaces and a few minor tweaks. -Tweaked some sounds to be in line with TDM 2.0 changes. -Fixed 2 certain AIs being too sensitive rather than drunk. (Thanks to AluminumHaste!) -Tweaked LOD on some objects, to prevent windows "popping" in and out. Gameplay: -Added more monsterclip to the towers, so the AI can now run up and down stairs. Only the stairs in the small tower has issues still. -Added more monsterclip in the city so the guards can follow you up all stairs. -Added a few minor details. -Windows in the city now dims sound, resulting in less aggro from guards and more convincing soundscape. -Reduced 'draw calls' in all the large areas, increasing performance. The map is still heavy at certain areas. Another big thanks to 'Bikerdude' and 'Greyman', for taking time out of their own schedules to help optimize the map's draw count and other significant adjustements! v.1.0.3 changelog: Bugs: -Fixed 4 black chairs in one of the towers -Fixed a floating painting -Fixed several clipping objects v.1.0.2 changelog: Bugs: -Fixed zfighting in the library's bookshelves -Fixed a black window in one of the towers -Fixed several typos in readables Gameplay: v.1.0.1 changelog: Bugs: -Fixed an issue with the main objectives not being in "sync". -Fixed console spam from a script Gameplay: -Adjusted required loot for each difficulty from "3000, 4000 and 5000" to "2500, 3500 and 4500".
  15. I see the problem, that my patch can't add SHOW FROB OUTLINE to that page anymore, because it is filling the screen. Could some of these options at least be moved to the DIFFICULTY tab? Like the helper and aimer options for example...
  16. TDM Modpack v3.3 (Maintenance Update) While trying to improve the Loot / Stealth combo I made a mistake and introduced a bug in the last release: Loot count does not update in real time when the loot inventory item is selected. Since this is an annoying bug it has been fixed in Maintenance Update v3.3. Apologies for the inconvenience. ---------------------------------- I take the opportunity to include some minor, experimental additions. If these additions are well received they will stay, otherwise they will be removed in the next major version of the Modpack. 1) A revamped and extended "Mission Complete" theme. I decreased the pitch of the original audio not to sound too loud and triumphant and then I extended the length to include an accompanying drum beat during the aftermath. I want players to get the feel that "the adventure continues" rather than a peaceful "game over" so I opted for an uneasy beat. You can listen to it by going inside the pk4 to sound/meta/game/mission_complete.ogg 2) Semi-transparent backgrounds for the in-game Inventory grid and Objectives screen. I am not sure what the best solution is but I always wanted these screen to have some depth. I applied a 30% transparency to: dds/guis/assets/mainmenu/invgrid_parchment_backdrop.dds dds/guis/assets/objectives/parchment_ingame.dds The download can be found in the opening post. Let us know your thoughts. Cheers!
  17. Terrific! The beta test thread is up: https://forums.thedarkmod.com/index.php?/topic/22238-beta-testing-the-spider-and-the-finch/
  18. i wish now can write the health of monsters when hited may be can use with scriptEvent entity getAttacker() ? using threads may be? but in my doubt in entityDef can be write the params in runtime? example is "inv_name" "Hited! cb_demon health is monster_boss_cyber_demon_1.getHealth()" or any idea how can i write on the screen the message? thanks
  19. The stealth stats could be added to the inventory screen, right under the loot overview, although it makes no sense that it would be listed there. Overall this does give inspiration for a better inventory screen. One that lists stats, objectives, a map and inventory.
  20. @thebigh I am curious why you choosed to use a video briefing over a Timed Flowing Briefing . Looking at the briefing video, there does not seem a graphical benefit. Edit: Well apart from the first screen with the red animated background behind the text..
  21. I tried it, the splash screen greyed out and seized up. http://www.violae.net/temp/DR_360.jpg i5, GTX660, Win7 I clicked End Process, the splash screen still frozen. Task Manager - End Process, End Process Tree. There are 2 DarkRadiant.exe. Splash screen still frozen, even as I type this. I don't know what else I could say. First time that ever happened. edit: I had to reboot. Now it seems to work fine. I tried to reproduce it but couldn't. Somehow the game setup window got stuck under the splash screen or something.
  22. Welcome to the Dark Mod forums MarsManon! Thank you very much for the kind words about SLL, it's always nice to hear We all worked real hard on bringing Grayman's map to life and I'm glad you enjoyed it
  23. I was so enchanted by this FM, I had to sign up to the forums the same day I finished it to come thank the authors Genuinely, truly incredible work! I was so overwhelmed in places that I resorted to just shouting joy at my monitor two, three, maybe four entirely separate times while playing. Exploring, puzzling, finding something new, trying to use it, and finding it does a whole new, separate, wonderful thing! There aren't enough words inside me to describe the feeling. It was breathtaking. I don't have any specific feedback that hasn't come through this thread before Thanks so much for making this, for all the inspiration and ingenuity and effort it took. If I never play another level this good, in any other game, in my life, I'd be fine with that.
  24. Ulysses 2: Protecting the Flock By Sotha The mission starts some time after the events of Ulysses: Genesis, and continues the story of Ulysses. It is a medium sized mission with a focus on stealthy assassinations and hostage liberation. BUILD TIME: 12/2014 - 05/2015 CREDITS The TDM Community is thanked for steady supply of excellent mapping advice. Thanks goes also to everyone contributing to TDM! Voice Actors: Goldwell (as Goubert and Ulysses), Goldwell's Girlfriend (as Alis) Betatesters: Airship Ballet, Ryan101. Special Thanks to: Springheel and Melan (for proofreading). Story: Read & listen it in game. Link: https://drive.google.com/file/d/0BwR0ORZU5sraRGduUWlVRmtsX3c/view?usp=sharing Other: Spoilers: When discussing, please use spoiler tags, like this: [spoiler] Hidden text. [/spoiler] Mirrors: Could someone put this on TDM ingame downloader? Thanks!
  25. Hey! With the Thief series the slow pace make them perfect games to play on the big screen with a controller, However TDM has a lot of keys to set up (like the original Thief) so mapping all the keys to a controller is a challenge and requires some compromises to be made. I've been playing with a Xbox360 controller for a while now, and think I have a good setup for TDM, with all or most of the functions mapped. For those interested, I thought I'd share it here, and ask for any input you guys have on what could be improved. The Dark Mod Xbox 360 Controller =============================== Main ==== LS: WASD movement LS Press: Crouch RS: Mouse look / Rotate (with manipulate) RS Press: Eyeglass A: Frob / Interact B: Use item X: Jump / Mantle Y: Lantern Dpad Up: Lean forward Dpad Down: Put away weapons Dpad Left: Lean left Dpad Right: Lean right LT: Parry / Manipulate RT: Attack RB: Change to Set 2 LB: Run Back: ESC Start: Objectives Set 2 ===== LS: WASD movement LS Press: Clear inventory RS: Mouse look / Rotate (with manipulate) RS Press: Drop inventory item Y: Cycle lockpicks X: Cycle keys A: Cycle maps B: Cycle readables Dpad Up: Previous weapon / Zoom Dpad Down: Next weapon / Zoom Dpad Left: Next inventory item Dpad Right: Previous inventory item LT: Shortsword RT: Blackjack LB: Creep RB: n/a Back: Quick load Start: Quick save And here is the profile itself. Copy+paste to a profile file, you know how it works of you use Xpadder: ;--- Xpadder Profile Data --- DataType=Profile Version=2013.07.18 Name=Thief The Dark Mod Set1Name=Main Set1StickDeadZones=92,64 Set1DPadMode=FourWay Set2Name=Set 2 Set2StickDeadZones=92,64 Set2DPadMode=FourWay Set1Button1Name=Frob/interact Set1Button1Slots=Right Mouse Button (2) Set1Button2Name=Use item Set1Button2Slots=Enter Set1Button3Name=Jump/Mantle Set1Button3Slots=Space Set1Button4Name=Lantern Set1Button4Slots=L Set1Button5Name=Creep Set1Button5Slots=Left Shift Set1Button6Name=To Set 2 Set1Button6SetSelect=1 Set1Button7Name=Menu Set1Button7Slots=Escape Set1Button8Name=Objectives Set1Button8Slots=O Set1Button9Name=Crouch Set1Button9Slots=X Set1Button10Name=Spyglass Set1Button10Slots=G Set1DPadUpName=Lean forward Set1DPadUpSlots=F Set1DPadRightName=Lean right Set1DPadRightSlots=E Set1DPadDownName=Put away weapon Set1DPadDownSlots=Back-Tick Set1DPadLeftName=Lean left Set1DPadLeftSlots=Q Set1Stick1UpName=Forward Set1Stick1UpSlots=W Set1Stick1RightName=Strafe right Set1Stick1RightSlots=D Set1Stick1DownName=Backward Set1Stick1DownSlots=S Set1Stick1LeftName=Strafe left Set1Stick1LeftSlots=A Set1Stick2UpSlots=Mouse Move Up Set1Stick2UpMouseSpeed=32 Set1Stick2RightSlots=Mouse Move Right Set1Stick2RightMouseSpeed=32 Set1Stick2DownSlots=Mouse Move Down Set1Stick2DownMouseSpeed=32 Set1Stick2LeftSlots=Mouse Move Left Set1Stick2LeftMouseSpeed=32 Set1TriggerLeftName=Parry/Manipulate Set1TriggerLeftSlots=Middle Mouse Button (3) Set1TriggerRightName=Attack Set1TriggerRightSlots=Left Mouse Button (1) Set2Button1Name=Toggle maps Set2Button1Slots=M Set2Button2Name=Toggle readables Set2Button2Slots=I Set2Button3Name=Toggle keys Set2Button3Slots=K Set2Button4Name=Toggle lockpicks Set2Button4Slots=P Set2Button5Name=Run Set2Button5Slots=Left Control Set2Button6SetSelect=0 Set2Button7Name=Quick load Set2Button7Slots=F9 Set2Button8Name=Quick save Set2Button8Slots=F4 Set2Button9Name=Clear inventory Set2Button9Slots=Back-Slash[uS]/Hash[uK] Set2Button10Name=Drop item Set2Button10Slots=R Set2DPadUpName=Prev. weapon Set2DPadUpSlots=Mouse Wheel Up Set2DPadRightName=Prev. inv. item Set2DPadRightSlots=Right Square Bracket Set2DPadDownName=Next weapon Set2DPadDownSlots=Mouse Wheel Down Set2DPadLeftName=Next inv. item Set2DPadLeftSlots=Left Square Bracket Set2Stick1UpName=Forward Set2Stick1UpSlots=W Set2Stick1RightName=Strafe right Set2Stick1RightSlots=D Set2Stick1DownName=Backward Set2Stick1DownSlots=S Set2Stick1LeftName=Strafe left Set2Stick1LeftSlots=A Set2Stick2UpSlots=Mouse Move Up Set2Stick2UpMouseSpeed=32 Set2Stick2RightSlots=Mouse Move Right Set2Stick2RightMouseSpeed=32 Set2Stick2DownSlots=Mouse Move Down Set2Stick2DownMouseSpeed=32 Set2Stick2LeftSlots=Mouse Move Left Set2Stick2LeftMouseSpeed=32 Set2Stick2UpRightSlots=5 Set2Stick2DownRightSlots=0 Set2Stick2DownLeftSlots=8 Set2Stick2UpLeftSlots=3 Set2TriggerLeftName=Sword Set2TriggerLeftSlots=2 Set2TriggerRightName=Blackjack Set2TriggerRightSlots=1 Any input is appreciated, and hope it is useful for people -Shadrach EDIT: Changed LB to Run, while Set 2 LB has Creep - figured after playing some more that Run+Jump needs to be possible and Creep is very rarely needed. There certainly are some missions where running jump is a necessity at some places.
×
×
  • Create New...