Oj pomylilem sie przepraszam powinno byc sciagnalem a nie sciagnelem :P
1. cz. log.txt
Starting MaSzyna rail vehicle simulator.
Compilation 140904v13 - UNOFFICIAL <wersja niepubliczna>
Online documentation and additional files on http://www.eu07.pl
Authors: Marcin_EU, McZapkie, ABu, Winger, Tolaris, nbmx_EU, OLO_EU, Bart, Quark-t, ShaXbee, Oli_EU, youBy and others
Renderer:
GeForce 8800 GTX/PCI/SSE2
Vendor:
NVIDIA Corporation
OpenGL Version:
2.1.2
Supported Extensions:
GL_ARB_color_buffer_float GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_half_float_pixel GL_ARB_imaging GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_bindable_uniform GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_EXT_timer_query GL_EXT_vertex_array GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_copy_depth_to_color GL_NV_depth_buffer_float GL_NV_conditional_render GL_NV_depth_clamp GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_texgen_reflection GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control
glClearColor (FogColor[0], FogColor[1], FogColor[2], 0.0);
glFogfv(GL_FOG_COLOR, FogColor);
glClearDepth(1.0f);
glEnable(GL_TEXTURE_2D);
glShadeModel(GL_SMOOTH);
glEnable(GL_DEPTH_TEST);
glEnable(GL_ALPHA_TEST);
glEnable(GL_ALPHA_TEST);
glAlphaFunc(GL_GREATER,0.04);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glDepthFunc(GL_LEQUAL);
glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
glPolygonMode(GL_FRONT, GL_FILL);
glFrontFace(GL_CCW);
glEnable(GL_CULL_FACE);
glLineWidth(1.0f);
glPointSize(2.0f);
glLightModelfv(GL_LIGHT_MODEL_AMBIENT,ambientLight);
glLightfv(GL_LIGHT0,GL_DIFFUSE,diffuseLight);
glLightfv(GL_LIGHT0,GL_SPECULAR,specularLight);
glLightfv(GL_LIGHT0,GL_POSITION,lightPos);
glEnable(GL_LIGHT0);
glEnable(GL_COLOR_MATERIAL);
glColorMaterial(GL_FRONT, GL_AMBIENT_AND_DIFFUSE);
glMaterialfv( GL_FRONT, GL_AMBIENT_AND_DIFFUSE, whiteLight );
glEnable(GL_LIGHTING);
glFogi(GL_FOG_MODE, GL_LINEAR);
glFogfv(GL_FOG_COLOR, FogColor);
glFogf(GL_FOG_START, 1000.0f);
glFogf(GL_FOG_END, 2000.0f);
glEnable(GL_FOG);
Font init
Font init OK
Sound Init
Loading - texture: textures\logo.bmp
OK
Sound Init OK
Textures init
Textures init OK
Models init
Models init OK
Ground init
Scenery atmo definition
Scenery light definition
Scenery time definition
Scenery sky definition
skj_day3_chmury.t3d
Loading - texture: textures\rail_screw_used1.bmp
OK
Loading - texture: textures\tpbps-new2.tex
OK
Loading - texture: textures\wzl.bmp
OK
Loading - text model: models\wza.t3d
Loading - texture: textures\metal/metalfrictionpattern1.tga
OK
Loading - texture: textures\zwrot34r300pods-new.tex
OK
Loading - texture: textures\wzp.bmp
OK
Loading - texture: textures\rail_screw_unused1.bmp
OK
Loading - texture: textures\rail_screw_used2.bmp
OK
Loading - texture: textures\a.bmp
OK
Loading - text model: models\pkp/sk1krat.t3d
Loading - texture: textures\pkp/#sk_slup_krata.tga
OK
Loading - texture: textures\pkp/bial-czerw-pas.bmp
OK
Loading - texture: textures\pkp/#ramiedlugie1.tga
OK
Loading - texture: textures\metal/metalplatedirt1.tga
OK
Loading - texture: textures\pkp/#sem_latarnia-przedniaszybka.tga
OK
Loading - texture: textures\pkp/sem_latarnia-tylnaszybka.tga
OK
Loading - texture: textures\pkp/sem_kolowrot.bmp
OK
Loading - texture: textures\pkp/przeslona_czer_ziel.tga
OK
Loading - texture: textures\b.bmp
OK
Loading - text model: models\pm/hala1.t3d
Loading - texture: textures\pm/hala1.bmp
OK
Loading - texture: textures\tm1.bmp
OK
Loading - text model: models\pkp/ms2nbi.t3d
Loading - texture: textures\pkp/pkplight_warnpost.tga
OK
Loading - texture: textures\pkp/#pkplight_board.tga
OK
Loading - texture: textures\pkp/#pkplight_lenses.tga
OK
Loading - texture: textures\tm2.bmp
OK
Loading - texture: textures\tm3.bmp
OK
Loading - texture: textures\tm4.bmp
OK
Loading - texture: textures\tpd1.tex
OK
Loading - texture: textures\zwrot34r300pods.tex
OK
Loading - texture: textures\i.bmp
OK
Loading - text model: models\pkp/head5-gyryw.t3d
Loading - texture: textures\pkp/pkplight_manpost.tga
OK
Loading - text model: models\pkp/post-straight.t3d
Loading - text model: models\pkp/post-ladder-h56.t3d
Loading - texture: textures\roof/roof-asphaltstrip-new1.bmp
OK
Loading - text model: models\bud/factory3.t3d
Loading - texture: textures\bud/will_brick2_bottom.tga
OK
Loading - texture: textures\bud/will_brick2_base.tga
OK
Loading - texture: textures\bud/will_window_ghetto.tga
OK
Loading - texture: textures\bud/doorindustrialgray_aged1.tga
OK
Loading - texture: textures\asphaltgray1.bmp
OK
Loading - texture: textures\concrete1.tga
OK
Loading - texture: textures\asphalt1.bmp
OK
Loading - texture: textures\chodnik2.tga
OK
Loading - texture: textures\c.bmp
OK
Loading - text model: models\pkp/head4-gryw.t3d
Loading - text model: models\pkp/post-ladder-h34.t3d
Loading - texture: textures\f.bmp
OK
Loading - texture: textures\g.bmp
OK
Loading - text model: models\pkp/head3-grw.t3d
Loading - texture: textures\h.bmp
OK
Loading - texture: textures\j.bmp
OK
Loading - texture: textures\tz1.bmp
OK
Loading - text model: models\pkp/head1-r.t3d
Loading - text model: models\pkp/post-ladder-h12.t3d
Loading - texture: textures\tz2.bmp
OK
Loading - texture: textures\tz3.bmp
OK
Loading - texture: textures\tz4.bmp
OK
Loading - texture: textures\tm5.bmp
OK
Loading - text model: models\pkp/ms2nbk.t3d
Loading - texture: textures\tm6.bmp
OK
Loading - texture: textures\tm7.bmp
OK
Loading - texture: textures\tm8.bmp
OK
Loading - texture: textures\tm9.bmp
OK
Loading - texture: textures\tm10.bmp
OK
Loading - texture: textures\pkp/sbl/592n.bmp
OK
Loading - text model: models\pkp/head3-gry.t3d
Loading - texture: textures\pkp/pkplight_sblpost.tga
OK
Loading - text model: models\pkp/post-yn-h3.t3d
Loading - texture: textures\pkp/wskazniki2.bmp
OK
Loading - texture: textures\pkp/sbl/592.bmp
OK
Loading - text model: models\pkp/post-y-h3.t3d
Loading - texture: textures\pkp/sbl/201.bmp
OK
Loading - texture: textures\pkp/sbl/201n.bmp
OK
Loading - text model: models\pkp/head5_gyryw.t3d
Loading - texture: textures\pkp/#wskazniki3a.tga
OK
Loading - texture: textures\pkp/sbl/202.bmp
OK
Loading - texture: textures\pkp/sbl/202n.bmp
OK
Loading - texture: textures\pkp/sbl/591n.bmp
Failed
Loading - texture: textures\pkp/sbl/591.bmp
Failed
Loading - texture: textures\pkp/sbl/211.bmp
OK
Loading - texture: textures\pkp/sbl/211n.bmp
OK
Loading - texture: textures\pkp/sbl/582n.bmp
OK
Loading - texture: textures\pkp/sbl/582.bmp
OK
Loading - texture: textures\pkp/sbl/212.bmp
OK
Loading - texture: textures\pkp/sbl/212n.bmp
OK
Loading - texture: textures\pkp/sbl/581n.bmp
Failed
Loading - texture: textures\pkp/sbl/581.bmp
Failed
Loading - texture: textures\pkp/sbl/221.bmp
OK
Loading - texture: textures\pkp/sbl/221n.bmp
OK
Loading - texture: textures\pkp/sbl/572n.bmp
OK
Loading - texture: textures\pkp/sbl/572.bmp
OK
Loading - texture: textures\pkp/sbl/222.bmp
OK
Loading - texture: textures\pkp/sbl/222n.bmp
OK
Loading - texture: textures\pkp/sbl/571n.bmp
OK
Loading - texture: textures\pkp/sbl/571.bmp
OK
Loading - texture: textures\pkp/sbl/231.bmp
OK
Loading - texture: textures\pkp/sbl/231n.bmp
OK
Loading - texture: textures\pkp/sbl/562n.bmp
OK
Loading - texture: textures\pkp/sbl/562.bmp
OK
Loading - texture: textures\pkp/sbl/232.bmp
OK
Loading - texture: textures\pkp/sbl/232n.bmp
OK
Loading - texture: textures\pkp/sbl/561n.bmp
OK
Loading - texture: textures\pkp/sbl/561.bmp
OK
Loading - texture: textures\pkp/sbl/241.bmp
OK
Loading - texture: textures\pkp/sbl/241n.bmp
OK
Loading - texture: textures\pkp/sbl/552n.bmp
OK
Loading - texture: textures\pkp/sbl/552.bmp
OK
Loading - texture: textures\pkp/sbl/242.bmp
OK
Loading - texture: textures\pkp/sbl/242n.bmp
OK
Loading - texture: textures\pkp/sbl/551n.bmp
OK
Loading - texture: textures\pkp/sbl/551.bmp
OK
Loading - texture: textures\pkp/sbl/251.bmp
OK
Loading - texture: textures\pkp/sbl/251n.bmp
OK
Loading - texture: textures\pkp/sbl/481.bmp
OK
Loading - texture: textures\pkp/sbl/481n.bmp
OK
Loading - texture: textures\d.bmp
OK
Loading - texture: textures\e.bmp
OK
Loading - text model: models\pkp/w24.t3d
Loading - texture: textures\pkp/w24.bmp
OK
Loading - texture: textures\k.bmp
OK
Loading - texture: textures\m.bmp
OK
Loading - text model: models\pkp/post-yn-h5.t3d
Loading - texture: textures\l.bmp
OK
Loading - text model: models\pkp/post-y-h5.t3d
Loading - texture: textures\pkp/sbl/252.bmp
OK
Loading - texture: textures\pkp/sbl/252n.bmp
OK
Loading - texture: textures\pkp/sbl/472n.bmp
OK
Loading - texture: textures\pkp/sbl/472.bmp
OK
Loading - texture: textures\pkp/sbl/261.bmp
OK
Loading - texture: textures\pkp/sbl/261n.bmp
OK
Loading - texture: textures\pkp/sbl/471n.bmp
OK
Loading - texture: textures\pkp/sbl/471.bmp
OK
Loading - texture: textures\pkp/sbl/262.bmp
OK
Loading - texture: textures\pkp/sbl/262n.bmp
OK
Loading - texture: textures\pkp/sbl/462n.bmp
OK
Loading - texture: textures\pkp/sbl/462.bmp
OK
Loading - texture: textures\pkp/sbl/271.bmp
OK
Loading - texture: textures\pkp/sbl/271n.bmp
OK
Loading - texture: textures\pkp/sbl/461n.bmp
OK
Loading - texture: textures\pkp/sbl/461.bmp
OK
Loading - texture: textures\pkp/sbl/272.bmp
OK
Loading - texture: textures\pkp/sbl/272n.bmp
OK
Loading - texture: textures\pkp/sbl/452n.bmp
OK
Loading - texture: textures\pkp/sbl/452.bmp
OK
Loading - texture: textures\pkp/sbl/281.bmp
OK
Loading - texture: textures\pkp/sbl/281n.bmp
OK
Loading - texture: textures\pkp/sbl/451n.bmp
OK
Loading - texture: textures\pkp/sbl/451.bmp
OK
Loading - texture: textures\pkp/sbl/282.bmp
OK
Loading - texture: textures\pkp/sbl/282n.bmp
OK
Loading - texture: textures\pkp/sbl/442n.bmp
OK
Loading - texture: textures\pkp/sbl/442.bmp
OK
Loading - texture: textures\pkp/sbl/291.bmp
OK
Loading - texture: textures\pkp/sbl/291n.bmp
OK
Loading - texture: textures\pkp/sbl/441n.bmp
OK
Loading - texture: textures\pkp/sbl/441.bmp
OK
Loading - texture: textures\pkp/sbl/292.bmp
OK
Loading - texture: textures\pkp/sbl/292n.bmp
OK
Loading - texture: textures\pkp/sbl/432n.bmp
OK
Loading - texture: textures\pkp/sbl/432.bmp
OK
Loading - texture: textures\pkp/sbl/301.bmp
OK
Loading - texture: textures\pkp/sbl/301n.bmp
OK
Loading - texture: textures\pkp/sbl/431n.bmp
OK
Loading - texture: textures\pkp/sbl/431.bmp
OK
Loading - texture: textures\pkp/sbl/302.bmp
OK
Loading - texture: textures\pkp/sbl/302n.bmp
OK
Loading - texture: textures\pkp/sbl/422n.bmp
OK
Loading - texture: textures\pkp/sbl/422.bmp
OK
Loading - texture: textures\pkp/sbl/311.bmp
OK
Loading - texture: textures\pkp/sbl/311n.bmp
OK
Loading - texture: textures\pkp/sbl/421n.bmp
OK
Loading - texture: textures\pkp/sbl/421.bmp
OK
Loading - texture: textures\pkp/sbl/312.bmp
OK
Loading - texture: textures\pkp/sbl/312n.bmp
OK
Loading - texture: textures\pkp/sbl/412.bmp
OK
Loading - texture: textures\pkp/sbl/412n.bmp
OK
Loading - texture: textures\s.bmp
OK
Loading - texture: textures\n.bmp
OK
Loading - texture: textures\o.bmp
OK
Loading - texture: textures\tm11.bmp
OK
Loading - texture: textures\tm12.bmp
OK
Loading - texture: textures\tm13.bmp
OK
Loading - texture: textures\tm16.bmp
OK
Loading - texture: textures\tm17.bmp
OK
Loading - texture: textures\tm14.bmp
OK
Loading - texture: textures\tm15.bmp
OK
Loading - texture: textures\r.bmp
OK
Loading - texture: textures\p.bmp
OK
Loading - texture: textures\toa.bmp
OK
Loading - text model: models\pkp/head2-gy.t3d
Loading - texture: textures\asphalt1_dashedwhite.bmp
OK
Loading - text model: models\eng/most2pp.t3d
Loading - texture: textures\eng/most1-spod.tga
OK
Loading - texture: textures\eng/most1-bok.tga
OK
Loading - texture: textures\eng/most1-front.tga
OK
Loading - texture: textures\/wiadukt-beton1-filarprzod.tga
OK
Loading - text model: models\eng/most1s.t3d
Loading - text model: models\eng/most2sp.t3d
Loading - texture: textures\eng/most1-jezdniablach.tga
OK
Loading - text model: models\eng/most1pp.t3d
Loading - text model: models\eng/most1sp.t3d
Loading - text model: models\eng/filar-most2-2.t3d
Loading - texture: textures\eng/wiadukt3-spod.bmp
OK
Loading - texture: textures\eng/#barierka2.tga
OK
Loading - texture: textures\tof.bmp
OK
Loading - text model: models\pkp/sk12krat.t3d
Loading - texture: textures\pkp/#ramiemale.tga
OK
Loading - texture: textures\pkp/przeslona_pom.tga
OK
Loading - text model: models\pkp/tk1.t3d
Loading - texture: textures\pkp/maszt_tarcza.bmp
OK
Loading - texture: textures\pkp/#tok.tga
OK
Loading - texture: textures\pkp/przeslona_pom_ziel.tga
OK
Loading - texture: textures\tob.bmp
OK
Loading - texture: textures\pkp/w27_10.bmp
OK
Loading - text model: models\w27.t3d
Loading - texture: textures\pkp/transparent.bmp
OK
Loading - texture: textures\pkp/w27_7.bmp
OK
Loading - texture: textures\pkp/w27_12.bmp
OK
Loading - texture: textures\pkp/w27_16.bmp
OK
Loading - texture: textures\pkp/w27_14.bmp
OK
Loading - texture: textures\pkp/wskazniki1.bmp
OK
Loading - texture: textures\pkp/w8_8.bmp
OK
Loading - text model: models\pkp/koziolbeton.t3d
Loading - texture: textures\/concrete1.tga
OK
Loading - texture: textures\/podklad1.bmp
OK
Loading - texture: textures\/wzw.bmp
OK
Loading - texture: textures\mc/zabierzow-nastdysp.tga
OK
Loading - text model: models\mc/krakowglowny.t3d
Loading - texture: textures\mc/kg1.tex
Failed
Loading - texture: textures\mc/kg-dachwiaty.tga
OK
Loading - texture: textures\mc/kg-wiata1.bmp
OK
Loading - texture: textures\mc/kg-wiata2.tga
OK
Loading - texture: textures\mc/#kg-slupek1.tga
OK
Loading - texture: textures\mc/kg-pictrev.bmp
OK
Loading - texture: textures\mc/kg-pict1.tga
OK
Loading - texture: textures\mc/kg-detal1.tga
OK
Loading - texture: textures\mc/kg-zegar2.tga
OK
Loading - texture: textures\mc/kg-lampa1w.tga
OK
Loading - texture: textures\mc/kg-lampa1.tga
OK