Jump to content
The Dark Mod Forums

MirceaKitsune

Member
  • Posts

    1930
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by MirceaKitsune

  1. Worked around this by downloading Boost 1.54.0, and using "./configure --with-boost=foo/bar/" to point the scripts to it. Didn't compile yet but I imagine it should fix this specific issue. Also reported this as a bug on the tracker: http://bugs.thedarkmod.com/view.php?id=4239
  2. I googled this issue today. Apparently the problem lies on DarkRadiant's side, and the autogen / configure script might need some tweaking. I tried a fix of my own as follows: In mp/boost.m4, I commented out lines 217 and 422, which are both errors that were encountered by ./configure. They are: AC_MSG_ERROR([invalid value: boost_major_version=$boost_major_version]) AC_MSG_ERROR([cannot find the flags to link with Boost $1]) Configuration succeeded afterwards. I was able to compile Darkradiant for well over 15 minutes, until it eventually failed with the following error: CXXLD darkradiant /usr/lib64/gcc/x86_64-suse-linux/5/../../../../x86_64-suse-linux/bin/ld: cannot find -lboost_filesystem-d collect2: error: ld returned 1 exit status Makefile:2043: recipe for target 'darkradiant' failed make[1]: *** [darkradiant] Error 1 Obviously I have libboost_filesystem installed, adding the file /usr/lib64/libboost_filesystem.so.1.58.0. The setup simply fails to see them apparently.
  3. I upgraded from openSUSE 13.2 to openSUSE Tumbleweed today. Darkradiant has apparently stopped compiling, and I get the following error during ./configure: configure: error: invalid value: boost_major_version= I checked my packages and should have all boost libraries installed. My boost version is 1.58.0. Any thoughts?
  4. The origin was perfectly touching a surface (corner), everything snapped to the grid. But like Melan said, that should probably not cause a long delay in dmap then a crash, just an error message and the compilation to fail.
  5. Well that was weird: The culprit was a set of func_static models. I simply rotated and moved them in another position and the problem is gone. And no... they weren't poking through walls, nor touching any visportal surfaces. My only conclusion is that I somehow struck one of those extremely rare bugs... like some model and some portal being at a precise angle that caused dmap to snap. It's gone now without any loss so I guess I'll let it die.
  6. I have been working on a map for many days now. All of a sudden however, TDM crashes when I compile it via dmap from its console. All I did was to cut a few brushes and add a few new entities. Here is the console log: mircea@linux-qz0r:~/Games/Quake/TheDarkMod/darkmod>./thedarkmod.x86 TDM 2.03 #6455 linux-x86 Jan 28 2015 20:03:48 found interface lo - loopback found interface eth0 - 192.168.134.178/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/mircea/Games/Quake/TheDarkMod/darkmod/fms/map_first.pk4dir /home/mircea/Games/Quake/TheDarkMod/darkmod/ /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_wood01.pk4 (317 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_window01.pk4 (345 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_stone_sculpted01.pk4 (424 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_stone_natural01.pk4 (123 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_stone_flat01.pk4 (281 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_stone_cobblestones01.pk4 (214 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_stone_brick01.pk4 (440 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_sfx01.pk4 (64 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_roof01.pk4 (65 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_plaster01.pk4 (140 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_paint_paper01.pk4 (42 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_other01.pk4 (51 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_nature01.pk4 (256 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_metal01.pk4 (465 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_glass01.pk4 (46 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_fabric01.pk4 (41 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_door01.pk4 (171 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_decals01.pk4 (367 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_carpet01.pk4 (92 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_textures_base01.pk4 (375 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_standalone.pk4 (4 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_vocals_decls01.pk4 (27 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_vocals07.pk4 (1111 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_vocals06.pk4 (688 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_vocals05.pk4 (128 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_vocals04.pk4 (2854 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_vocals03.pk4 (743 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_vocals02.pk4 (1300 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_vocals01.pk4 (82 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_sfx02.pk4 (596 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_sfx01.pk4 (924 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_ambient_decls01.pk4 (8 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_ambient03.pk4 (24 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_ambient02.pk4 (156 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_sound_ambient01.pk4 (209 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_prefabs01.pk4 (556 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_player01.pk4 (125 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_models_decls01.pk4 (93 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_models02.pk4 (1836 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_models01.pk4 (1915 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui_credits01.pk4 (49 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4 (673 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_game02.pk4 (2 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_game01.pk4 (2 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_fonts01.pk4 (696 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_env01.pk4 (98 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_defs01.pk4 (166 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4 (155 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_steambots01.pk4 (24 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_monsters_spiders01.pk4 (82 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_humanoid_undead01.pk4 (50 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_humanoid_townsfolk01.pk4 (95 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_humanoid_pagans01.pk4 (10 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_humanoid_nobles01.pk4 (48 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_humanoid_mages01.pk4 (8 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_humanoid_heads01.pk4 (96 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_humanoid_guards01.pk4 (373 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_humanoid_females01.pk4 (169 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_humanoid_builders01.pk4 (91 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_base01.pk4 (8 files) /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_ai_animals01.pk4 (80 files) File System Initialized. -------------------------------------- ----- Initializing Decls ----- ------------------------------ ------- Initializing renderSystem -------- using ARB renderSystem renderSystem initialized. -------------------------------------- I18N: SetLanguage: 'english'. I18N: Found no character remapping for english. I18N: 1228 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' execing Darkmod.cfg Couldn't exec autoexec.cfg - file does not exist. I18N: SetLanguage: 'english'. I18N: Found no character remapping for english. I18N: 1228 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 1920x1080 ATTENTION: default value of option allow_glsl_extension_directive_midshader overridden by environment. Using 8/8/8 Color bits, 8 Alpha bits, 24 depth, 8 stencil display. GL_RENDERER: Gallium 0.4 on AMD BARTS 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_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_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle 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_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fog_distance 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_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 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_ATI_texture_compression_3dc GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_mirror_clamp 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_ARB_vertex_array_object GL_ATI_separate_stencil GL_ATI_texture_mirror_once GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_debug_output GL_ARB_draw_buffers_blend 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_stencil_export GL_ARB_shader_texture_lod GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_NV_texture_barrier GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_texture_compression_bptc GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_NV_vdpau_interop GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_base_instance GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_clear_buffer_object GL_ARB_explicit_uniform_location GL_ARB_invalidate_subdata GL_ARB_stencil_texturing GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_buffer_storage GL_ARB_multi_bind GL_ARB_seamless_cubemap_per_texture GL_ARB_texture_mirror_clamp_to_edge GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_ARB_derivative_control GL_ARB_texture_barrier ------- 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 plughw:2 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 v - using GL_EXT_texture_compression_s3tc 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 glprogs/soft_particle.vfp glprogs/soft_particle.vfp ------------------------------- using ARB_vertex_buffer_object memory using ARB2 renderSystem Font fonts/english/stone in size 12 not found, using size 24 instead. gamex86 - Found SO in EXE path with timestamp of 1422902260 - /home/mircea/Games/Quake/TheDarkMod/darkmod/gamex86.so gamex86 - Found SO in pak file with timestamp of 1422902260 - /home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_game02.pk4/gamex86.so gamex86 - SO in EXE path is newer, ignoring SO in pak file 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.03, code revision 6470 Build date: Feb 2 2015 WARNING:file def/tdm_ai_heads_springheel.def, line 840: model 'head03_citywatch' previously defined at def/tdm_ai_heads_springheel.def:825 WARNING:file particles/tdm_bikerdude.prt, line 421: particle 'tdm_dry_ice' previously defined at particles/tdm_bikerdude.prt:28 WARNING:file particles/tdm_bikerdude.prt, line 554: particle 'tdm_floating_mood_dust_small' previously defined at particles/tdm_bikerdude.prt:54 WARNING:file particles/tdm_bikerdude.prt, line 581: particle 'tdm_glare_chandelier_02' previously defined at particles/tdm_bikerdude.prt:1 Initializing event system ...830 event definitions Initializing class hierarchy ...169 classes, 810080 bytes for event callbacks Initializing scripts WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script /proc/cpuinfo CPU frequency: 2660 MHz Compiled 'tdm_ai_lanternbot::startAlarmWhistle': 148.5 ms ---------- Compile stats ---------- Memory usage: Strings: 40, 6352 bytes Statements: 19182, 383640 bytes Functions: 1227, 124848 bytes Variables: 88564 bytes Mem used: 1086700 bytes Static data: 2277552 bytes Allocated: 2810692 bytes Thread size: 7068 bytes ...6 aas types game initialized. -------------------------------------- Parsing material files Found 0 new mission packages. Found 79 mods in the FM folder. Parsed 85 mission declarations. No 'tdm_mapsequence.txt' file found for the current mod: map_first.pk4dir -------- Initializing Session -------- WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis Font fonts/english/mason_glow in size 12 not found, using size 48 instead. 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. Font fonts/english/mason in size 24 not found, using size 48 instead. WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis session initialized -------------------------------------- WARNING:Non-portable: path contains uppercase characters: engine_SVN WARNING:Non-portable: path contains uppercase characters: engine_SVN WARNING:Non-portable: path contains uppercase characters: engine_SVN --- Common Initialization Complete --- ------------- Warnings --------------- during The Dark Mod initialization... WARNING:Couldn't load image: guis/assets/splash/launch WARNING:file def/tdm_ai_heads_springheel.def, line 840: model 'head03_citywatch' previously defined at def/tdm_ai_heads_springheel.def:825 WARNING:file particles/tdm_bikerdude.prt, line 421: particle 'tdm_dry_ice' previously defined at particles/tdm_bikerdude.prt:28 WARNING:file particles/tdm_bikerdude.prt, line 554: particle 'tdm_floating_mood_dust_small' previously defined at particles/tdm_bikerdude.prt:54 WARNING:file particles/tdm_bikerdude.prt, line 581: particle 'tdm_glare_chandelier_02' previously defined at particles/tdm_bikerdude.prt:1 WARNING:Non-portable: path contains uppercase characters: engine_SVN WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_base01.pk4/script/script WARNING:Non-portable: path contains uppercase characters: map_first.pk4dir/home/mircea/Games/Quake/TheDarkMod/darkmod/tdm_gui01.pk4/guis/guis 12 warnings terminal support enabled ( use +set in_tty 0 to disabled ) pid: 14386 9008 MB System Memory 512 MB Video Memory Async thread started Couldn't exec autocommands.cfg - file does not exist. Widescreenmode was set to: 7 (1920x1080) ]dmap first.map.map ---- dmap ---- --- LoadDMapFile --- loading maps/first.map glprogs/ambientEnvironment.vfp glprogs/ambientEnvironment.vfp glprogs/heatHazeWithMaskAndBlur.vfp glprogs/heatHazeWithMaskAndBlur.vfp glprogs/heatHaze.vfp glprogs/heatHaze.vfp 788 total world brushes 163 total world triSurfs 287 patches 1560 entities 2164 planes 52 areaportals size: -12544,-12544,-1168 to 12544,12544, 4352 ############### entity 0 ############### --- FaceBSP --- 4293 faces 10345 leafs 0.1 seconds faceBsp ----- MakeTreePortals ----- ----- FilterBrushesIntoTree ----- 788 total brushes 6880 cluster references --- FloodEntities --- 4435 flooded leafs --- FillOutside --- 3442 solid leafs 2468 leafs filled 4435 inside leafs ----- ClipSidesByTree ----- --- FloodAreas --- WARNING:brush has multiple area portal sides at 956 -1156.8 684 WARNING:brush has multiple area portal sides at -132.8 -68 684 WARNING:brush has multiple area portal sides at 251.2 -444 1004 WARNING:brush has multiple area portal sides at 1668.8 -444 684 WARNING:brush has multiple area portal sides at 580 -772.8 1004 WARNING:brush has multiple area portal sides at 956 644.8 684 WARNING:brush has multiple area portal sides at 956 260.8 1004 WARNING:brush has multiple area portal sides at 1284.8 -444 1004 area 0 has 3481 leafs area 1 has 51 leafs area 2 has 103 leafs area 3 has 169 leafs area 4 has 1 leafs area 5 has 1 leafs area 6 has 46 leafs area 7 has 97 leafs area 8 has 136 leafs area 9 has 5 leafs area 10 has 4 leafs area 11 has 6 leafs area 12 has 4 leafs area 13 has 8 leafs area 14 has 3 leafs area 15 has 4 leafs area 16 has 6 leafs area 17 has 5 leafs area 18 has 8 leafs area 19 has 12 leafs area 20 has 6 leafs area 21 has 10 leafs area 22 has 7 leafs area 23 has 3 leafs area 24 has 5 leafs area 25 has 252 leafs area 26 has 1 leafs area 27 has 1 leafs 28 areas ----- PutPrimitivesInAreas ----- ----- BuildLightShadows ----- ----- CreateLightShadow 0xd2f2e30 ----- ----- CreateLightShadow 0xd3057b8 ----- ----- CreateLightShadow 0xd305d50 ----- ----- CreateLightShadow 0xd306628 ----- ----- CreateLightShadow 0xd319480 ----- ----- CreateLightShadow 0xd319fc0 ----- ----- OptimizeAreaGroups Results ----- 54 tris in 42 tris after edge removal optimization 42 tris after final t junction fixing ----- CreateLightShadow 0xd31a620 ----- ----- OptimizeAreaGroups Results ----- 67 tris in 47 tris after edge removal optimization 49 tris after final t junction fixing ----- CreateLightShadow 0xd31ae58 ----- ----- OptimizeAreaGroups Results ----- 52 tris in 42 tris after edge removal optimization 44 tris after final t junction fixing ----- CreateLightShadow 0xd31b690 ----- ----- OptimizeAreaGroups Results ----- 72 tris in 48 tris after edge removal optimization 50 tris after final t junction fixing 0.4 seconds for BuildLightShadows ----- OptimizeEntity ----- WARNING: backwards triangle in input! WARNING: backwards triangle in input! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! WARNING: backwards triangle generated! ----- OptimizeAreaGroups Results ----- 18163 tris in 10490 tris after edge removal optimization 11035 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 388 tris in 249 tris after edge removal optimization 266 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 5370 tris in 4595 tris after edge removal optimization 4742 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 1668 tris in 1223 tris after edge removal optimization 1335 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 32 tris in 32 tris after edge removal optimization 56 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 10 tris in 10 tris after edge removal optimization 10 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 578 tris in 439 tris after edge removal optimization 674 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 2810 tris in 2194 tris after edge removal optimization 2339 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 6718 tris in 4724 tris after edge removal optimization 4786 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 64 tris in 50 tris after edge removal optimization 58 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 62 tris in 48 tris after edge removal optimization 54 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 76 tris in 48 tris after edge removal optimization 52 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 60 tris in 50 tris after edge removal optimization 58 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 48 tris in 36 tris after edge removal optimization 48 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 26 tris in 20 tris after edge removal optimization 24 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 60 tris in 50 tris after edge removal optimization 58 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 70 tris in 48 tris after edge removal optimization 54 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 36 tris in 44 tris after edge removal optimization 60 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 172 tris in 130 tris after edge removal optimization 130 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 59 tris in 42 tris after edge removal optimization 48 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 40 tris in 44 tris after edge removal optimization 60 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 100 tris in 48 tris after edge removal optimization 54 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 44 tris in 36 tris after edge removal optimization 48 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 26 tris in 20 tris after edge removal optimization 24 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 64 tris in 50 tris after edge removal optimization 58 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 3988 tris in 2804 tris after edge removal optimization 3160 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 10 tris in 10 tris after edge removal optimization 10 tris after final t junction fixing ----- OptimizeAreaGroups Results ----- 10 tris in 10 tris after edge removal optimization 10 tris after final t junction fixing ----- FixGlobalTjunctions ----- WARNING:idFileSystem::OSPathToRelativePath failed on removed 24 degenerate triangles WARNING:idFileSystem::OSPathToRelativePath failed on removed 24 degenerate triangles removed 2 degenerate triangles removed 68 degenerate triangles removed 30 degenerate triangles removed 49 degenerate triangles removed 144 degenerate triangles removed 144 degenerate triangles WARNING:idFileSystem::OSPathToRelativePath failed on WARNING:Couldn't load image: textures/darkmod/window/diamond_pattern_andbars01_local WARNING:Couldn't load image: textures/darkmod/window/diamond_pattern_andbars01_local removed 54 degenerate triangles WARNING:Unknown general material parameter 'tile' in 'tdm_balcony_sp_ceramic01' removed 199 degenerate triangles removed 225 degenerate triangles removed 50 degenerate triangles removed 6 degenerate triangles removed 159 degenerate triangles removed 88 degenerate triangles Regenerated world, staticAllocCount = 0. Shutting down sound hardware ----------- Alsa Shutdown ------------ close pcm dlclose -------------------------------------- idRenderSystem::Shutdown() signal caught: Segmentation fault si_code 1 Was in fatal error shutdown: malloc failure for 65512 Trying to exit gracefully.. shutdown terminal support About to exit with code 0 ModelGenerator memory: No LOD entries. mircea@linux-qz0r:~/Games/Quake/TheDarkMod/darkmod>
  7. I took the entity off after I discovered the predefined team charts, but I remember I targeted it like every other triggered entity. I discovered something else on the wiki page however: I should be setting the relationships both ways... so not just "rel 1,0" "1" but also "rel 0,1" "1". I'll keep that in mind for when I'll be using this to change the relations in realtime, and get back to it then if it still occurs.
  8. Aha! I didn't know about the default teams. I set them to what they're meant to be using that chart, and now they behave as expected without needing the entity. Thanks Still, why is my atdm:target_setrelations failing in the example above? I'm going to use it in future missions, so I would like to know please.
  9. So I've gotten to the point in my mission where I'm setting up some of the AI's. I want the map to contain friendly AI's, a group of enemies, and another group of enemies also against the second group. I set the friendlies to team 0 and the enemies to 1 and 2. Problem is that although 1 and 2 are both against the player, they aren't against each other as well! I already tried to use an atdm:target_setrelations to which I gave the keys: "rel 0,2" "-1" and "rel 1,2" "-1". But that doesn't make them fight either. What am I missing?
  10. Thanks! The first one is pleasantly easy. As for the second, I do think I'll want to use a noisy alarm... but if there's an easily configurable entity for that it should be as simple.
  11. I had one more myself, which I'll likely be using in the future: How do I cause an event to change alliances... turning previously friendly AI's against the player once he completes an objective, or contrarily making hostile AI's join the player? Can the "team" key be changed by a trigger, or perhaps alliances between teams modified by another entity? While at it I had a similar question: How can an event alert all AI's on the map? A Score to Settle does this, when a guard yells to raise the alarm and virtually every NPC starts running around the map looking for you... I'm not going to open the map however, because finding entities in big complex levels without knowing where to look rarely seems to work for me.
  12. And just as suddenly as it appeared, the error disappeared. There is now no more crash, and the prefab browser works fine like at first. I made no changes to DarkRadiant and this was independent of the saved settings and map loaded, so it remains a big mystery.
  13. Another basic question with no visible answer: I created an atdm:readable_immobile_sign_small01 entity, which is a sign with visible text that you don't need to click on to read. How do I put text on it thought? I tried page1_title and page1_body but nothing, and the readable editor doesn't seem to set it up either.
  14. Don't know how, since the crash occurs the moment I open the menu, I don't have a way to select another one and see. But I already tried with clear new settings... the last selected prefab should have been lost if it was that.
  15. Out of nowhere, DarkRadiant started to crash whenever I right click on a map and select "Insert prefab...", although all other menus are fine. I say out of nowhere because a few days ago this would not happen... and since then I have not recompiled DarkRadiant or made any changes to it, making this even more unexplainable. I even tried with a new user.xml settings file, then updated and completely recompiled DR, yet same thing. Any thoughts on what this could be?
  16. Confirming that the latest GIT commit fixes this and works as intended. Cheers
  17. This is a bit more complicated than I hoped, so perhaps I can leave it for later. Thanks for the answers everyone If anyone makes more missions that use this, please let me know! I'm still curious about the third question though: How do I change the player's class, so that AI's give them distinctive salutes?
  18. I've come across two more things I can't find an easy answer to, which I'm planning to use in my mission once I finish the map itself: First is how to make a group of AI's appear when an event is triggered; I'm going to have a button, and when it's pushed I want it to complete an objective but also cause several AI's to appear in places around the map. The AI can either be spawned / created at that time. Or maybe they can be unleashed from behind a door that was previously locked... in this case I'll simply have the door open, and maybe the previously hidden AI wake up from sleeping? I'd like to know how to do this both ways if possible! The biggest problem is that once the AI are released, I want them to patrol across a set of paths... while I know how to do this for an AI that's always there (just target a path_corner), I don't know for an AI introduced later by an event. And my second question was how I can make reading a book a requirement to unlock a door, additional to finding its key. I want it to require that the player reads a journal, which will also say something like "you must pull slightly on the key because the lock is broken" so this restriction makes some sense. In practice this is to keep the story from progressing if you don't read that journal, and to not lett the player access the next area until they've read what it's about.
  19. The subject was briefly touched in the A House of Locked Secrets thread, but little info of importance was ultimately shared. In essence: If I want the player to be something other than a thief, how can I change the player's class? I am mostly looking at the following three aspects: 1 - Can I change the player model to that of another AI? This is important if the player can see himself in the mirror, and for potential mods that would allow a 3rd person perspective. Since as far as I know all humanoid models use the same rig and animations, I'm hoping this will be easy without requiring a lot of hacking. 2 - To what degree can I customize the hands in 1st person view, seen when the player is wielding the blackjack / sword / bow? I vaguely remember that the mission I referenced above had the player's sleeves painted red, which could be seen while wielding a weapon... the weapons themselves appeared no different however. 3 - How do I change the way the AI treats the player, such as the salute voice? As discussed in the mission referenced above, the author managed to get a friendly town guard to idly salute the player as "hello father", meaning the player was recognized as a priest rather than the default thief. I'm already working on a mission where the player is actually a guard rather than a thief. Although this isn't essential, I'd like him to appear as a guard in the mirror, and have his guard colleagues salute him as a fellow guard rather than as a passerby.
  20. @VanishedOne: Thanks, solved everything. I didn't know you could attach objects to an AI that gives them special logics... shows how awesome and well designed idTech 4 and TDM are
  21. I have another one: How do I create a guard that's drinking on duty, as I've seen in several missions? I already enabled the "drunk" flag in the AI tab... but that doesn't put a bottle in the AI's hand and make them occasionally drink from it, nor does it seem to give them the incoherent speech. On the same topic, where do I find bottle props to put on the map? I looked around the entity and model browser, but couldn't find any beverage bottles that I could place.
  22. Yep... just noticed the problem went away once I removed the scale. Surprised that collisions for scaled models can be a problem, but I can live with that. Also they seem to have a good collision box by default, so maybe there's no need for brushes. I thought they would break footstep sounds, but if there are solid nodraw types for every material (eg: wood) that's fine.
  23. Just checked... no. If it might have importance though, I scaled them to twice their size (via the rotation flag), and also surrounded them with a Monster Clip brush (for safer AI navigation)... I'll try without those as well.
  24. Now that I got DarkRadiant working and started creating a level, I have one such question: How do I make a func_static model solid?! I set the "solid" key to "1", the help field confirms I got the right property. Yet if I save the map then compile with dmap then start a new mission, there are still no collisions and I go right through it. If it has any importance, the model I'm trying this with is models/darkmod/architecture/pier_platform01.lwo.
  25. For the 2D viewports, it might still change the order in which the outlines of brushes and entities are drawn, which could be a minor annoyance for mappers attentive to detail. I'd leave it always on, that's simpler and I can't imagine it costing anything noticeable. I'm gladly ready to test the official patch for this, let me know when to GIT pull please.
×
×
  • Create New...