Jump to content
The Dark Mod Forums

Search the Community

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

  • 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. Ah, pity I wasn't reading the forums back in February. I'm fond of that game, along with Bugbear's other early title, Rally Trophy. I was never too good at FlatOut, but it was always a hoot to play.
  2. @stgatilov, I've been looking into the stray marks associated with Stone 12 pt. Not much progress, because there's something strange going on. Any change I make to the metadata in fonts/english/stone/fontimage_12.dat (whether in the core or as an FM "/fonts/" override) is ignored. Whereas changes to the corresponding 24 pt .dat (whether in core or override) do show up in the nominally 12 pt subtitles (with either gui textscale of 0.24 or 0.25). Is there something in the engine code that is keeping this 12 pt .dat from being used? There are no warning about such at startup. Perhaps some engine hack left over from when there was a missing file?
  3. To follow on. While the TDM distribution does have a DDS file for Stone 12pt: tdm_fonts01\dds\fonts\english\stone\stone_0_12.dds it is missing the corresponding DAT file: tdm_fonts01\fonts\english\stone\fontimage_12.dat so the system uses Stone 24pt as a basis instead. BTW, the Russian version has both files for Stone 12pt. If you try to use the Russian DAT (renamed) with the English DDS, pixel nightmare. I asked around in TDM a year ago if anyone had the missing dat file. No luck. Hmmm, didn't mean to highjack this thread. I'll shut up now.
  4. Then the characters that you removed the pixels from would be less-well shaped. The right solution is to change the metadata around character spacings. That's deep in the weeds. And probably better pursued as part of generating a 12pt Stone image. If you want to take this on, I can send you some links. I did some prelim research on this last year, related to computing the width of a Stone string, but never tried to do a font edit or gen, because a lot of steps seemed unclear. EDIT: Some of my thinking here is that maybe the scaling down from the available 24pt Stone image to a desired 12pt is introducing artifacts. Also, backing off a bit from what I said above, maybe not removing pixels, but shifting any problematic character glyth sideways within an image, would fix things well enough. EDIT2: These are the main forum links I found helpful The "Stone Print" source font in ttf form is available, e.g., from www.fontpalace.com. Useful Doom 3 tutorials are #10 "Using custom fonts" & #11 "Editing fonts". Tools include "Export Font to Doom3 - v1.02" and Q3Font. Some of this stuff comes from the wayback machine of the internet archive. I can get you copies. Sorry, can't help much with DDS editing tools.
  5. When talking about a possible libre version of TDM (https://forums.thedarkmod.com/index.php?/topic/22346-libre-version-of-tdm/) it seems we believe all media/gamedata included in TDM is licensed CC-BY-NC-SA. I am not familiar with how the process of adding new media/gamedata works today; I have seen files uploaded to the bugtracker which developers then commit to SVN, but I don't know if there are other ways. It may be a good idea to implement a process that when new components (media/gamedata included in TDM) are added, the contributor is asked to be explicit about the license (a choice which may defaults to their previous preference, for usability). It won't fix the past, but it may help in the future. This will make it easy for contributors to add future data under a more permissive license if they choose. Libre media can be added and its license can be tracked, rather than assumed to be CC-BY-NC-SA. I suggest looking at how Wikimedia Commons has implemented this: the contributor state the source and license at the time the data is uploaded. This can be done either by providing urls or by saying "It's my work and I choose this licsense". The first step could be to add a way to keep track of each filepath in SVN, author, license, sources. Start by setting the value for each file's license to "(default/legacy CC-BY-NC-SA)". Possible implementations for a user interface for new additions are: * Use our own wiki, which runs Mediawiki (same as Wikimedia Commons). I see several benefits of this, but we also need a way to accept uploads of batches, not just single files. * Look at how other open source projects have solved this. There may be more appropriate solutions available. ... but I'll leave the implementation open. Suggestions are very welcome! If the author of each file already in SVN can be tracked, then it may be possible that the author is willing to give a blanket permission for all their past files in one statement, and all their files in SVN can be updated in one commit. A productive contributor willing to release some of their work under a more permissive license could make a big change. If Dark Radiant would support letting mappers search media/gamedata by license (does it already?), it would make it easier for mappers to create a completely libre mission, which would help facilitate a TDM-libre release. If I understand things correctly. This post does not address all details and it may contain misunderstandings or assumptions, but it's a start. Also relevant: * Is there a compiled and maintained list of recommended or deprecated resources for mappers to use? * https://forums.thedarkmod.com/index.php?/topic/20311-external-art-assets-licensing/
  6. I'm strongly against this idea, at least until we have automatic box size and are sure fonts are not too different. Right now allowing choice between several fonts will mean that some subtitles won't fit with one fonts, the others won't fit with other fonts.
  7. I've just been reading through some old forum posts about correcting fonts. One of the points Tels makes is that, if correcting a font used in readables, you need to avoiding changing any character's spacing (I read this as xSkip value), to prevent changes in existing FM readables with that font. I suspect this advice is too conservative. You want to avoid enlarging an xSkip, because the resulting changes to wordwraps could potentially lead to line or paragraph truncation. Making an xSkip smaller could lead to wordwrap changes, but these IMHO would be unlikely to be harmful. In that regard, here's the situation with my changes to english Stone fontimage_24.dat (see a few posts previous as File Update for Improved Subtitle Font). Only a few characters got altered xSkips. Of those, the angle brackets were unlikely to be used in an existing readable, because they showed garbage glyphs. The "|" was xSkip-shortened, but also unlikely in readables. Only the badly centered and so xSkip-shortened "J" is thought to have potential to affect existing wordwraps. I have argued here that xSkip shortening is OK. However, I'm willing to revert spacing changes for "|" and "J" if people feel strongly otherwise.
  8. Anyone have a working link (or can create a link) to the modified version of ExportFontToDoom3 executable? This 2009 version was created by Crispy, to handle 256 chars instead of just 128. It was released in this forum post: the dark mode readables ttf fonts The following links to it are now dead: - crispy's original release: http://www.inventivedingo.com/stuff/exportfonttodoom3_modified.zip This is what's listed at the bottom of Font Conversion & Repair as as "Fixed version of ExportFontToDoom". - Hyeron's 2009 upload: http://www.4shared.com/file/151870191/d47d0e16/exportfonttodoom3_modified.html - tels 2011 mirror: http://bloodgate.com/mirrors/tdm/pub/exportfonttodoom3_modified.zip. No luck with wayback machine, github, sourceforge, either .exe or source. (Source & exe for unmodified version from Grant Davies is in hand.)
  9. @snatcher I understand that when you feel your work doesn't live up to your goals that you don't want it out in the wild advertising your own perceived shortcomings but that leads to a troubling dilemma of authors who are never satisfied with their work offering fleeting access to their in-progress designs then rescinding them or allowing them to be lost. When I was a member of Doom3world forums, I would often see members do interesting experiments and sometimes that work would languish until someone new would examine it and pickup the torch. This seemed like a perfectly viable system until Doom3world was killed by spambots and countless projects and conceptual works were lost. I guess what I am trying to say is that mods don't need to be perfect to be valuable. If they contain some grain of a useable feature they might be adapted by mission authors in custom scenarios. They might offer instructive details that others trying to achieve the same results can examine. It would be great if known compelling works were kept somewhere safe other than via forum attachments and temporary file sharing sites. I suppose we used to collect such things in our internal SVN for safe keeping but even that isn't always viable. If folks would rather not post beta or incomplete mods to TDM's Moddb page, perhaps they would consider creating their own Moddb page or allow them to be added to my page for safe keeping. Please don't look at this as some sort of pressure campaign or anything. I fully understand anyone not willing to put their name next to something they aren't fully happy with. As a general proviso, ( if possible \ permitted ) I just want to prevent the loss of some valuable investigations and formative works. The end of Doom3world was a digital apocalypse similar to the death of photobucket. It is one of my greatest fears that TDM will become a digital memory with only the skeletons of old forum threads at the wayback archive site.
  10. Congrats on the release! Remember to check ThiefGuild as well as the DarkFate forums (via Google Translate) for additional feedback.
  11. Just curious, based on this discussion: http://forums.thedarkmod.com/topic/19239-soft-r-gamma/?p=427350
  12. File Update for Improved Subtitle Font As requested a while ago, to address the stray marks and other problems seen with current subtitle font, Stone, I am providing a short-term fix for characters in the printable ASCII range 32-126, using corrected metadata: fontimage_24.dat This is intended to replace tdm_fonts01.pk4\fonts\english\stone\fontimage_24.dat No change is needed in the related .dds files for this. Briefly, problems with stray marks found to the left of a character were due to picking up pixels from an adjoining character in the glyph bitmap dds files. Adjusting the location of the source box and related metrics fixed these. Affected were: % C E T W Y | The | character also got improved spacing, as did J Finally, the entirely screwed data for the angle brackets was corrected. This coming month I hope to work up a wiki page with diagrams to better explain what I learned about the mysteries of the idTech4 font .dat and .dds files. To see what the results look like with corrected fontimage_24.dat in place (as an override), here is my testing FM: testSubtitlesASCII.pk4 A longer-term fix (beyond 2.12 release) would also address ANSI and TDM-specific-mapped charaters in the range 128-255. To look at that, I have a similar experimental tester for ANSI (unripe to release). It shows substantial issues in that range. And then there's also consideration of fontimage_12.dat and fontimage_48.dat. And the russian-character variant.
  13. Complaint From Players The player must pick up candles before extinguishing them, and then the player must remember to drop the candle. The player must drag a body before shouldering it (picking it up), and the player must remember to frob again to stop dragging the body. The player finds this annoying or easy to make mistakes. For players who ghost, some of them have the goal of returning objects back to their original positions. With the current "pick up, use item, and drop" system, the item might not return easily or at all to its original position. For example, a candlestick might bounce off its holder. (See player quotes at the bottom.) Bug Tracker https://bugs.thedarkmod.com/view.php?id=6316 Problems to Solve How can the "pick up" step be eliminated so that the player can directly use or interact with the item where it is in the game world? How can so much key pressing and mouse clicking be eliminated when the player wants to directly use an item? How can candles be extinguished and lanterns toggled off/on without first picking them up? How can bodies be shouldered without first dragging them? Solution Design Goals Make TDM easier for new players while also improving it for longtime players. Reduce tedious steps for common frob interactions. Make it intuitive so that menu settings are unnecessary. Do not introduce bugs or break the game. Terms frob -- the frob button action happens instantly. hold frob -- the frob button is held for 200ms before the action happens. (This can be changed via cvar: 200ms by default.) Proposed Solution Note: Some issues have been struckthrough to show changes since the patch has been updated. Change how frobbing works for bodies, candles, and lanterns. For bodies: Frob to shoulder (pick up) a body. Second frob to drop shouldered body, while allowing frob on doors, switches, etc. Hold frob (key down) to start drag, continue to hold frob (key down) to drag body, and then release frob (key up) to stop dragging body. Also, a body can be dragged immediately by holding frob and moving the mouse. For candles/lanterns: Frob to extinguish candles and toggle off/on lanterns. Hold frob to pick it up, and then frob again to drop. Frob to pick it up, and then frob again to drop. Hold frob to extinguish candles and toggle off/on lanterns. For food: Frob to pick it up, and then frob again to drop. Hold frob to eat food. For other items: No change. New cvar "tdm_frobhold_delay", default:"200" The frob hold delay (in ms) before drag or extinguish. Set to 0 for TDM v2.11 (and prior) behavior. Solution Benefits Bodies: New players will have less to learn to get started moving knocked out guards. With TDM v2.11 and earlier, some players have played several missions before realizing that they could shoulder a body instead of dragging it long distances. Frob to shoulder body matches Thief, so longtime Thief players will find it familiar. Second frob drops a shouldered body. Players still have the ability to both shoulder and drag bodies. Compatible with the new auto-search bodies feature. Dragging feels more natural -- just grab, hold, and drop with a single button press. There is no longer the need to press the button twice. Also, it's no longer possible to walk away from a body while unintentionally dragging it. Set "tdm_frobhold_delay" cvar to delay of 0 to restore TDM v2.11 (and prior) behavior. Candles: New players will have less to learn to get started extinguishing candles. With TDM v2.11 and earlier, some players didn't know they could extinguish candles by picking them up and using them. Instead, they resorted to throwing them to extinguish them or hiding them. Hold frob to extinguish a candle feels like "pinching" it out. Once a candle is picked up, players still have the ability to manipulate and use them the same way they are used to in TDM v2.11 and earlier. For players who ghost and have the goal of putting objects back to their original positions, they'll have an easier time and not have to deal with candles popping off their holders when trying to place them back carefully. Set "tdm_frobhold_delay" cvar to delay of 0 to restore TDM v2.11 (and prior) behavior. Solution Issues Bodies: Frob does not drop a shouldered body, so that might be unexpected for new players. This is also different than Thief where a second frob will drop a body. "Use Inv. Item" or "Drop Inv. Item" drops the body. This is the same as TDM v2.11 and earlier. This is the price to pay for being able to frob (open/close) doors while shouldering a body. Patch was updated to drop body on second frob, while allowing frob on doors, switches, etc. Candles: Picking up a candle or lantern requires a slight delay, because the player must hold the frob button. The player might unintentionally extinguish a candle while moving it if they hold down frob. The player will need to learn that holding frob will extinguish the candle. The player can change the delay period via the "tdm_frobhold_delay" cvar. Also, when the cvar is set to a delay of 0, the behavior matches TDM v2.11 and earlier, meaning the player would have to first "Frob/Interact" to pick up the candle and then press "Use Inv. Item" to extinguish it. Some players might unintentionally extinguish a candle when they are trying to move it or pick it up. They need to make sure to hold frob to initiate moving the candle. When a candle is unlit, it will highlight but do nothing on frob. That might confuse players. However, the player will likely learn after extinguishing several candles that an unlit candle still highlights. It makes sense that an already-extinguished candle cannot be extinguished on frob. The official "Training Mission" might need to have its instructions updated to correctly guide the player through candle manipulation training. Updating the training mission to include the hold frob to extinguish would probably be helpful. Similar Solutions In Fallout 4, frob uses an item and long-press frob picks it up. Goldwell's mission, "Accountant 2: New In Town", has candles that extinguish on frob without the need of picking them up first. Snatcher's TDM Modpack includes a "Blow / Ignite" item that allows the player to blow out candles Wesp5's Unofficial Patch provides a way to directly extinguish movable candles by frobbing. Demonstration Videos Note: The last two videos don't quite demonstrate the latest patch anymore. But the gist is the same. This feature proposal is best experienced in game, but some demonstration videos are better than nothing. The following videos show either a clear improvement or that the player is not slowed down with the change in controls. For example, "long-press" sounds long, but it really isn't. Video: Body Shouldering and Dragging The purpose of this video is to show that frob to shoulder a body is fast and long-press frob to drag a body is fast enough and accurate. Video: Long-Press Frob to Pick Up Candle The purpose of this video is to show how the long-press frob to pick up a candle isn't really much slower than regular frob. Video: Frob to Extinguish The purpose of this video -- if a bit contrived -- is to show the efficiency and precision of this proposed feature. The task in the video was for the player to as quickly and accurately as possible extinguish candles and put them back in their original positions. On the left, TDM v2.11 is shown. The player has to highlight each candle, press "Frob/Interact" to pick up, press "Use Inv. Item" to extinguish, make sure the candle is back in place, and finally press "Frob/Interact" to drop the candle. The result shows mistakes and candles getting misplaced. On the right, the proposed feature is shown. The player frobs to extinguish the candles. The result shows no mistakes and candles are kept in their original positions. Special Thanks @Wellingtoncrab was instrumental in improving this feature during its early stages. We had many discussions covering varying scenarios, pros, and cons, and how it would affect the gameplay and player experience. Originally, I had a completely different solution that added a special "use modifier" keybinding. He suggested the frob to use and long-press frob to pick up mechanics. I coded it up, gave it a try, and found it to be too good. Without his feedback and patience, this feature wouldn't be as good as it is. Thank you, @Wellingtoncrab! And, of note, @Wellingtoncrab hasn't been able to try it in game yet, because I'm using Linux and can't compile a Windows build for him. So, if this feature isn't good, that's my fault. Code Patch I'll post the code patch in another post below this one so that folks who compile TDM themselves can give this proposal a try in game. And, if you do, I look forward to your feedback! Player Complaints TTLG (2023-01-10) Player 1: TDM Forums (2021-03-13) Player 2: Player 3: TDM Forums (2023-06-17) Player 4: TDM Discord (2021-05-18) Player 5: TDM Discord (2023-02-14) Player 6: Player 7: Player 8:
  14. Ever since I worked on "Chalice of Kings" with Bikerdude, I have wanted to get flame particles with new particle glares into the core mod. My reasoning was that the candles have glares and the un-glared torches look mismatched. This proposal was met with mixed reactions, so (knowing the history of TDM feature proposals...) I have created a technical demo. You may download it here: zzz_flameglare.pk4.txt (fixed) Just rename without the .txt extension at the end and place it in your Darkmod directory. Here are some screens. Using particles for this is probably the wrong way to go now that Duzenko has an emissive light feature in his branch: http://forums.thedarkmod.com/topic/19659-feature-request-emissive-materialsvolumetric-lights/
  15. "...to a robber whose soul is in his profession, there is a lure about a very old and feeble man who pays for his few necessities with Spanish gold." Good day, TDM community! I'm Ansome, a long-time forums lurker, and I'm here to recruit beta testers for my first FM: "The Terrible Old Man", based on H.P. Lovecraft's short story of the same name. This is a short (30-45 minute), story-driven FM with plenty of readables and a gloomy atmosphere. Do keep in mind that this is a more linear FM than you may be used to as it was deemed necessary for the purposes of the story's pacing. Regardless, the player does still have a degree of freedom in tackling challenges in the latter half of the FM. If this sounds interesting to you, please head over to the beta testing thread I will be posting shortly. Thank you!
  16. The real St. Alban was a pagan who became a celebrated religious personality, this All Saints Day 2010 The Dark Mod places its own spin on this mythical figure. Screenshots: Intro: "'Business' has been slow lately, even more so after most of my gear got snatched during a Watch raid... I've since been forced to hit the streets and pick pockets for a living. But my luck was about to change, last night I was approached by a red hooded figure with a proposition... As we sat down in a dark corner of a nearby inn, he told to me that the Builders of St. Alban's Cathedral in the Old Quarter had recently unearthed a discovery that might lead to the final resting place of some saint." " But before I do anything, I need to get my tools and stash from the evidence room at the local watch station." "with the hawks, doves will congregate they will drop honey from the cliffs wine will surge over the earth the sheep will wander harmlessly with the wolf then the wicked will rise, but to retribution" - 'scripture of St Alban' There is a new version out now, see the following thread St Albans Cathedral version 1.6 Build Time: about 2-3 months. Thanks:- Huge respect to the Dark Mod team for such a great mod and for all the hard work they put into it and continue to put into it. Special thanks to Fidcal, Serpentine and others for their help on the forums and to Testing:Ugoliant, Baddcog, Grayman, Lost soul, Bjorn and Baal (for doing all the Vp work in the town. Readables: Ungoliant and Mortemdesino for all awesome work on the readables. Resource: Fids, Grayman, Ungoliant - guis, models & images. Misc: Loren Schmidt - the author of the map I based the cathedral on. Info: # Like Thief2, some things are climable, pipes, wall vines etc.. You can also drop some of the keys, some door that are frobbabe mean there is another way inside - explore u taffer! # Due to TDM being a lot more of a resource hog than T2 I have been forced to limit the number of Ai in the mission, but they have better placement than my last mission. # On all difficulty levels the player starts with vertualy no tools/weapons, there are weapons to be found - read, read, read! # For the love of all that is holy, read the briefing otherwise you will problems completing the mission. Known issues:- # This mission will have less than optimal fps at a few points on the map, mid range DX9 card(X1900/GF7800) or higher required. # On low end PCs I recommend, V-sync is off, AA is off, Aniso is 4x or lower and that any and all background apps are closed.
  17. You need to parse .dat files of the fonts to see the rectangles used by different characters. Then you can take .dds file of the font and somehow overlay rectangles over the image. I'm not even sure which kind of program is suitable for it.
  18. Would it be possible to remove the extra pixels in the fonts if somebody could point out to me where these are? When looking at dds from the fonts01 archive I only see white on transparent in Paint.NET and I can't make out anything...
  19. Speaking of fonts, the one used for the UI inventory selection in the lower right corner of the screen has a superfluos pixel in the left lower corner of the "W". Can this be removed?
  20. 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/
  21. 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)
  22. Welcome to the forums Ansome! And congrats on making it to beta phase!
  23. True. It would require a modification of the engine code. Earlier this year I wrote two experimental C++ utility programs that do the required calculation, for respectively 12 pt Carleton and (scaled to 12 pt) Stone fonts. However, others have expressed distaste, on complexity grounds, to having variable-width backing fields, so I've since been restricting my advocacy to a narrower fixed-width backing field for speech-verbosity subtitles. This outlining isn't really visible in your screen shots; and I'd like to see various color-tone game locations too. I see you use the "bordercolor" attribute for your outlining. I vaguely recall there was some circa-2010 TDM "drop shadow" experiments with (I'm guessing) using this for subtitling, with the Carleton font then in use. (This was before I got involved in subtitling.) Same conclusion: a bit problematic with the given font. So that led to the translucent backing field as an reasonable approach. It would be possible to add a new unicolor font just for subtitles to TDM. There is a roadmap for this, but it's a major project, so TDM 2.13? Agreed. That was part of my motivation for wishing to narrow the width of the backing field. I'm in favor of having settings to let players have more flexibility in the subtitle presentation. That would include font color.
  24. First thanks for providoing such great game! Following the instruction at www.thedarkmod.com/download-the-mod/ I download the tdm_update.linux. It looks ok in updating process because no error message found. When launching the game, the screen becomes blank/ black, but the sound is playing. It looks like texture problems or something from the log below, but I am not sure. How can I fix it? My environment is lenovo t420s with debian testing. TDM 2.02 #5994 linux-x86 Jul 7 2014 11:50:02 found interface lo - loopback found interface eth0:avahi - 169.254.6.228/255.255.0.0 found interface wlan0 - 192.168.1.101/255.255.255.0 Found Intel CPU with Hyper-Threading enabled, features: MMX SSE SSE2 SSE3 CMOV tdm using generic code for SIMD processing. ------ Initializing File System ------ Current search path: /home/jason/darkmod/ /home/jason/darkmod/tdm_textures_wood01.pk4 (297 files) /home/jason/darkmod/tdm_textures_window01.pk4 (237 files) /home/jason/darkmod/tdm_textures_stone_sculpted01.pk4 (320 files) /home/jason/darkmod/tdm_textures_stone_natural01.pk4 (112 files) /home/jason/darkmod/tdm_textures_stone_flat01.pk4 (271 files) /home/jason/darkmod/tdm_textures_stone_cobblestones01.pk4 (201 files) /home/jason/darkmod/tdm_textures_stone_brick01.pk4 (418 files) /home/jason/darkmod/tdm_textures_sfx01.pk4 (47 files) /home/jason/darkmod/tdm_textures_roof01.pk4 (65 files) /home/jason/darkmod/tdm_textures_plaster01.pk4 (124 files) /home/jason/darkmod/tdm_textures_paint_paper01.pk4 (37 files) /home/jason/darkmod/tdm_textures_nature01.pk4 (217 files) /home/jason/darkmod/tdm_textures_metal01.pk4 (360 files) /home/jason/darkmod/tdm_textures_glass01.pk4 (36 files) /home/jason/darkmod/tdm_textures_fabric01.pk4 (41 files) /home/jason/darkmod/tdm_textures_door01.pk4 (155 files) /home/jason/darkmod/tdm_textures_decals01.pk4 (327 files) /home/jason/darkmod/tdm_textures_carpet01.pk4 (71 files) /home/jason/darkmod/tdm_textures_base01.pk4 (335 files) /home/jason/darkmod/tdm_standalone.pk4 (4 files) /home/jason/darkmod/tdm_sound_vocals_decls01.pk4 (26 files) /home/jason/darkmod/tdm_sound_vocals07.pk4 (1104 files) /home/jason/darkmod/tdm_sound_vocals06.pk4 (680 files) /home/jason/darkmod/tdm_sound_vocals05.pk4 (128 files) /home/jason/darkmod/tdm_sound_vocals04.pk4 (2595 files) /home/jason/darkmod/tdm_sound_vocals03.pk4 (739 files) /home/jason/darkmod/tdm_sound_vocals02.pk4 (1292 files) /home/jason/darkmod/tdm_sound_vocals01.pk4 (82 files) /home/jason/darkmod/tdm_sound_sfx02.pk4 (596 files) /home/jason/darkmod/tdm_sound_sfx01.pk4 (909 files) /home/jason/darkmod/tdm_sound_ambient_decls01.pk4 (8 files) /home/jason/darkmod/tdm_sound_ambient03.pk4 (24 files) /home/jason/darkmod/tdm_sound_ambient02.pk4 (155 files) /home/jason/darkmod/tdm_sound_ambient01.pk4 (208 files) /home/jason/darkmod/tdm_prefabs01.pk4 (549 files) /home/jason/darkmod/tdm_player01.pk4 (125 files) /home/jason/darkmod/tdm_models_decls01.pk4 (90 files) /home/jason/darkmod/tdm_models02.pk4 (1819 files) /home/jason/darkmod/tdm_models01.pk4 (1730 files) /home/jason/darkmod/tdm_gui_credits01.pk4 (49 files) /home/jason/darkmod/tdm_gui01.pk4 (669 files) /home/jason/darkmod/tdm_game02.pk4 (2 files) /home/jason/darkmod/tdm_game01.pk4 (2 files) /home/jason/darkmod/tdm_fonts01.pk4 (696 files) /home/jason/darkmod/tdm_env01.pk4 (98 files) /home/jason/darkmod/tdm_defs01.pk4 (173 files) /home/jason/darkmod/tdm_base01.pk4 (149 files) /home/jason/darkmod/tdm_ai_steambots01.pk4 (24 files) /home/jason/darkmod/tdm_ai_monsters_spiders01.pk4 (82 files) /home/jason/darkmod/tdm_ai_humanoid_undead01.pk4 (50 files) /home/jason/darkmod/tdm_ai_humanoid_townsfolk01.pk4 (87 files) /home/jason/darkmod/tdm_ai_humanoid_pagans01.pk4 (10 files) /home/jason/darkmod/tdm_ai_humanoid_nobles01.pk4 (48 files) /home/jason/darkmod/tdm_ai_humanoid_mages01.pk4 (7 files) /home/jason/darkmod/tdm_ai_humanoid_heads01.pk4 (80 files) /home/jason/darkmod/tdm_ai_humanoid_guards01.pk4 (326 files) /home/jason/darkmod/tdm_ai_humanoid_females01.pk4 (155 files) /home/jason/darkmod/tdm_ai_humanoid_builders01.pk4 (88 files) /home/jason/darkmod/tdm_ai_base01.pk4 (8 files) /home/jason/darkmod/tdm_ai_animals01.pk4 (80 files) File System Initialized. -------------------------------------- ----- Initializing Decls ----- WARNING:file materials/tdm_ghouse_stone.mtr, line 758: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_brown' previously defined at materials/tdm_ghouse_stone.mtr:616 WARNING:file materials/tdm_ghouse_stone.mtr, line 804: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_sepia_grey' previously defined at materials/tdm_ghouse_stone.mtr:664 ------------------------------ ------- Initializing renderSystem -------- using ARB renderSystem renderSystem initialized. -------------------------------------- I18N: SetLanguage: 'english'. I18N: Found no character remapping for english. I18N: 1220 strings read from strings/english.lang I18N: 'strings/fm/english.lang' not found. WARNING:Couldn't load image: guis/assets/splash/launch Couldn't open journal files Couldn't exec editor.cfg - file does not exist. execing default.cfg Unknown command 'use' Unknown command 'console' Unknown command 'next' Unknown command 'prev' Unknown command 'previous' Unknown command 'next' Unknown command 'crouch' Unknown command 'Lean' Unknown command 'lean' Unknown command 'Readables' Unknown command 'spyglass' Unknown command 'compass' Unknown command 'lantern' Unknown command 'maps' Unknown command 'objectives' Unknown command 'keys' Unknown command 'lockpicks' Unknown command 'lean' Unknown command 'Inventory' Unknown command 'Mantle' Unknown command 'creep' Unknown command 'frob' Unknown command 'inventory' Couldn't exec autoexec.cfg - file does not exist. I18N: SetLanguage: 'english'. I18N: Found no character remapping for english. I18N: 1220 strings read from strings/english.lang I18N: 'strings/fm/english.lang' not found. ----- Initializing Sound System ------ sound system initialized. -------------------------------------- ----- R_InitOpenGL ----- Setup X display connection dlopen(libGL.so.1) Initializing OpenGL display Using XFree86-VidModeExtension Version 2.2 Free86-VidModeExtension Activated at 640x480 Using 8/8/8 Color bits, 8 Alpha bits, 24 depth, 8 stencil display. GL_RENDERER: Mesa DRI Intel(R) Sandybridge Mobile x86/MMX/SSE2 GL_EXTENSIONS: GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_NV_vertex_program GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_envmap_bumpmap GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_vertex_program1_1 GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_MESA_texture_array GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_half_float_vertex GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_separate_shader_objects GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_ARB_ES2_compatibility GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_robustness GL_EXT_transform_feedback XF86DGA not available, forcing DGA mouse off ------- Input Initialization ------- XKB extension: compile time 0x1:0x0, runtime 0x1:0x0: OK XKB extension present on server ( 0x1:0x0 ) ------------------------------------ dlopen(libasound.so.2) asoundlib version: 1.0.28 Alsa is available ------ Alsa Sound Initialization ----- opened Alsa PCM device default for playback device buffer size: 5461 frames ( 21844 bytes ) allocated a mix buffer of 16384 bytes -------------------------------------- Checking portable OpenGL extensions... v - using GL_ARB_multitexture v - using GL_ARB_texture_env_combine v - using GL_ARB_texture_cube_map v - using GL_ARB_texture_env_dot3 v - using GL_ARB_texture_env_add v - using GL_ARB_texture_non_power_of_two v - using GL_ARB_texture_compression X - GL_EXT_texture_compression_s3tc not found v - using GL_EXT_texture_filter_anisotropic maxTextureAnisotropy: 16.000000 v - using GL_EXT_texture_lod_bias v - using GL_EXT_texture3D v - using GL_EXT_stencil_wrap v - using glStencilOpSeparate X - GL_NV_register_combiners not found X - GL_ATI_fragment_shader not found X - GL_ATI_text_fragment_shader not found v - using GL_ARB_vertex_buffer_object v - using GL_ARB_vertex_program v - using GL_ARB_fragment_program X - EXT_depth_bounds_test not found ---------- R_NV20_Init ---------- Not available. ----------- R200_Init ----------- Not available. ---------- R_ARB2_Init ---------- Available. --------------------------------- ----- R_ReloadARBPrograms ----- glprogs/test.vfp glprogs/test.vfp glprogs/interaction.vfp glprogs/interaction.vfp glprogs/bumpyEnvironment.vfp glprogs/bumpyEnvironment.vfp glprogs/ambientLight.vfp glprogs/ambientLight.vfp glprogs/shadow.vp glprogs/R200_interaction.vp glprogs/nv20_bumpAndLight.vp glprogs/nv20_diffuseColor.vp glprogs/nv20_specularColor.vp glprogs/nv20_diffuseAndSpecularColor.vp glprogs/environment.vfp glprogs/environment.vfp glprogs/test_direct.vfp glprogs/test_direct.vfp glprogs/interaction_direct.vfp glprogs/interaction_direct.vfp ------------------------------- using ARB_vertex_buffer_object memory using ARB2 renderSystem WARNING:Couldn't load image: guis/assets/splash/launch WARNING:Couldn't load image: guis/assets/white Font fonts/english/stone in size 12 not found, using size 24 instead. WARNING:Couldn't load image: fonts/english/stone/stone_0_24 WARNING:Couldn't load image: fonts/english/stone/stone_1_24 WARNING:Couldn't load image: fonts/english/stone/stone_0_48 WARNING:Couldn't load image: fonts/english/stone/stone_1_48 WARNING:Couldn't load image: fonts/english/stone/stone_2_48 WARNING:Couldn't load image: fonts/english/stone/stone_3_48 WARNING:Couldn't load image: fonts/english/stone/stone_4_48 WARNING:Couldn't load image: ui/assets/guicursor_arrow WARNING:Couldn't load image: ui/assets/guicursor_hand gamex86 - No SO found in EXE path gamex86 - Found SO in pak file with timestamp of 1404705354 - /home/jason/darkmod/tdm_game02.pk4/gamex86.so gamex86 - SO in pak file is newer, extracting to darkmod path copy gamex86.so to /home/jason/darkmod/gamex86.so gamex86 - Correction of file modification time successful Found Intel CPU with Hyper-Threading enabled, features: MMX SSE SSE2 SSE3 CMOV game using generic code for SIMD processing. --------- Initializing Game ---------- The Dark Mod 2.02, code revision 6045 Build date: Jul 7 2014 WARNING:file materials/tdm_ghouse_stone.mtr, line 758: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_brown' previously defined at materials/tdm_ghouse_stone.mtr:616 WARNING:file materials/tdm_ghouse_stone.mtr, line 804: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_sepia_grey' previously defined at materials/tdm_ghouse_stone.mtr:664 Initializing event system ...828 event definitions Initializing class hierarchy ...168 classes, 808128 bytes for event callbacks Initializing scripts /proc/cpuinfo CPU frequency: 3199.92 MHz Compiled 'tdm_ai_lanternbot::startAlarmWhistle': 80.6 ms ---------- Compile stats ---------- Memory usage: Strings: 39, 6192 bytes Statements: 18734, 374680 bytes Functions: 1211, 122932 bytes Variables: 85864 bytes Mem used: 1069612 bytes Static data: 2277552 bytes Allocated: 2801928 bytes Thread size: 7068 bytes ...6 aas types game initialized. -------------------------------------- Parsing material files Found 0 new mission packages. Found 2 mods in the FM folder. Parsed 0 mission declarations, no mission database file present. -------- Initializing Session -------- WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure1 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure2 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure3 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure4 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure5 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure6 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure7 WARNING:Couldn't load image: guis/assets/credits/priest WARNING:Couldn't load image: guis/assets/credits/concept01 WARNING:Couldn't load image: guis/assets/credits/characters WARNING:Couldn't load image: guis/assets/mainmenu/background_empty WARNING:Couldn't load image: guis/assets/mission_failure/fog WARNING:Couldn't load image: guis/assets/mainmenu/parchment_mainmenu WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_7_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_5_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_7_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_5_48 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop3 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop7 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_4 WARNING:Couldn't load image: guis/assets/mainmenu/black_swirl Font fonts/english/mason_glow in size 12 not found, using size 48 instead. WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_0_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_1_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_2_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_3_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_4_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_5_48 Font fonts/english/mason_glow in size 24 not found, using size 48 instead. Font fonts/english/mason in size 12 not found, using size 48 instead. WARNING:Couldn't load image: fonts/english/mason/masonalternate_0_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_1_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_2_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_3_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_4_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_5_48 Font fonts/english/mason in size 24 not found, using size 48 instead. WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_7_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_5_48 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop4 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_5_48 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop5 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/icon_completed WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_up WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_down WARNING:Couldn't load image: guis/assets/credits/studio_headline_bg WARNING:Couldn't load image: guis/assets/credits/studio_headline WARNING:Couldn't load image: guis/assets/mainmenu/parchment_load WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop2 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_12 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_24 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_1_24 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_1_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_2_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_3_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_4_48 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/loadmission WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/loadmission_lit WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/savemission WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/savemission_lit WARNING:Couldn't load image: guis/assets/briefing/parchment WARNING:Couldn't load image: guis/assets/briefing/nextpage WARNING:Couldn't load image: guis/assets/briefing/prevpage WARNING:Couldn't load image: guis/assets/mission_success/background_success WARNING:Couldn't load image: guis/assets/mission_success/gleam1 WARNING:Couldn't load image: guis/assets/mission_success/stats_parchment WARNING:Couldn't load image: guis/assets/objectives/parchment_untitled WARNING:Couldn't load image: guis/assets/objectives/box_default WARNING:Couldn't load image: guis/assets/objectives/nextpage WARNING:Couldn't load image: guis/assets/objectives/prevpage WARNING:Couldn't load image: guis/assets/purchase_menu/parchment_shop WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_0 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_settingsmenu/slider_bg WARNING:Couldn't load image: guis/assets/mainmenu/buttons_settingsmenu/slider_bar1 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_12 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_24 WARNING:Couldn't load image: fonts/english/medusa/medusa_1_24 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_1_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_2_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_3_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_4_48 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_1 WARNING:Couldn't load image: guis/assets/mainmenu/checkmark_green WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_3 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_2 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_up_hover WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_down_hover WARNING:Couldn't load image: guis/assets/mainmenu/parchment_download_right WARNING:Couldn't load image: guis/assets/mainmenu/parchment_download_left WARNING:Couldn't load image: guis/assets/mainmenu/downloadable_mission_details WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop6 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/mission_details WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/mission_description WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/screenshots WARNING:Couldn't load image: guis/assets/mainmenu/ornament_horizontal WARNING:Couldn't load image: guis/assets/mainmenu/ornament_horizontal_short WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop6_overlay WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/no_screens_available WARNING:Couldn't load image: guis/assets/credits/01_the_dark_mod WARNING:Couldn't load image: guis/assets/credits/02_mod_founder WARNING:Couldn't load image: guis/assets/credits/03_mod_infrastructure WARNING:Couldn't load image: guis/assets/credits/04_art_lead WARNING:Couldn't load image: guis/assets/credits/10_3d_design_lead WARNING:Couldn't load image: guis/assets/credits/11_2d_lead WARNING:Couldn't load image: guis/assets/credits/08_sound_lead WARNING:Couldn't load image: guis/assets/credits/09_vocal_leads WARNING:Couldn't load image: guis/assets/credits/code WARNING:Couldn't load image: guis/assets/credits/05_lead_coder WARNING:Couldn't load image: guis/assets/credits/06_coding_team WARNING:Couldn't load image: guis/assets/credits/07_additional_coding WARNING:Couldn't load image: guis/assets/credits/12_gui_coding WARNING:Couldn't load image: guis/assets/credits/13_shader_programming WARNING:Couldn't load image: guis/assets/credits/14_sfx WARNING:Couldn't load image: guis/assets/credits/15_ambient WARNING:Couldn't load image: guis/assets/credits/16_vocal_actors WARNING:Couldn't load image: guis/assets/credits/17_concept_art WARNING:Couldn't load image: guis/assets/credits/18_texture_artists WARNING:Couldn't load image: guis/assets/credits/19_char_modeling WARNING:Couldn't load image: guis/assets/credits/20_animations WARNING:Couldn't load image: guis/assets/credits/21_modeling WARNING:Couldn't load image: guis/assets/credits/21_additional_modeling WARNING:Couldn't load image: guis/assets/credits/22_qa WARNING:Couldn't load image: guis/assets/credits/23_mapping WARNING:Couldn't load image: guis/assets/credits/24_release_packaging WARNING:Couldn't load image: guis/assets/credits/25_dr_leads WARNING:Couldn't load image: guis/assets/credits/26_additional_dr WARNING:Couldn't load image: guis/assets/credits/28_additional_textures WARNING:Couldn't load image: guis/assets/credits/29_special_thanks WARNING:Couldn't load image: guis/assets/credits/30_website WARNING:Couldn't load image: guis/assets/objectives/nextpage_lit WARNING:Couldn't load image: guis/assets/objectives/prevpage_lit WARNING:Couldn't load image: guis/assets/objectives/box_checked WARNING:Couldn't load image: guis/assets/objectives/box_failed WARNING:Couldn't load image: guis/assets/mission_failure/background_shading WARNING:Couldn't load image: guis/assets/mission_failure/barred_window WARNING:Couldn't load image: guis/assets/mission_failure/skull WARNING:Couldn't load image: guis/assets/mission_failure/chain WARNING:Couldn't load image: guis/assets/outerdirt WARNING:Couldn't load image: guis/assets/objectives/parchment_ingame session initialized -------------------------------------- --- Common Initialization Complete --- ------------- Warnings --------------- during The Dark Mod initialization... WARNING:Couldn't load image: fonts/english/carleton/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_5_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton/carleton_7_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_5_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_bold/carleton_7_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_5_48 WARNING:Couldn't load image: fonts/english/carleton_condensed/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_12 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_24 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_0_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_1_24 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_1_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_2_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_3_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_4_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_5_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_6_48 WARNING:Couldn't load image: fonts/english/carleton_glow/carleton_7_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_12 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_24 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_0_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_1_24 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_1_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_2_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_3_48 WARNING:Couldn't load image: fonts/english/jd_hand/jd_hand_4_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_0_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_1_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_2_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_3_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_4_48 WARNING:Couldn't load image: fonts/english/mason/masonalternate_5_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_0_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_1_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_2_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_3_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_4_48 WARNING:Couldn't load image: fonts/english/mason_glow/masonalternate_5_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_12 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_24 WARNING:Couldn't load image: fonts/english/medusa/medusa_0_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_1_24 WARNING:Couldn't load image: fonts/english/medusa/medusa_1_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_2_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_3_48 WARNING:Couldn't load image: fonts/english/medusa/medusa_4_48 WARNING:Couldn't load image: fonts/english/stone/stone_0_24 WARNING:Couldn't load image: fonts/english/stone/stone_0_48 WARNING:Couldn't load image: fonts/english/stone/stone_1_24 WARNING:Couldn't load image: fonts/english/stone/stone_1_48 WARNING:Couldn't load image: fonts/english/stone/stone_2_48 WARNING:Couldn't load image: fonts/english/stone/stone_3_48 WARNING:Couldn't load image: fonts/english/stone/stone_4_48 WARNING:Couldn't load image: guis/assets/briefing/nextpage WARNING:Couldn't load image: guis/assets/briefing/parchment WARNING:Couldn't load image: guis/assets/briefing/prevpage WARNING:Couldn't load image: guis/assets/credits/01_the_dark_mod WARNING:Couldn't load image: guis/assets/credits/02_mod_founder WARNING:Couldn't load image: guis/assets/credits/03_mod_infrastructure WARNING:Couldn't load image: guis/assets/credits/04_art_lead WARNING:Couldn't load image: guis/assets/credits/05_lead_coder WARNING:Couldn't load image: guis/assets/credits/06_coding_team WARNING:Couldn't load image: guis/assets/credits/07_additional_coding WARNING:Couldn't load image: guis/assets/credits/08_sound_lead WARNING:Couldn't load image: guis/assets/credits/09_vocal_leads WARNING:Couldn't load image: guis/assets/credits/10_3d_design_lead WARNING:Couldn't load image: guis/assets/credits/11_2d_lead WARNING:Couldn't load image: guis/assets/credits/12_gui_coding WARNING:Couldn't load image: guis/assets/credits/13_shader_programming WARNING:Couldn't load image: guis/assets/credits/14_sfx WARNING:Couldn't load image: guis/assets/credits/15_ambient WARNING:Couldn't load image: guis/assets/credits/16_vocal_actors WARNING:Couldn't load image: guis/assets/credits/17_concept_art WARNING:Couldn't load image: guis/assets/credits/18_texture_artists WARNING:Couldn't load image: guis/assets/credits/19_char_modeling WARNING:Couldn't load image: guis/assets/credits/20_animations WARNING:Couldn't load image: guis/assets/credits/21_additional_modeling WARNING:Couldn't load image: guis/assets/credits/21_modeling WARNING:Couldn't load image: guis/assets/credits/22_qa WARNING:Couldn't load image: guis/assets/credits/23_mapping WARNING:Couldn't load image: guis/assets/credits/24_release_packaging WARNING:Couldn't load image: guis/assets/credits/25_dr_leads WARNING:Couldn't load image: guis/assets/credits/26_additional_dr WARNING:Couldn't load image: guis/assets/credits/28_additional_textures WARNING:Couldn't load image: guis/assets/credits/29_special_thanks WARNING:Couldn't load image: guis/assets/credits/30_website WARNING:Couldn't load image: guis/assets/credits/characters WARNING:Couldn't load image: guis/assets/credits/code WARNING:Couldn't load image: guis/assets/credits/concept01 WARNING:Couldn't load image: guis/assets/credits/priest WARNING:Couldn't load image: guis/assets/credits/studio_headline WARNING:Couldn't load image: guis/assets/credits/studio_headline_bg WARNING:Couldn't load image: guis/assets/mainmenu/background_empty WARNING:Couldn't load image: guis/assets/mainmenu/black_swirl WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/loadmission WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/loadmission_lit WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/savemission WARNING:Couldn't load image: guis/assets/mainmenu/buttons_loadsave/savemission_lit WARNING:Couldn't load image: guis/assets/mainmenu/buttons_settingsmenu/slider_bar1 WARNING:Couldn't load image: guis/assets/mainmenu/buttons_settingsmenu/slider_bg WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_down WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_down_hover WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_up WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/arrow_up_hover WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/icon_completed WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/mission_description WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/mission_details WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/no_screens_available WARNING:Couldn't load image: guis/assets/mainmenu/buttons_start/screenshots WARNING:Couldn't load image: guis/assets/mainmenu/checkmark_green WARNING:Couldn't load image: guis/assets/mainmenu/downloadable_mission_details WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop2 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop3 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop4 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop5 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop6 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop6_overlay WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_backdrop7 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_0 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_1 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_2 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_3 WARNING:Couldn't load image: guis/assets/mainmenu/oldparchment_watermark_4 WARNING:Couldn't load image: guis/assets/mainmenu/ornament_horizontal WARNING:Couldn't load image: guis/assets/mainmenu/ornament_horizontal_short WARNING:Couldn't load image: guis/assets/mainmenu/parchment_download_left WARNING:Couldn't load image: guis/assets/mainmenu/parchment_download_right WARNING:Couldn't load image: guis/assets/mainmenu/parchment_load WARNING:Couldn't load image: guis/assets/mainmenu/parchment_mainmenu WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure1 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure2 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure3 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure4 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure5 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure6 WARNING:Couldn't load image: guis/assets/mainmenu/sidefigure7 WARNING:Couldn't load image: guis/assets/mission_failure/background_shading WARNING:Couldn't load image: guis/assets/mission_failure/barred_window WARNING:Couldn't load image: guis/assets/mission_failure/chain WARNING:Couldn't load image: guis/assets/mission_failure/fog WARNING:Couldn't load image: guis/assets/mission_failure/skull WARNING:Couldn't load image: guis/assets/mission_success/background_success WARNING:Couldn't load image: guis/assets/mission_success/gleam1 WARNING:Couldn't load image: guis/assets/mission_success/stats_parchment WARNING:Couldn't load image: guis/assets/objectives/box_checked WARNING:Couldn't load image: guis/assets/objectives/box_default WARNING:Couldn't load image: guis/assets/objectives/box_failed WARNING:Couldn't load image: guis/assets/objectives/nextpage WARNING:Couldn't load image: guis/assets/objectives/nextpage_lit WARNING:Couldn't load image: guis/assets/objectives/parchment_ingame WARNING:Couldn't load image: guis/assets/objectives/parchment_untitled WARNING:Couldn't load image: guis/assets/objectives/prevpage WARNING:Couldn't load image: guis/assets/objectives/prevpage_lit WARNING:Couldn't load image: guis/assets/outerdirt WARNING:Couldn't load image: guis/assets/purchase_menu/parchment_shop WARNING:Couldn't load image: guis/assets/splash/launch WARNING:Couldn't load image: guis/assets/white WARNING:Couldn't load image: ui/assets/guicursor_arrow WARNING:Couldn't load image: ui/assets/guicursor_hand WARNING:file materials/tdm_ghouse_stone.mtr, line 758: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_brown' previously defined at materials/tdm_ghouse_stone.mtr:616 WARNING:file materials/tdm_ghouse_stone.mtr, line 804: material 'textures/darkmod/stone/cobblestones/cobblestones_rounded_sepia_grey' previously defined at materials/tdm_ghouse_stone.mtr:664 187 warnings terminal support enabled ( use +set in_tty 0 to disabled ) pid: 12657 8000 MB System Memory guessing video ram ( use +set sys_videoRam to force ) .. guess failed, return default low-end VRAM setting ( 64MB VRAM ) 64 MB Video Memory Async thread started Couldn't exec autocommands.cfg - file does not exist. Killed
  25. RE Glitches with the Stone (aka Stone Print) font. Probably the minor artifacts with this font - mentioned in the bugtracker - are due to the fact that this file is missing from the distribution: tdm_fonts01\fonts\english\stone\fontimage_12.dat <== MISSING which I surmise causes the 24pt font to be used instead and scaled down. There is some reason to believe the missing file was present at one time, because the corresponding .dds file is present: tdm_fonts01\dds\fonts\english\stone\stone_0_12.dds And the russian paths have both the .dat and .dds files (2 of the latter in the case of russian) for this font. (I think trying to copy the russian version of .dat to the english branch would fail big time.) If someone with access to an archive of very early TDM full distributions can check to see if it is available, that would be great. That would be the best way to go, because that file may contain hand-tweaks to the font spacing. Otherwise, it could be regenerated from the .ttf file and tweaked, a somewhat fraught endeavor (at least if I were to attempt it).
×
×
  • Create New...