Jump to content
The Dark Mod Forums

Search the Community

Showing results for '/tags/forums/texture/'.

  • 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. Something I was thinking of: Even if some assets are non-commercial, are all assets at least accounted for to make sure they're credited accordingly and can be distributed? I ask following an issue in another great project I work with called Red Eclipse: They don't have NC assets but did have a few texture packages they had to remove because they later found out their clauses were incompatible with the project. If this hasn't happened in well over a decade it's very unlikely anyone would complain today and request removal for any reason, but if any resource had its license misunderstood that could destroy existing FM's unless perfect replacements were found. Obviously I presume the team never included any asset randomly found on the internet without verifying their explicit requirements in detail, but it doesn't hurt to check. I think the best that can be done otherwise would be to have a list of which assets are libre or have the NC clause: That way a map can choose to use those models and textures that are free if the author wants their FM to be fully libre, albeit this would handicap an author in what packages they can use. If core assets like character models or textures are also NC, the idea is likely pointless as you can't make a FM without those, at best you can skip a few texture packages... not sure about other things like core scripts or defs, since they're technically code I presume those are GPL?
  2. You can't make trees/grass cast proper shadows with stencil buffers, because they are rendered as bulky quads with alpha-tested texture. Imagine shadows falling on the surface of water, or on the glass. You will never see it with stencil shadows: the shadows are computed only on single solid surface closest to viewer at each pixel.
  3. Both mean basically the same thing. Stencil is incapable of shading anything other than geometry so if you want textures that have transparent parts to cast shadows from the non-transparent part of the texture you need to accept that stencil mode will look different to maps mode. Likewise if you want shadows to render onto the semi-transparent part of textures.
  4. Yes, but there are qualifiers to that statement. Stencil is more CPU bound ( and fillrate bound ) and Maps are more GPU memory bound and rely more on texture bandwidth. If lighting mechanisms were perfect the hybrid might not be so bad but both systems often overdraw and waste resources on unseen geometry so you end up with significant amounts of scene duplication. Maybe moving to a deferred model would reduce that duplication but then you end up with having to pack data into buffers and the inevitable quality loss and artifacts of compressing everything into a buffer. Trade offs in all directions.
  5. Welcome to the forums Ansome! And congrats on making it to beta phase!
  6. I spent the morning aligning my windows inside and out with the wall brick textures, but after saving and dmap, it still looks off in-game. It's quite bizarre. I tried deleting the .cm and .proc, and running dmap again (several times) but it didn't help. I don't have any dmap errors either. Any ideas what is going on? additional info: rather than adjusting the textures I edited the brushes, grabbed all the relevant vertices and adjusted the height of the window recesses. On the outside of the house I moved the window facades. Everything is appears to be aligned perfectly in DR, but is way off when I run the game.
  7. Author Note: This is a brand new mission and a new entry into the accountant series. There are some different than usual puzzles in this FM, so if you find yourself stuck try to think about your pathway forward in a logical manner. And if you're still having troubles then pop by this thread and ask (preferably with spoiler tags). This FM is brand new and serves as the first installment in The Accountant series, a few years back there was a small prologue style mission released however I felt that it did not represent The Accountant series so I decided to go back to the drawing board and do a whole new mission that's larger, has a better level design and has a story that lines up closer to what I plan to do with the accountant series. The mission is medium sized and you can expect between 30-90 minutes to complete it depending on your playstyle. Beta Testers Captain Cleveland Crowind Kingsal PukeyBee Skacky SquadaFroinx Voice Actors AndrosTheOxen Epifire Goldwell Stevenpfortune Yandros Custom assets Airship Ballet Bentraxx Bob Necro Dragofer DrKubiac Epifire Kingsal MalachiAD Sotha Springheel SquadaFroinx Available via in-game downloader File Size: 233 MB - Updated to v 1.1 (01.06.2018)
  8. There are many uses of this texture, and all of them use this compression algorithm. Perhaps replace it with full black texture would be better, since it already works that way. I wonder why this texture was even created with (1, 1, 1)... //matt black - there are already blacks but cannot get _black nor bc_black to reference as diffusemap // NB: this texture still has default specular reflections. For complete black, use black_pure below textures/darkmod/sfx/black_matt { qer_editorimage textures/darkmod/sfx/black_matt_ed diffusemap textures/darkmod/sfx/black_matt } The original code comes from 2008. And there is also 4151, where black_pure and white_pure materials were added. I hope someone familiar with assets will help decide
  9. A couple more: https://forums.thedarkmod.com/index.php?/topic/21739-resolved-allow-mantling-while-carrying-a-body/ https://forums.thedarkmod.com/index.php?/topic/22211-feature-proposal-new-lean-for-tdm-212/ https://forums.thedarkmod.com/index.php?/topic/22198-feature-proposal-frob-to-use-world-item/ https://forums.thedarkmod.com/index.php?/topic/22249-212-auto-search-bodies/
  10. Changelog of 2.13 development: dev17026-10712 * Nested subviews (mirrors, remotes, sky, etc.) now work properly (6434). * Added GUI debriefing state on mission success (6509 thread). * Sound argument override with zero now works properly under cvar (6346 thread). * Environment mapping is same on bumpy and non-bumpy surfaces under cvar (6354 thread). * Default console font size reduced to 5, added lower bound depending on resolution. * Added high-quality versions of panel_carved_rectangles (6515). * Added proper normal map for stainglass_saint_03 (6521). * Fixed DestroyDelay warning when closing objectives. * Fixed the only remaining non-threadsafe cvar (5600). * Minor optimization of depth shader. * Added cm_allocator debug cvar (6505). * Fixed r_lockView when compass is enabled. dev17008-10685 * Enabled shadow features specific to maps implementation (poll). * Auto-detect number of parallel threads to use in jobs system (6503). * Improved parallel images loading, parallelized sounds loading, optimized EAS (6503). * Major improvements in mission loading progress bar (6503). * Core missions are now stored uncompressed in assets SVN (6498). * Deleted a lot of old rendering code under useNewRenderPasses + some cleanup (6271). dev16996-10665 * Environment mapping supports texcoord transforms on bumpmap (6500). * Fully disabled shadows on translucent objects (6490). * Fixed dmap making almost axis-aligned visportals buggy (6480). * com_maxFps no longer quantizes by milliseconds on Windows 8+. * Now Uncapped FPS and Vsync are ON by default. * Supported Vsync control on Linux. * Added set of prototype materials (thread). * Fixes to Stone font to remove stray pixels (post). * Loot candlestick no longer toggle the candle when taken. * Optimized volumetric lights and shadows in the new Training Mission (4352). * Fixed frob_light_holder_toggle_light on entities with both skin_lit and skin_unlit. * Now combination lock supports non-door entities by activating them. * Added low-poly version of hedge model (6481). * Added tiling version of distant_cityscape_01 texture (6487). * Added missing editor image for geometric02_red_end_HD (6492). * Added building_facades/city_district decal material. * Fixed rendering with "r_useScissor 0" (6349). * Added r_lockView debug rendering cvar (thread). * Fixed regression in polygon trace model (5887). * Added a set of lampion light entityDefs.
  11. Yeah, I don't know what to say. Rev 10383 works fine and 10384 does not. It is always reproducible for me, meaning that every time I try to reproduce it, I can reproduce it. After some more testing, I found that r_multiSamples set at 2 or 4 has the glitch most often at that viewpos. When set to 8 or 16, it is still possible but less likely. Setting r_fboResolution 2 made no difference. If com_maxFPS is set to something lower, such as 30, the glitched frames display for a longer period of time. Yeah, I also wonder if it driver dependent or GPU dependent. I discovered the glitch while using graphics drivers Mesa 22.0.5, so I updated my OS and graphics drivers to Mesa 23.3.2 today as a test, and the problem is still there. It's strange that rev 10384 exposed this problem. My machine specs and settings: Linux, Ubuntu 22.04 AMD Ryzen 9 5900X AMD Radeon RX 6700 XT (Mesa 22.0.5 & Mesa 23.3.2 both exhibit the glitch) com_fixedTic 1 com_maxFPS 60 Anti-Aliasing 2x (r_multiSamples 2) The video I shared shows the viewpos. Even at the same viewpos, the glitched frame will pop in and out. I've only seen this glitch happen in this single room in Accountant 1. If I move around the room at that viewpos, I can find other view positions that also expose the glitch. Here's another viewpos for Anti-Aliasing 4x, 8x, and 16x. It requires moving the mouse slightly to get into the exact viewpos to expose the glitch. (1.7 -166.4 0.0) is not precise enough. -1460.29 1425.48 172.25 1.7 -166.4 0.0 Glitched frame (Shows the curtain texture, covering most of the frame. Also, a hint of the red carpet texture?): Good frame (Same viewpos and Anti-Aliasing settings, when the glitched frame disappeared for a moment.): (Before and after rev 10384) I wonder if this might also be related to: (Before and after rev 10384) Also, sometimes on the loading screen with Anti-Aliasing enabled, I get a glitched background, which does not show with Anti-Aliasing disabled. See left side of screenshot: I don't know if the last two examples (distorted first frame on launch & loading screen distorted background) are related, but I thought I'd mention them just in case it helps track down the issue.
  12. @Frost_SalamanderIt has been a good minute since i've played with particle collisions with rain, however I decided to revisit it after seeing your post and I can't seem to get it working. @stgatilov could you please confirm if this is the right flow as it doesn't seem to be working in my map: 1) Create a .prt file containing: particle rain2_heavy2024 { { count 100 material textures/particles/drop2 time 0.500 cycles 0.000 bunching 1.000 distribution rect 0.000 0.000 0.000 direction cone "0.000" orientation aimed 0.000 0.040 speed "1000.000" size "0.500" aspect "1.000" randomDistribution 0.000 fadeIn 0.200 fadeOut 0.000 color 0.040 0.040 0.040 1.000 fadeColor 0.000 0.000 0.000 1.000 offset 0.000 0.000 0.000 gravity 0.000 collisionStatic mapLayout texture 512 512 } } 2) Create a .mtr file containing: textures/darkmod/weather/rain2_heavy2024mtr { deform particle rain2_heavy2024 qer_editorimage textures/editor/rain nonsolid noshadows { //needed to emit particles blend filter map _white } } 3) Create the appropriate patch in game applying the above texture to it (with the texture fit to it and it facing down) 4) dmap missionname.map 5) runparticle missionname.map But ingame the rain just ignores the brushes and falls right through: Even using "particle_collision_static_blocker" "1" on this water entity, had no impact
  13. TDM has tons of textures from "free" texture resources that do not allow redistribution and cannot be incorporated into a commercial project. Someone would need to create a huge replacement pack of textures that do not break the look of existing missions and do not infringe on the copyrighted textures. Also, many artists who contributed to this project do not want 3rd party entities to use their work in commercial projects. They intended the models, textures, sounds, animations to be exclusively used for Darkmod content. You would either have to replace ALL assets or contact every contributor and ask them to re-license their assets. Many contributors are no longer active with the project and haven't visited the forums in years so it would be no easy feat. I cannot speak to Debian policy but I think that they treat installers that add non-free content the same as non-free content itself. One could argue that Steam is such an installer but I guess Debian would counter that there are a few fully Libre games on Steam. I think Debian, Ubuntu, or Linux Mint need to consider a repo that allows for games (etc) that include non-libre content but intentionally offer this content for free to the community with no stipulations other than "don't try to sell it as a product".
  14. Yeah it would be cool to see some more detailed statistics and it’s a shame they aren’t really captured. Since we are talking about fan mission platforms, where players also make the content for the game, I feel like the best thing we’ve got is you can look at the number of content releases for the games. Keep in mind the graph counts campaigns as single missions - so for example NHAT and TBP both count as 1 mission. A good year for TDM has has approaching maybe 50% - mostly we’re 25-30%. https://www.ttlg.com/forums/showthread.php?t=152494 You could also look at the number of ratings thief missions get on https://www.thiefguild.com/ vs TDM ones, but that is pretty iffy in that you could chalk that up to more awareness of the site in the thief community than TDM Out of curiosity is there a reason a thief player can’t be a new player? I kind of think a player is a player and new players would be ones who are playing the dark mod who weren't? Is there disagreement the base of players most likely to pick up the game are fans of the thief games? They are certainly the most fruitful place to find feedback on the game beyond the sphere of this forum that I have seen. When we were trying to finish up SLL there was a lot of discussion on the forums about how long it had been since there was a release for the game. I am thankful that the stats show at least some stability over the years in terms of releases for TDM, but the trend for all of the games is decline. Not doing anything is a valid response if that’s what the devs want to do - it is not possible to provide evidence that any effort will slow that inertia. As a player and content maker I would just prefer trying to find feedback where it is offered from players who were willing to try the game but ultimately could not engage with it and see if there is anything that can be done within reason to ease them into the game. The game has a lot to offer imo. All those players are potential contributors - contributions in turn attract players - it’d be nice to see the cycle go on as long as it can.
  15. Because that we would have to copy/paste all rain materials to introduce "deform particle" version. Note that we cannot delete "deform particle2" versions because they are already used, and they cannot be replaced that easily. Then we would have to copy everything again in order to add versions with collisions. But I'm sure mappers might want to create rain patches of different size, so we'll probably have to have versions with layout texture 1024 1024, layout texture 512 512, layout texture 256 256, etc. And then different mappers might have different feelings about the balance between quality and waiting time in case of layout linear, so we'll have many versions of snow too. All of this causes combinatorial explosion, and we'll get at least ten times more materials and particle decls than we have now, causing a lot of confusion. Perhaps combinatorial explosion can be avoided if these settings are specified in another file. I guess at that moment I was not brave enough to introduce a new type of decl files.
  16. IIUC, fresnel uses view direction and surface normal vectors. This is a comparison between simple brush cube and one with chamfered edges on geometry, both using the same tiling material: Brush cube is on the right; in the background you see a cube with chamfered edges. There is a thin line on the bottom of the brush cube, because it matches the normalmap, the mortar part of the bricks. But as soon as I change texture coordinates of the brush: While the chamfered cube has enough geometry to work with fresnel shader, even if I change texture coordinates: So it seems to work as described, it needs either geometry normals or details faked on normalmap. I think fresnel in other pre-pbr engines, like UE3, works the same or similar way.
  17. New script for mappers: my flavour of a fog density fading script. To add this to your FM, add the line "thread FogIntensityLoop();" to your map's void main() function (see the example in fogfade.script) and set "fog_fade" "1" on each foglight to enable script control of it. Set "fog_intensity_multiplier" on each info_location entity to change how thick the fog is in that location (practically speaking it's a multiplier for visibility distance). Lastly, "fog_fade_speed" on each foglight determines how quickly it will change its density. The speed scales with the current value of shaderParm3, using shaderParm3 = 1000 as a baseline. So i.e. if shaderParm is currently at 1/10th of 1000, then fade speed will be 1/10th as fast. Differences to Obsttorte's script: https://forums.thedarkmod.com/index.php?/topic/14394-apples-and-peaches-obsttortes-mapping-and-scripting-thread/&do=findComment&comment=310436 my script uses fog lights you created, rather than creating one for you. Obsttorte's script will delete the foglight if entering a fogfree zone and recreate it later more than one fog light can be controlled (however, no per-fog-light level of control) adding this to the map requires adding a line to your void main() script, rather than adding an info_locations_settings entity with a custom scriptobject spawnarg in my script, mappers set a multiplier of fog visibility distance (shaderParm3), while in Obsttorte's script a "fog_density" spawnarg is used as an alternative to shaderParm3 smaller and less compactly written script fogfade.scriptfogfade.map
  18. I think there was a quirk in the engine that treated pure 0 black as an artist error so a small uplift was added to ensure proper light response. This was more critical when the ambient had a Fresnel component. The DXT1 encoding was to save on storage. I think that's a silly rationale since a pure single color texture could technically be represented by a single pixel. No pressing need to compress that or even a 32x32 texture but I suppose if someone is obsessed with saving texture storage they could choose png or a better dxt version. TLDR; Transparent \ Blend textures should be fine with 0,0,0 color and single color textures don't need aggressive compression. _black should be fine for all such materials.
  19. Yes, I considered this idea. But it won't help much, I believe. If several mirrors are allowed, you can split your surface into individual planar polygons and hope for the best. But if you have 10+ polygons, then I suppose the best won't happen Internally, the material has "mirrorRenderMap" keyword which triggers rendering of subview. This subview is than copied into a texture. In the main view, the surfaces with mirror material should be rendered as any other surfaces, it can just use this dynamically generated surface. I'm not sure what exactly you want. If you want the mirrored view to be distorted by normal map, then yes: this is definitely not supported. The reflected texture is generated as if reflected by a perfect plane. Maybe we can add some kind of warp shader that deforms the image mathematically according to the normalmap, but this would be a new feature.
  20. This is caused by DXT1 compression of textures/darkmod/sfx/black_matt.tga. This image has constant color (1, 1, 1) everywhere, i.e. almost black. Previously, the image was compressed by OpenGL driver, so you could get different results depending on vendor. I got (0, 0, 0) everywhere, you probably got the same. But someone else on another vendor could get something else. Now, compression is done by our code, same for everyone. It compresses the color to (0, 1, 0). Obviously, this is a bit closer to (1, 1, 1) than (0, 0, 0) Notice that DXT1 uses 5 bits for red and blue but 6 bits for green. So while it is possible to represent 1/255 value for green, it is not possible to do the same for red and blue. However, this 1 tick adds a bit of green to the overly black picture, and then you apply huge gamma correction (basically take sqrt of all color components) and this green becomes noticeable. Some ways to fix the issue: Use _black texture. It is (0, 0, 0), and I am rather sure it will be compressed to (0, 0, 0) by all implementations. Modify textures/darkmod/sfx/black_matt to be full black (0, 0, 0). Add forceHighQuality to the stage which blends textures/darkmod/sfx/black_matt. Add DDS version of textures/darkmod/sfx/black_matt to core assets. Note that points 1, 2, 4 produce equivalent output, i.e. force texture to (0, 0, 0) color. Point 3 leaves the texture as (1, 1, 1), but there is no way to do this for all materials: the keyword has to be added to each material. Points 1 and 3 look bad because they fix the problem now, but don't stop the problem from happening again in the future.
  21. Here yer go - [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 374):INI (INIT) FR: 0] LogFile created at 2018.11.25 22:31:50 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 377):INI (INIT) FR: 0] Executable last cleaned and rebuilt on Nov 17 2018 14:24:15 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 380):INI (INIT) FR: 0] The Dark Mod 2.07/64, code revision 7762 (7762) [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 426):FRC (FORCE) FR: 0] LogBegin: 1 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 426):FRC (FORCE) FR: 0] LogEnd: 1 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 426):FRC (FORCE) FR: 0] LogInfo: 1 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 426):FRC (FORCE) FR: 0] LogDebug: 1 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 426):FRC (FORCE) FR: 0] LogWarning: 1 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 426):FRC (FORCE) FR: 0] LogError: 1 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_FRAME: 1 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_SYSTEM: 1 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_MISC: 1 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_FROBBING: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_AI: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_SOUND: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_FUNCTION: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_ENTITY: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_INVENTORY: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_LIGHT: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_WEAPON: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_MATH: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_MOVEMENT: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_STIM_RESPONSE: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_OBJECTIVES: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_DIFFICULTY: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_CONVERSATION: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_MAINMENU: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_LOCKPICK: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_AAS: 0 [c:\testtdm\darkmod_src\game\darkmodglobals.cpp ( 436):FRC (FORCE) FR: 0] LogClass_STATE: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/meatlight] - []/[lights/stormy2.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/squareblast] - []/[lights/squareblast] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_strobe] - []/[lights/biground1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/barrelexplode] - []/[lights/spot01.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/redglow] - []/[lights/squarelight] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/popanimlight] - []/[textures/particles/rocketstripsmall.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/falloff_exp1] - []/[lights/falloff_exp1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/falloff_exp2] - []/[lights/falloff_exp2] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/cloudscroll] - []/[lights/cloudscroll] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/cloudscroll2] - []/[lights/cloudscroll2] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/cloudscroll3] - []/[lights/cloudscroll3] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/cloudturn] - []/[lights/cloudturn] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/stormy1] - []/[lights/stormy2.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/lightgratelight] - []/[lights/lightgratelight] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/lightgratelight_snd] - []/[lights/lightgratelight] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/square_strobe_slow] - []/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/spectrum2Light_round] - [lights/squarelight1a.tga]/[lights/spot01] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/spectrum2Light] - [lights/squarelight1a.tga]/[lights/fullambient.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/plasmaglow] - [lights/squarelight1a.tga]/[textures/particles/plasmalight.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/squareishlight] - [lights/squarelight1a.tga]/[lights/squareishlight.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1] - [lights/squarelight1a.tga]/[lights/biground1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_snd_spectrum] - [lights/squarelight1a.tga]/[lights/biground1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_snd_noflicker] - [lights/squarelight1a.tga]/[lights/biground1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_global] - [lights/squarelight1a.tga]/[lights/biground1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_parmsndflicker] - [lights/squarelight1a.tga]/[lights/biground1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/grate8] - [lights/squarelight1a.tga]/[lights/grate8.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/grate8sqr_blinky] - [lights/squarelight1a.tga]/[lights/grate8sqr.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/grate7] - [lights/squarelight1a.tga]/[lights/grate7.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/grate7_blinky] - [lights/squarelight1a.tga]/[lights/grate7.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/fullambient] - [lights/squarelight1c.tga]/[lights/fullambient_amb.tga] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/grate6] - [lights/squarelight1c.tga]/[lights/grate6.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/triangle2] - [lights/squarelight1c.tga]/[lights/triangle1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/triangle1] - [lights/squarelight1c.tga]/[lights/triangle1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/rred] - [lights/squarelight1c.tga]/[lights/rred.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/impflash] - [lights/squarelight1c.tga]/[lights/impflash.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/redspawnflash] - [lights/squarelight1c.tga]/[lights/redspawnflash.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/spawnflash] - [lights/squarelight1c.tga]/[lights/spawnflash.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/defaultPointLight] - [lights/squarelight1a.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/default3DLight] - [lights/squarelight1a.tga]/[_cubicLight] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/desertambientlight] - [lights/squarelight1a.tga]/[lights/squarelight_amb.tga] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/desertlight2] - [lights/squarelight1a.tga]/[lights/desertlight.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/defaultProjectedLight] - [_noFalloff]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/ambientLight] - [lights/squarelight1a.tga]/[lights/squarelight1_amb.tga] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/ambientLight2] - [lights/squarelight1a.tga]/[lights/squarelight_amb.tga] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/nofalloff] - [lights/squarelight1a.tga]/[lights/nofalloff.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/qcfloorvent01x] - [lights/squarelight1a.tga]/[lights/qcfloorvent01x.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/floorpgrate] - [lights/squarelight1a.tga]/[lights/floorpgrate.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/qc_comj] - [lights/squarelight1a.tga]/[lights/qc_comj.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blamplight2] - [lights/squarelight1a.tga]/[lights/blamplight_cv.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/floorvent01x_cv] - [lights/squarelight1a.tga]/[lights/floorvent01x_cv.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/fanblade3] - [lights/squarelight1a.tga]/[lights/fanblade3.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/fanlightgrate] - [lights/squarelight1a.tga]/[lights/fangrate.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/square_blast] - [lights/squarelight1a.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/square_strobe] - [lights/squarelight1a.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/square_flicker2] - [lights/squarelight1a.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/square_flicker] - [lights/squarelight1a.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/square_flicker3] - [lights/squarelight1a.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/square_flicker3_spectrum] - [lights/squarelight1a.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/square_flicker4] - [lights/squarelight1a.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/round_sin] - [lights/squarelight1a.tga]/[lights/round.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/round_strobe] - [lights/squarelight1a.tga]/[lights/round.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/round_flicker2] - [lights/squarelight1a.tga]/[lights/round.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/round_flicker] - [lights/squarelight1a.tga]/[lights/round.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/mlight01] - [lights/squarelight1a.tga]/[lights/mlight01.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blur_cv] - [lights/squarelight1a.tga]/[lights/blur_cv.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blamplight_cv] - [lights/squarelight1a.tga]/[lights/blamplight_cv.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blamplight_still_cv] - [lights/squarelight1a.tga]/[lights/blamplight_cv.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/xblamplight_cv] - [lights/squarelight1a.tga]/[lights/blamplight_cv.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/bspot01_cv] - [lights/squarelight1a.tga]/[lights/bspot01_cv.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/xbspot01_cv] - [lights/squarelight1a.tga]/[lights/bspot01_cv.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/square] - [lights/squarelight1a.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/rotate] - [lights/squarelight1a.tga]/[lights/rotate3.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/bspot01] - [lights/squarelight1a.tga]/[lights/bspot01.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/spot01_dblbright] - [lights/squarelight1a.tga]/[lights/spot01.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/spot01] - [lights/squarelight1a.tga]/[lights/spot01.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/spot01_global] - [lights/squarelight1a.tga]/[lights/spot01.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/flash] - [lights/squarelight1a.tga]/[lights/light.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blinds02] - [lights/squarelight1a.tga]/[lights/blinds02.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/duolight01] - [lights/squarelight1a.tga]/[lights/duolight01.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blamplight_tile4] - [lights/squarelight1a.tga]/[lights/blamplighttile.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blamplight] - [lights/squarelight1a.tga]/[lights/blamplight_cv.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blamplighte3] - [lights/squarelight1a.tga]/[lights/blamplighte3.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/triangle] - [lights/squarelight1a.tga]/[lights/triangle.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/squarelight_split] - [lights/squarelight1a.tga]/[lights/squarelight_split.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/squarelight1a] - [lights/squarelight1a.tga]/[lights/squarelight1a.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/floorvent01blue] - [lights/squarelight1a.tga]/[lights/floorvent01blue.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/floorvent01int] - [lights/squarelight1a.tga]/[lights/floorvent01int.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/floorvent02] - [lights/squarelight1a.tga]/[lights/floorvent01.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/grate4] - [lights/squarelight1a.tga]/[lights/grate4.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/floorvent01] - [lights/squarelight1a.tga]/[lights/floorvent01.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/floorvent01x] - [lights/squarelight1a.tga]/[lights/floorvent01x.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/crap01] - [lights/squarelight1a.tga]/[lights/crap01.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/squarelight1blue] - [lights/squarelight1a.tga]/[lights/squarelight1blue.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/squarelight2a] - [lights/squarelight1a.tga]/[lights/squarelight2.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/squarelight2] - [lights/squarelight1a.tga]/[lights/squarelight2.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/twopass] - [lights/squarelight1a.tga]/[lights/inverse.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/squarelight1sky] - [lights/squarelight1b.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/squarelight1_dblbright] - [lights/squarelight1b.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/squarelight1] - [lights/squarelight1b.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/grate3] - [lights/squarelight1b.tga]/[lights/grate3.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/grate3x] - [lights/squarelight1b.tga]/[lights/grate3x.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/rspot01drk] - [lights/squarelight1b.tga]/[lights/spot01drk.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/spot08] - [lights/squarelight1b.tga]/[lights/spot08.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blur] - [lights/squarelight1b.tga]/[lights/blur.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blur2] - [lights/squarelight1b.tga]/[lights/blur2.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/spot01drk] - [lights/squarelight1b.tga]/[lights/spot01drk.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/spot02] - [lights/squarelight1b.tga]/[lights/spot02.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/stainedglass] - [lights/squarelight1b.tga]/[lights/stainedglass3.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/spotlight04] - [lights/squarelight1b.tga]/[lights/spot04.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blurlight3] - [lights/squarelight1b.tga]/[lights/blur3.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blurlight3] - [lights/squarelight1b.tga]/[textures\sfx\black_2] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blurlight3] - [lights/squarelight1b.tga]/[textures\sfx\black_2] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blurlight3] - [lights/squarelight1b.tga]/[_spotlight] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blurlight3] - [lights/squarelight1b.tga]/[_pointLight1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blurlight3] - [lights/squarelight1b.tga]/[_pointLight2] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/blurlight3] - [lights/squarelight1b.tga]/[_pointLight3] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/windowLight] - [lights/squarelight1b.tga]/[lights/window] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/rotatingLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/swingingLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/scalingLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/scaleRotateLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/rotateScaleLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/shearingLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/translatingLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/translatingLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/translatingLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/translatingLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/colorAnimatingLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/doubleLight] - [lights/squarelight1b.tga]/[lights/spot05] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/squarelight] - [lights/squarelight1b.tga]/[lights/squarelight.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/globalFadeLight] - [lights/squarelight1b.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/globalFadeLight2] - [lights/squarelight1b.tga]/[lights/squarelight1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/duffysquarelight] - [lights/squarelight1b.tga]/[lights/squarelight.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/lightgratelight2] - [lights/squarelight1b.tga]/[lights/lightgratelight2] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/duolight02] - [lights/squarelight1b.tga]/[lights/duolight01] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/desertlight] - [lights/squarelight1b.tga]/[lights/desertlight.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/lanternglow] - [lights/squarelight1b.tga]/[lights/lanternglow] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/hellgate1_colorme] - [lights/squarelight1b.tga]/[lights/squarelight1_amb.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/hellgate1] - [lights/squarelight1b.tga]/[lights/hellgate1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/redlight01] - [lights/squarelight1b.tga]/[lights/hellgate1.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_doublestreetlight] - [lights/squarelight1b.tga]/[lights/tdm_doublestreetlight.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/mansion01_window01] - [lights/squarelight1b.tga]/[lights/mansion01_window02] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/mansion01_window02] - [lights/squarelight1b.tga]/[lights/mansion01_window01] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/mansion01_window04] - [lights/squarelight1b.tga]/[lights/mansion01_window04] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/fire_walltorch] - []/[lights/biground1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/fire_walltorch_falloff_exp1] - []/[lights/falloff_exp1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/fire_walltorch_falloff_exp2] - []/[lights/falloff_exp2] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/fire_walltorch_falloff_exp3] - []/[lights/falloff_exp2] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/fire_fireplace] - []/[lights/biground1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/brightround] - [textures/lights/brightround]/[textures/lights/brightround] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground_candleflicker] - [textures/lights/brightround]/[lights/biground1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground_candleflicker_shadow] - [textures/lights/brightround]/[lights/biground1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground_torchflicker] - [textures/lights/brightround]/[lights/biground1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/8pt_cageflicker] - [textures/lights/brightround]/[lights/8pt_cagelight] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_biground_fastpulse] - [textures/lights/brightround]/[lights/biground1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/falloff_exp1_candleflicker] - [textures/lights/brightround]/[lights/falloff_exp1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/falloff_exp2_candleflicker] - [textures/lights/brightround]/[lights/falloff_exp2] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/ambient_brightround] - [textures/lights/brightround]/[textures/lights/brightround_amb] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/doubleround] - [textures/lights/doubleround]/[textures/lights/doubleround] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/ambient_doubleround] - [textures/lights/doubleround]/[textures/lights/doubleround_amb] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdmnofalloff] - [textures/lights/ambientlightnfo]/[textures/lights/ambientlightnfo_amb] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/ambientlightnfo] - [textures/lights/ambientlightnfo]/[textures/lights/ambientlightnfo_amb] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/ambientlightnfo_clouds] - [textures/lights/ambientlightnfo]/[textures/lights/ambientlightnfo_clouds] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/ambient_biground] - [lights/biground1]/[lights/biground1_amb] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/ambient_fade_1edge] - [textures/lights/fade_1edge]/[textures/lights/fade_1edge_amb] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/ambient_roundedsquare] - [textures/lights/roundedsquare]/[textures/lights/roundedsquare_amb] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/paintinglight] - [textures/lights/brightround]/[textures/lights/paintinglight_01] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_lanternlight] - [textures/lights/brightround]/[textures/lights/tdm_lanternlight] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_lanternlight_static] - [textures/lights/brightround]/[textures/lights/tdm_lanternlight] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_streetlamp_8fold] - [textures/lights/brightround]/[textures/lights/biground1_streetlamp_8fold] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_streetlamp_4fold] - [textures/lights/brightround]/[textures/lights/biground1_streetlamp_4fold] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_streetlamp_8fold_snd] - [textures/lights/brightround]/[textures/lights/biground1_streetlamp_8fold] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_streetlamp_4fold_snd] - [textures/lights/brightround]/[textures/lights/biground1_streetlamp_4fold] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_lanternlight_4fold_small_snd] - [lights/biground1]/[textures/lights/tdm_lanternlight] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_squarelamp_snd] - [lights/biground1]/[lights/biground1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_squarelamp_snd_heavyflicker] - [lights/biground1]/[lights/biground1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/biground1_squarelamp_small_snd] - [lights/biground1]/[lights/biground1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_lamp_desk] - [textures/lights/tdm_lampshade01]/[textures/lights/tdm_lampshade01] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_lamp_desk_02] - [textures/lights/tdm_lampshade02]/[textures/lights/tdm_lampshade02] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_lamp_desk_03] - [textures/lights/tdm_lampshade_03]/[textures/lights/tdm_lampshade_03] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_round_pulse] - [lights/biground1]/[lights/biground1] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_clouds_pulse] - [lights/biground1]/[textures/lights/clouds] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_clouds_pulse] - [lights/squarelight1a]/[textures/lights/brightround] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_roundtop_window] - [lights/squarelight1a]/[textures/lights/tdm_roundtop_window] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_window_grating_2x3] - [textures/lights/brightround]/[textures/lights/tdm_window_grating_2x3] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_window_grating_2x2] - [textures/lights/brightround]/[textures/lights/tdm_window_grating_2x2] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/church512x256] - [textures/lights/church512x256]/[textures/lights/church512x256] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/roundhalf] - [textures/lights/roundhalf]/[textures/lights/roundhalf] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/roundquarter] - [textures/lights/roundquarter]/[textures/lights/roundquarter] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/zol_nofalloff] - [lights/zol_nofalloff.tga]/[lights/zol_nofalloff.tga] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/zol_nofalloff2] - [lights/zol_nofalloff2.tga]/[lights/zol_nofalloff2.tga] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/zol_nofalloff3] - [lights/zol_nofalloff2.tga]/[lights/zol_nofalloff2.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/zol_nofalloff4] - [lights/zol_nofalloff2.tga]/[lights/zol_nofalloff2.tga] - Ambient: 1 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/zol_nofalloff5] - [lights/zol_nofalloff2.tga]/[lights/zol_nofalloff2.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_4point_chandelier] - [lights/zol_nofalloff2.tga]/[lights/4point_round] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/window_diamond_pattern] - [lights/zol_nofalloff2.tga]/[lights/window_diamond_pattern] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/diamond_pattern_andbars01] - [lights/zol_nofalloff2.tga]/[textures/lights/diamond_pattern_andbars01] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/metal_crossed] - [lights/zol_nofalloff2.tga]/[textures/lights/metal_crossed] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/metal_diamond_pattern3] - [lights/zol_nofalloff2.tga]/[textures/lights/metal_diamond_pattern3] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/metal_grated] - [lights/zol_nofalloff2.tga]/[textures/lights/metal_grated] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/metal_irregularpanes] - [lights/zol_nofalloff2.tga]/[textures/lights/metal_irregularpanes] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/square_pattern01] - [lights/zol_nofalloff2.tga]/[textures/lights/square_pattern01] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/lamp_hang_swing] - [lights/zol_nofalloff2.tga]/[textures/lights/lamp_hang_swing_light] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/window01_interior_set] - [lights/zol_nofalloff2.tga]/[lights/window01_interior_set] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_pointedtop_big01] - [lights/zol_nofalloff2.tga]/[textures/lights/tdm_pointedtop_big01] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/round_pearly_white] - [lights/zol_nofalloff2.tga]/[textures/lights/round_pearly_white] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [] - []/[models/md5/chars/steambots/bc_lanternbot] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [] - []/[models/md5/chars/steambots/bc_lanternbot] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/tdm_lanternbot_spot] - [textures/lights/brightround]/[textures/lights/tdm_lanternbot_spotlight] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/roundfire2] - []/[lights/roundfire.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/round_brokenneon1] - []/[lights/round.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\game_local.cpp (7133):INF (SYSTEM) FR: 0] Texture: [lights/grate8sqr] - []/[lights/grate8sqr.tga] - Ambient: 0 [c:\testtdm\darkmod_src\game\matrixsq.h ( 149):DEB (MISC) FR: 0] CMatrixSq constructor called, set vars.
  22. The problems with the lightening texture has vanished, moreover, the camera screens work now perfectly, I had here and there strange results (glass texture not showing up, lights do not show up) in 2.11 and the previous beta. Thank you @stgatilov
  23. With TDM 2.12, after the credits finished, the "Mission Complete" screen did not display. I found that the screen was black and I could hear my footsteps when I tried to move around. I think the reason for the mission not completing successfully was that the "Do not kill or harm allies" objective was never marked as "1 = STATE_COMPLETE" instead it was left as "0 = STATE_INCOMPLETE". Note, I didn't use noclip throughout the mission. Same as: https://forums.thedarkmod.com/index.php?/topic/18054-fan-mission-the-accountant-2-new-in-town-by-goldwell-20160509/&do=findComment&comment=458491
  24. How about using TDM automation framework (and maybe pcem/qemu)? More info see: https://forums.thedarkmod.com/index.php?/topic/19828-automation-features-and-discussion/
  25. The devs didn't title this thread, and @datiswous said they're attempting to mislead people by using Russell's name and a retro style to make it resemble Thief, which is cynical. I grew up on forums like I'm sure anyone who likes a game from '98 did. I actually left the Discord immediately after joining it because it was more off-topic doom-posting than anything relevant to the mod. I thought the forums might be better, but it's mostly just grown men yelling at clouds and telling strangers how mature they are, and a few brave souls actually developing anything. Depressing place, I'll just stick to enjoying new missions every 6 months without an account.
×
×
  • Create New...