Jump to content
The Dark Mod Forums

Search the Community

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

  • 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. Yes, I would like to find out what the issue is even if the ultimate decision is to use a different library in future. So far I have established that this line in Game.cpp is apparently working (no exception is thrown): // Import the game file into the registry GlobalRegistry().import(fullPath, "", Registry::treeStandard); but this (and any subsequent attempt to getKeyValue) then fails: // Get the engine path _enginePath = getKeyValue(enginePath); I can only think of two hypotheses: It's a timing issue or race condition: the import call is returning but something in libxml2 has not "finalised" the tree so it isn't ready to do XPath queries yet. I don't think there is any asynchronous or threaded code in the libxml2 API but who knows. There's something different about how XPath queries need to be formatted after merging. E.g. perhaps "//game" no longer works, and it has to have some other prefix. Further debugging is therefore needed. Edit: OK, there's definitely something weird going on with encodings. Adding a Registry::dump call into the Game constructor gives me output like this: output error : string is not in UTF-8 output error : string is not in UTF-8 eCrosshairs" ="mU" ���mU="SHIFT"/>< ="ToggleGrid" ="(&#xB3;R"/>< ="ToggleView" ="U" ���mU="SHIFT+CONTROL"/>< ="NextView" ="" ���mU="CONTROL"/>< ="ZoomIn" ="Delete"/>< ="ZoomOut" ="Insert"/>< ="CenterXYViews" ="" ���mU="CONTROL+SHIFT"/>< ="CenterXYView" ="" ���mU="CONTROL+ALT"/>< ="ToggleCubicClip" ="" ���mU="SHIFT"/>< ="ToggleCamera" ="U" ���mU="SHIFT+CONTROL"/>< ="TogTexLock" ="" ���mU="SHIFT"/>< ="DragVertices" ="U"/>< ="DragEdges" =""/>< ="DragFaces" =""/>< ="ToggleSelectionFocus" ="" ���mU="CONTROL"/>< ="ThickenPatchDialog" ="" ���mU="CONTROL"/>< ="ToggleShowAllLightRadii" ="" ���mU="CONTROL+SHIFT+ALT"/>< ="ToggleClipper" ="mU"/>< ="MouseTranslate" =""/>< ="MouseRotate" =""/>< ="MouseDrag" =""/>< ="NewOrthoView" ="" ���mU="CONTROL+ALT"/>< ="SetGrid0.125" ="" ���mU=""/>< ="SetGrid0.25" ="" ���mU=""/>< ="SetGrid0.5" ="" ���mU=""/>< ="SetGrid1" ="" ���mU=""/>< ="SetGrid2" ="U" ���mU=""/>< ="SetGrid4" ="" ���mU=""/>< ="SetGrid8" ="" ���mU=""/>< ="SetGrid16" ="" ���mU=""/>< ="SetGrid32" ="" ���mU=""/>< ="SetGrid64" ="" ���mU=""/>< ="SetGrid128" ="" ���mU=""/>< ="SetGrid256" ="" ���mU=""/>< ="ToggleTextureTool" ="" ���mU="CONTROL+ALT"/>< ="ToggleMainControl_TextureTool" ="" ���mU="CONTROL+ALT+SHIFT"/>< ="NormaliseTexture" ="" ���mU=""/>< ="TexToolGridUp" ="plus" ���mU="SHIFT"/>< ="TexToolGridDown" ="minus" ���mU="SHIFT"/>< ="TexToolMergeItems" ="" ���mU="Y&#x11D;mU"/>< ="GroupCycleBackward" ="ISO_Left_Tab" ���mU="SHIFT"/>< ="GroupCycleForward" ="" ���mU=""/>< ="RevertToWorldspawn" ="" ���mU="SHIFT"/>< ="SavePosition1" ="" ���mU="CONTROL+ALT"/>< ="SavePosition10" ="(&#xB3;R" ���mU="CONTROL+ALT"/>< ="SavePosition2" ="U" ���mU="CONTROL+ALT"/>< ="SavePosition3" ="" ���mU="CONTROL+ALT"/>< ="SavePosition4" ="" ���mU="CONTROL+ALT"/>< ="SavePosition5" ="" ���mU="CONTROL+ALT"/>< ="SavePosition6" ="" ���mU="CONTROL+ALT"/>< ="SavePosition7" ="" ���mU="CONTROL+ALT"/>< ="SavePosition8" ="" ���mU="CONTROL+ALT"/>< ="SavePosition9" ="" ���mU="CONTROL+ALT"/>< ="LoadPosition1" ="" ���mU="Y&#x11D;mU"/>< ="LoadPosition10" ="(&#xB3;R" ���mU="Y&#x11D;mU"/>< ="LoadPosition2" ="U" ���mU="Y&#x11D;mU"/>< ="LoadPosition3" ="" ���mU="Y&#x11D;mU"/>< ="LoadPosition4" ="" ���mU="Y&#x11D;mU"/>< ="LoadPosition5" ="" ���mU="Y&#x11D;mU"/>< ="LoadPosition6" ="" ���mU="Y&#x11D;mU"/>< ="LoadPosition7" ="" ���mU="Y&#x11D;mU"/>< ="LoadPosition8" ="" ���mU="Y&#x11D;mU"/>< ="LoadPosition9" ="" ���mU="Y&#x11D;mU"/>< ="ToggleOrthoBackgroundPanel" ="U" ���mU="Y&#x11D;mU"/>< ="ToggleRotationPivot" ="" ���mU="CONTROL"/>< ="ToggleAasVisualisationPanel" ="" ���mU="CONTROL+SHIFT"/>< ="GroupSelected" ="" ���mU="CONTROL+SHIFT"/>< ="UngroupSelected" ="" ���mU="CONTROL+SHIFT"/></mU><> Whereas with xmlParseFile there are no weird characters and the output just looks like properly formatted XML. I wonder if we have some nonstandard characters in our XML files for some reason.
  2. 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.
  3. I made a small update today removing two modpack skills that were indeed not regular features of the original game, namely Whistle and Peek Door. The real reason though was that I never really use any of them! If I want to alert a guard, I can always hit something with my blackjack and I almost forgot about the peering through a keyhole feature before I noticed that it works with handles without a keyhole e.g. in the current mission I beta test. I kept the numbers scroll, because this basically gives you access to something the game already has only any time, and the Blow skill, as a last resort if mission creator use uncommon flames, again like in the current beta. Also this way there is a bigger distinction between Snatcher's modpack with all the cool new stuff and my patch!
  4. Tried, I updated to that revision but can't build: 1>------ Build started: Project: ExtLibs, Configuration: Release x64 ------ 1>amigaos.c 1>asyn-ares.c 1>asyn-thread.c 1>base64.c 1>bundles.c 1>conncache.c 1>connect.c 1>content_encoding.c 1>cookie.c 1>curl_addrinfo.c 1>curl_fnmatch.c 1>curl_gethostname.c 1>curl_gssapi.c 1>curl_memrchr.c 1>curl_multibyte.c 1>curl_ntlm.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\asyn-ares.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_multibyte.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\amigaos.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_memrchr.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\bundles.c) 1>curl_ntlm_core.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_ntlm.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_fnmatch.c) 1>curl_ntlm_msgs.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_gethostname.c) 1>curl_ntlm_wb.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\base64.c) 1>curl_rtmp.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_gssapi.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\cookie.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\content_encoding.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_addrinfo.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\asyn-thread.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\conncache.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\connect.c) 1>curl_sasl.c 1>curl_sasl_sspi.c 1>curl_sspi.c 1>curl_threads.c 1>dict.c 1>dotdot.c 1>easy.c 1>escape.c 1>file.c 1>fileinfo.c 1>formdata.c 1>ftp.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_rtmp.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_sasl.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_ntlm_wb.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_ntlm_msgs.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_ntlm_core.c) 1>ftplistparser.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_sspi.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_sasl_sspi.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\curl_threads.c) 1>getenv.c 1>getinfo.c 1>gopher.c 1>hash.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\dotdot.c) 1>hmac.c 1>hostasyn.c 1>hostcheck.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\fileinfo.c) 1>hostip.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\dict.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\file.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\escape.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\easy.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\formdata.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\ftp.c) 1>hostip4.c 1>hostip6.c 1>hostsyn.c 1>http.c 1>http2.c 1>http_chunks.c 1>http_digest.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\ftplistparser.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\getenv.c) 1>http_negotiate.c 1>http_negotiate_sspi.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\gopher.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\hash.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\hostasyn.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\hmac.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\getinfo.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\hostip.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\hostcheck.c) 1>http_proxy.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\hostip4.c) 1>idn_win32.c 1>if2ip.c 1>imap.c 1>inet_ntop.c 1>inet_pton.c 1>krb5.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\hostsyn.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\hostip6.c) 1>ldap.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\http2.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\http_digest.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\http_chunks.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\http.c) 1>llist.c 1>md4.c 1>md5.c 1>memdebug.c 1>mprintf.c 1>multi.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\http_negotiate_sspi.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\http_negotiate.c) 1>netrc.c 1>non-ascii.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\imap.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\inet_ntop.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\idn_win32.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\http_proxy.c) 1>nonblock.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\inet_pton.c) 1>nwlib.c 1>nwos.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\ldap.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\if2ip.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\krb5.c) 1>openldap.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\llist.c) 1>parsedate.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\md4.c) 1>pingpong.c 1>pipeline.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\mprintf.c) 1>pop3.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\memdebug.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\md5.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\multi.c) 1>progress.c 1>rawstr.c 1>rtsp.c 1>security.c 1>select.c 1>sendf.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\non-ascii.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\netrc.c) 1>share.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\nonblock.c) 1>slist.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\nwos.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\nwlib.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\openldap.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\parsedate.c) 1>smtp.c 1>socks.c 1>socks_gssapi.c 1>socks_sspi.c 1>speedcheck.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\pipeline.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\pingpong.c) 1>splay.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\progress.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\pop3.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\rawstr.c) 1>ssh.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\security.c) 1>strdup.c 1>strequal.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\select.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\sendf.c) 1>strerror.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\rtsp.c) 1>strtok.c 1>strtoofft.c 1>telnet.c 1>tftp.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\share.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\slist.c) 1>timeval.c 1>transfer.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\smtp.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\socks_gssapi.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\socks.c) 1>url.c 1>version.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\socks_sspi.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\speedcheck.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\splay.c) 1>axtls.c 1>curl_darwinssl.c 1>curl_schannel.c 1>cyassl.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\ssh.c) 1>gskit.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\strdup.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\strequal.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\strerror.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\strtoofft.c) 1>gtls.c 1>nss.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\telnet.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\tftp.c) 1>openssl.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\strtok.c) 1>polarssl.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\transfer.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\timeval.c) 1>polarssl_threadlock.c 1>vtls.c 1>warnless.c 1>wildcard.c 1>x509asn1.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\url.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\version.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\vtls\axtls.c) 1>cdjpeg.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\vtls\curl_schannel.c) 1>jaricom.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\vtls\curl_darwinssl.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\vtls\cyassl.c) 1>jcapimin.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\vtls\gskit.c) 1>jcapistd.c 1>jcarith.c 1>jccoefct.c 1>jccolor.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\vtls\gtls.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\vtls\nss.c) 1>jcdctmgr.c 1>jchuff.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\vtls\polarssl.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\vtls\openssl.c) 1>jcinit.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\vtls\vtls.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\warnless.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\x509asn1.c) 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\vtls\polarssl_threadlock.c) 1>jcmainct.c 1>e:\darkmodsrc\lib\curl\curl_setup.h(245): fatal error C1083: Cannot open include file: 'windows.h': No such file or directory (compiling source file ..\lib\curl\wildcard.c) 1>jcmarker.c 1>jcmaster.c 1>jcomapi.c 1>jcparam.c 1>jcprepct.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jaricom.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\cdjpeg.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcapimin.c) 1>jcsample.c 1>jctrans.c 1>jdapimin.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcapistd.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jccoefct.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcarith.c) 1>jdapistd.c 1>jdarith.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jccolor.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcdctmgr.c) 1>jdatadst.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jchuff.c) 1>jdatasrc.c 1>jdcoefct.c 1>jdcolor.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcinit.c) 1>jddctmgr.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcmainct.c) 1>jdhuff.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcprepct.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcmaster.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcmarker.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcomapi.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcparam.c) 1>jdinput.c 1>jdmainct.c 1>jdmarker.c 1>jdmaster.c 1>jdmerge.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jcsample.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jctrans.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdapimin.c) 1>jdpostct.c 1>jdsample.c 1>jdtrans.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdapistd.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdarith.c) 1>jerror.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdatadst.c) 1>jfdctflt.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdcolor.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdcoefct.c) 1>jfdctfst.c 1>jfdctint.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdatasrc.c) 1>jidctflt.c 1>jidctfst.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jddctmgr.c) 1>jidctint.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdhuff.c) 1>jmemmgr.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdmainct.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdinput.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdmarker.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdmaster.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdmerge.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdsample.c) 1>jmemnobs.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdpostct.c) 1>jquant1.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jerror.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jdtrans.c) 1>jquant2.c 1>jutils.c 1>transupp.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jfdctflt.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jfdctfst.c) 1>png.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jfdctint.c) 1>pngerror.c 1>pngget.c 1>pngmem.c 1>pngpread.c 1>pngread.c 1>pngrio.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jidctflt.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jidctfst.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jidctint.c) 1>pngrtran.c 1>pngrutil.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jmemmgr.c) 1>pngset.c 1>pngtrans.c 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\png.c) 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngerror.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jquant1.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jmemnobs.c) 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngmem.c) 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngget.c) 1>pngwio.c 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngread.c) 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jquant2.c) 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngrio.c) 1>pngwrite.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\jutils.c) 1>pngwtran.c 1>e:\darkmodsrc\include\libjpeg\jinclude.h(35): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\lib\libjpeg\transupp.c) 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngrutil.c) 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngpread.c) 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngset.c) 1>pngwutil.c 1>bitwise.c 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngrtran.c) 1>framing.c 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngtrans.c) 1>analysis.c 1>barkmel.c 1>bitrate.c 1>block.c 1>codebook.c 1>envelope.c 1>floor0.c 1>floor1.c 1>info.c 1>lookup.c 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngwio.c) 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngwrite.c) 1>lpc.c 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngwutil.c) 1>lsp.c 1>e:\darkmodsrc\sound\oggvorbis\oggsrc\bitwise.c(21): fatal error C1083: Cannot open include file: 'string.h': No such file or directory 1>mapping0.c 1>e:\darkmodsrc\include\zlib\zconf.h(364): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory (compiling source file ..\lib\libpng\pngwtran.c) 1>e:\darkmodsrc\sound\oggvorbis\oggsrc\framing.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>mdct.c 1>psy.c 1>registry.c 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\bitrate.c(18): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\analysis.c(18): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\barkmel.c(18): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\block.c(21): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory 1>res0.c 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\info.c(21): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>sharedbook.c 1>smallft.c 1>synthesis.c 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\lookup.c(18): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\envelope.c(18): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\codebook.c(18): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\floor0.c(18): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\floor1.c(18): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>vorbisenc.c 1>vorbisfile.c 1>windowvb.c 1>ALc.c 1>alcConfig.c 1>alcRing.c 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\lpc.c(46): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>ALu.c 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\mapping0.c(18): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\lsp.c(35): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\mdct.c(40): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory 1>ambdec.c 1>base.c 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\psy.c(18): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>loopback.c 1>e:\darkmodsrc\sound\oggvorbis\ogg\os_types.h(26): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file ..\sound\OggVorbis\vorbissrc\registry.c) 1>mmdevapi.c 1>wave.c 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\res0.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\smallft.c(31): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\sharedbook.c(18): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\synthesis.c(18): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\vorbisenc.c(18): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>winmm.c 1>bformatdec.c 1>bs2b.c 1>converter.c 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\vorbisfile.c(18): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>chorus.c 1>e:\darkmodsrc\extlibs\openal-soft\alc\alcring.c(23): fatal error C1083: Cannot open include file: 'string.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\alcconfig.c(31): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\alu.c(23): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\alc.c(25): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>e:\darkmodsrc\sound\oggvorbis\vorbissrc\windowvb.c(18): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>compressor.c 1>e:\darkmodsrc\extlibs\openal-soft\alc\alstring.h(4): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file openal-soft\Alc\ambdec.c) 1>e:\darkmodsrc\extlibs\openal-soft\alc\backends\base.c(4): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>dedicated.c 1>distortion.c 1>echo.c 1>equalizer.c 1>flanger.c 1>modulator.c 1>reverb.c 1>e:\darkmodsrc\extlibs\openal-soft\alc\backends\mmdevapi.c(24): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\backends\loopback.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\backends\wave.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>helpers.c 1>hrtf.c 1>mastering.c 1>e:\darkmodsrc\extlibs\openal-soft\alc\bs2b.c(26): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\openal32\include\almain.h(4): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file openal-soft\Alc\bformatdec.c) 1>e:\darkmodsrc\extlibs\openal-soft\alc\backends\winmm.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\openal32\include\almain.h(4): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file openal-soft\Alc\converter.c) 1>mixer.c 1>mixer_c.c 1>mixer_sse.c 1>e:\darkmodsrc\extlibs\openal-soft\alc\effects\chorus.c(23): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\effects\compressor.c(21): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>mixer_sse2.c 1>mixer_sse3.c 1>e:\darkmodsrc\extlibs\openal-soft\alc\effects\dedicated.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>mixer_sse41.c 1>e:\darkmodsrc\extlibs\openal-soft\alc\effects\distortion.c(23): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>nfcfilter.c 1>e:\darkmodsrc\extlibs\openal-soft\alc\effects\equalizer.c(23): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\effects\echo.c(23): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\effects\reverb.c(23): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\effects\modulator.c(23): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\effects\flanger.c(23): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>panning.c 1>uhjfilter.c 1>almalloc.c 1>atomic.c 1>rwlock.c 1>threads.c 1>e:\darkmodsrc\extlibs\openal-soft\alc\helpers.c(31): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\hrtf.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\mastering.c(3): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>uintmap.c 1>alAuxEffectSlot.c 1>alBuffer.c 1>e:\darkmodsrc\extlibs\openal-soft\alc\mixer.c(23): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\alc\mixer_c.c(3): fatal error C1083: Cannot open include file: 'assert.h': No such file or directory 1>alEffect.c 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\xmmintrin.h(79): fatal error C1083: Cannot open include file: 'malloc.h': No such file or directory (compiling source file openal-soft\Alc\mixer_sse.c) 1>alError.c 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\xmmintrin.h(79): fatal error C1083: Cannot open include file: 'malloc.h': No such file or directory (compiling source file openal-soft\Alc\mixer_sse2.c) 1>alExtension.c 1>e:\darkmodsrc\extlibs\openal-soft\openal32\include\almain.h(4): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file openal-soft\Alc\nfcfilter.c) 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\xmmintrin.h(79): fatal error C1083: Cannot open include file: 'malloc.h': No such file or directory (compiling source file openal-soft\Alc\mixer_sse41.c) 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\xmmintrin.h(79): fatal error C1083: Cannot open include file: 'malloc.h': No such file or directory (compiling source file openal-soft\Alc\mixer_sse3.c) 1>alFilter.c 1>e:\darkmodsrc\extlibs\openal-soft\alc\panning.c(23): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1>alListener.c 1>alSource.c 1>alState.c 1>alThunk.c 1>e:\darkmodsrc\extlibs\openal-soft\common\almalloc.h(4): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory (compiling source file openal-soft\common\almalloc.c) 1>e:\darkmodsrc\extlibs\openal-soft\common\static_assert.h(4): fatal error C1083: Cannot open include file: 'assert.h': No such file or directory (compiling source file openal-soft\common\atomic.c) 1>e:\darkmodsrc\extlibs\openal-soft\openal32\include\alu.h(5): fatal error C1083: Cannot open include file: 'math.h': No such file or directory (compiling source file openal-soft\Alc\uhjfilter.c) 1>e:\darkmodsrc\extlibs\openal-soft\common\static_assert.h(4): fatal error C1083: Cannot open include file: 'assert.h': No such file or directory (compiling source file openal-soft\common\rwlock.c) 1>sample_cvt.c 1>e:\darkmodsrc\extlibs\openal-soft\common\threads.h(4): fatal error C1083: Cannot open include file: 'time.h': No such file or directory (compiling source file openal-soft\common\threads.c) 1>e:\darkmodsrc\extlibs\openal-soft\openal32\alauxeffectslot.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\openal32\albuffer.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\common\static_assert.h(4): fatal error C1083: Cannot open include file: 'assert.h': No such file or directory (compiling source file openal-soft\common\uintmap.c) 1>e:\darkmodsrc\extlibs\openal-soft\openal32\aleffect.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\openal32\alerror.c(23): fatal error C1083: Cannot open include file: 'signal.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\openal32\alextension.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\openal32\alfilter.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\openal32\include\almain.h(4): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file openal-soft\OpenAL32\alListener.c) 1>e:\darkmodsrc\extlibs\openal-soft\openal32\alsource.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\openal32\althunk.c(23): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\openal32\alstate.c(25): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory 1>e:\darkmodsrc\extlibs\openal-soft\openal32\include\almain.h(4): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file openal-soft\OpenAL32\sample_cvt.c) 1>Done building project "ExtLibs.vcxproj" -- FAILED. 2>------ Build started: Project: idLib, Configuration: Release x64 ------ 2>Insert SVN revision number into svnversion.h 2>Inserted SVN revision number into svnversion.h 2>precompiled.cpp 2>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\atlmfc\include\afx.h(62): fatal error C1083: Cannot open include file: 'new.h': No such file or directory 2>Done building project "idlib.vcxproj" -- FAILED. 3>------ Build started: Project: TypeInfo, Configuration: Release x64 ------ 4>------ Skipped Build: Project: MayaImport, Configuration: Release x64 ------ 4>Project not selected to build for this solution configuration 3>ioapi.c 3>e:\darkmodsrc\framework\minizip\ioapi.h(47): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory 3>Done building project "typeinfo.vcxproj" -- FAILED. 5>------ Build started: Project: DarkModTools, Configuration: Release x64 ------ 5>precompiled.cpp 5>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\atlmfc\include\afx.h(62): fatal error C1083: Cannot open include file: 'new.h': No such file or directory 5>Done building project "engine.vcxproj" -- FAILED. ========== Build: 0 succeeded, 4 failed, 0 up-to-date, 1 skipped ==========
  5. Do we have one of these? I know we kind of have one for upcoming TDM projects, but not a general game thread. I'll start. Elden Ring:
  6. Is that the name of your book? I looked up the word and it could easilly mean a 100 different things. Young Writers Association? --- Maybe you could make some kind of modules that other game designers could use in their game.
  7. Hey its been some time, I just wanted to make you guys aware, that i have been secretly at work, on the side, on a total remake of the systems from delightfyl. I post a few videos below, the new systems are really really powerful and stable! No idea what i will do with this yet... The effort to make a full game is really expensive and i am distracted and creatively bankrupt. Without outside help i will never make a game like this evermore.
  8. 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/
  9. Yeah the problem is that the entity list makes DR freeze for a couple of minutes with some extremelly large maps. During the freeze it takes over the mouse, so you can't use it in other applications. With the keyboard I can still do everything outside DR. Also I cannot copypaste text in the searchbox in the entity list. That gives an error.
  10. God knows since when have I last registered or posted on a traditional internet forum, but had to do so to pay my respects for the developers and map makers of this game. I have no history of the original thief series, and had no expectations for the mod. This is the first FM I played. After running around in a bit of a haste, becoming increasingly desperate of the complexity of the map, I learned to enjoy the feeling of being lost, calmed down and started to pay attention to the surroundings and listening to the ambient sounds and music. It is a truly immersive experience. I do have to admit that I could not find the entrance to the mansion, and had to resolve to a walkthrough to figure out how to enter, and at the end of the day did not manage to finish the mission. This mod is a great achievement, thank you for all the work and passion you have put into it.
  11. Greatly enjoyed the moment of starting the mission and hearing the Beethoven's symphony. Well fit for the atmosphere of the game and provided the mood for the FM as well. I found acting against my own will by shutting off the music.
  12. In the latest dev17026-10712, GUI debriefing is supported. It works exactly the same way as GUI briefing. It would be great if someone tries it For the nearest future, I'd like to support passing information from game script to GUI debriefing. So that you could show different things in debriefing depending on what player did in the mission.
  13. biggest gripe with my 2080 ti is that it only has hdmi 2.0b so it cant do 4k above 60hz luckily the displayport can and since i bought a monitor with displayport it happily chugs along in 4k 145 hz its an asus ultrawide 32" so matches my board which is also from asus and gfx card also from asus as a bonus, just stay the f... away from asus software the hardware is quite good though. the ultrawide screen has its own problems with some games though (letterboxing) but most of those can be worked around. in hzd the cutscenes are allways letterboxed which is annoying since it has a load of those but the game itself runs fine in ultra widescreen. my 3070 runs on an older phillips tv i had "1080p" eww. but i tried it on my 4k screen just for comparison. sometime in the near future ill ditch the old phillips for a 4k TV since i use my second PC as a streaming device mainly (i dont have cable TV) .
  14. Each time I check the objectives in game (pressing O), this warning appears in the console: I checked a few missions (MoongateRuckus, Eye On The Prize, By the Cookbook, Spider and the Finch) and they all do this. Doesn't happen with TDM 2.11. I reinstalled 2.12, but still get this behaviour. Is anyone else seeing this?
  15. I've been involved in the TDM community now since before we had a game, since way back when we were arguing over lock picking methods lol Finally, I'm finished with Briarwood Manor - my first Fan Mission for The Dark Mod. I've been hatching this for a year so I'm wrapped it's finally done. Briarwood Manor Crowind - made the Briefing for the mission: This is the HD version. Briarwood Manor is a old manor house built and added on to over the years which gives it it's design. The family part is the original home, and two other parts were added on later. Inspiration came from an image in the TDM Editors Inspiration thread. Available through in-game downloader. - available also in the link below. Update Version 1.93 - Fixed a few issues that surfaced, and added a sign to the Armory because people were missing it and thinking the mission was very thin on resources. Remaining Issue: - DO NOT BE SEEN BY THE STEWARD AT ALL! Update Version 1.91 - Removed an erroneous LARGE file that had accidently been in the mission blow the mission size up dramatically other assorted bugs fixed that were pointed out by the Community. Thank you Also replaced the missing script file that controlled the Drop Key which I accidently deleted. LOL Update Version 1.9 - Fixed a bug caused by roof projecting into the sleeping maids room upstairs. Update Version 1.81 - Fixed a bug caused by a faulty newspaper readable that I couldn't fix, so I converted it to a static model that is no longer frobbable. Update Version 1.8 - Fixed a problem with a patch that somehow got misaligned in the previous version of the level creating a ceiling shadow. Update Version 1.7 - Fixed some brush splitting, and a problem with the stairs. Also fixed a readable problem, and a few other minor problems. Added little more detail around the woodshed. Update Version 1.6 - Fixed problem with Crowleys Diary, and a screwed up shadow in the old well. Update: Version 1.5 - Resolved the problems with the Steward and the Dropkey. They should never be a problem again. Unless you decide to hit him, then you are going to break him from his route lol. Fix an sound issue, and fixed a problem where the player could get into places he shouldn't until the right time. lol Improved the performance for the garden area. It should be playable for low end PC's now. If you get stutter issues, drop your video settings, especially the LOD setting. With LOD set to Very Low, Fog will be gone, and detail will be dropped a lot at a distance. The higher you raise your LOD the more you get. ie at LOW LOD Fog comes back. Experiment so you get a setting your PC is happy with. You can use the console command com_showfps 1 to see what FPS you are getting. 30 and above are acceptable. Enjoy. Update: Version 1.4 - Resolved (partially the drop key issue - save before you go into Stewards room, fixed many other minor problems picked up by Abusimplea. Added a new room, made the map a bit more open, solved some of the difficulty issues people had. The map should now be ghostable. I hope. Should be added to the in game downloader within a day or so depending. https://drive.google.com/file/d/1I_-ZJDGUtK7P4-b5zsGsEcYAH0vYdgnw/view?usp=sharing If you download from this link, top right arrow pointing down, is how you download it. Click it. A few things to note: 1+ Hour of gameplay - Easy Difficulty is intended for new players. Hard/Expert for most of the TDM Community. This is a challenging map for new players. Use your tools Features a custom intro (above) and a few custom sounds, and some voice acting. Warning: This mission is not for low end PC's. The house is fine, but the garden will make lower end PC's grind. The map has been made sensitive to LOD settings. So if it's grinding you're PC drop you're LOD settings for it, then you can return them to normal once you've finished. On my Medium PC gtx 760 with Normal LOD I get 30 to 60 fps in the garden. I upgraded to GTX 1070 and get pretty good 60 fps in the garden. Briefing Video made by Crowind and I can't thank him enough. He did an amazing job of this. I was so lucky to have him do this. Cast: Voice Actors (Intro) : 1St Merchant: Crowind, 2nd Merchant: Mykel19XX Corbin: Goldwell Voice Actors (Mission): Corbin played by Goldwell, Morgan Crowley played by V-Man, Giles MacCadie (Steward) played by myself Thank you to my Beta Testers: Cambridge Spy, OldJim, V-Man, Jaxa, duzenko and Bikerdude. Cambridge Spy and OldJim did most of the hard grind in finding problems, so thank you both so much. If you are stuck or need help, fastest way to reach me is message me on my youtube channel (link bottom of this post). Use the resources you were given and you should have no problems. Otherwise post spoiler free in this thread. TIP: Don't be seen by the Steward, or he might glitch out. Credits: Crowind put my briefing text into a more thiefy style for Goldwell to voice. He also helped with refining the trailer for the mission. Bikerdude (did the coal door for me and let me use his moonbeam method) and sorted the performance side of things out and thereby taught me how to do performance., grayman for providing a script to handle the drop key (Abuseinplea for fixing it from bouncing) and grayman for solving some conversation problems. EHR+ or showing me how to do the double secret door and Fidcal for his Fidcal's A-Z tutorial for Dark Radiant. Without this starting point I would not have started. Changes 1.2 to 1.93 - Added a second way to get into the building - Dining Room and Parlour doors now pickable, to make it bit less linear - Electric Light in Lobby dropped it's luminosity from 240 to 220 Little bit darker. - Door on the landing (catwalk) is now unlocked - Spider no longer walks down to the ladder, or clips into the floor. - Opened up the level more so you can choose more how you want to tackle it; except for family rooms (top of stairs) - Fixed a graphical bug with the back stairs caused by TDM upgrading to 2.06 - Added some plants around bottom of garden wall alongside cart. I don't like seeing planes meeting. lol - Made some changes to the fog in the garden. - Fixed a problem with the newspaper that was allowing the no frobbing bug to occur. Enjoy Neon PS: Why does TAB key no longer tab? It drops to the bottom of the page. I have to say I hate this editor.
  16. jaxa

    2016+ CPU/GPU News

    It was a relatively strong mid-range card that obviously has less VRAM than it should. And it's still funny that the RTX 3060 packs 12 GB while the RTX 3080 copes with 10 GB. Game devs would like PC users to have 12-16 GB VRAM, but they'll support 8 GB and do little tricks like downgrading the textures automatically.
  17. I'm returning to continue my work, and this silly problem eludes me. Thanks for your help!
  18. Skins don't require a model path, that's just a convenience feature to allow the skins to be associated with the model(s) in the editor. However I have no idea if an unassociated skin can be used on a func_static. I suppose there's no reason why it couldn't work, but it's not something I've ever tested and I wouldn't be surprised if it fails to do anything (either in the editor or the game).
  19. Perhaps this is because your in-game brightness is very high and the Start Mission option blends with the background...
  20. I think this is being discussed for the core game and maybe some day it is included. For now if you want some order, just download the Unofficial Patch and only copy the fms folder in the archive into your TDM directory to get a better listing!
  21. EDIT - You can find a working external script with instructions in this post ---------------------------------------------------------------- Hi! First post in this forum. Greetings to all. I am a long time fan of T1 & T2 and I recently stumbled upon The Dark Mod while looking for some T2 Fan Missions and I immediately fell in love with it. Here goes a heartfelt thanks to the developers for having created this masterpiece and my recognition and appreciation to the TDM content creators and artists. Thanks. Back on topic. A couple of weeks ago I started playing Splinter Cell Chaos Theory. The game makes use of the mouse wheel to increase and decrease the speed of the character and while it took a couple of missions to get used to it, it felt natural from that point on. So much so that after beating the game and launching TDM again my first thought was: this game mechanic should be a must in the stealth genre. You can see it in action in the first minute of this video: I understand chances are this new mechanic cannot be implemented in TDM right away: we are currently limited by the 3 existing speeds / levels of sound (correct me if I am wrong) but regardless, if the development Team would allow us to use the mouse wheel to switch between creep, walk & run it would be a step forward in the right direction, in my humble opinion. Cheers!
  22. Story: Build Time: Thanks: Download: In the in-game downloader, when it's back up* or at the following locations: Dropbox http://darkmod.taaaki.za.net/fms/lhl.pk4 http://fidcal.com/darkuser/missions/lhl.pk4 http://www.southquarter.com/tdm/fms/lhl.pk4 *right now the mission server is down, which means you will need to manually download and install this mission. Download the pk4 file from dropbox above, and place it in your folder called LhL inside your "fms" folder in your TDM install directory. Let me know if you run in to problems! Gallery: Hints, Tips, Walkthrough, Spoilers(!):
  23. After editing some objectives, now I'm getting this console warning pop up any time I check the objectives in game. I've never seen it before. Everything appears to be working though. I have not edited the tdm_objectives.gui file and it is intact in the tdm_gui01.pk4 folder in TDM. It references DestroyDelay here. onAction { set "gui::DestroyDelay" OBJECTIVES_DESTROY_DELAY; set "gui::CloseGUI" "1"; set "cmd" "updateObjectives"; } but I have no idea what I could have done in my fm to give it issue. [EDIT] I get this warning in other missions now, not just mine. I reinstalled TDM and I still get this warning. Is this a 2.12 thing?
  24. I would like to recommend adding "Warning: Skin names cannot start with numbers, as it will cause models to appear black in-game."
  25. "I am Matthias, a Postulant in training for the Order of the Builder. I have been on a pilgrimage for over a year now and have finally arrived at the end of my journey." Build Time: - About 3 months for version 1, but we are now upto version 1.3 Mapping Team: Evilartist - for letting me convert his D3 map, top man!Bikerdude - map conversion, mapping, textures, sounds.Goldchocobo - mapping, traps, puzzles and sounds.AluminumHaste - textures and general testing.Grayman - scripting of the mirror puzzle.Obstortte - scripting and textures.Mortem Desino - scripting.Thanks:- - Beta testers: Goldwell, nbhormore, Aluminiumhaste, Nbohr1more, Moonbo, SirTaffsalot, Airship Ballet, Snobel, Xarg, MacD11, Oldjim, Cookie and anyone else who i missed of the list. Download:- - The latest version is now available via the in-game downloader. Info: The latest version is now available via the in-game downloader.The mission is fully l10n ready. (thanks Tels)Known issues: This mission will have less than optimal fps at some locations.For very low end PCs I recommend the following settings: V-sync is off, AA is off, Aniso is 4x or lower, advanced settings are simple/default & Post processing of disabled and as a last resort the command line arg ' r_skipFogLights 1 ' (turns off the fog)
×
×
  • Create New...