-
Posts
12749 -
Joined
-
Last visited
-
Days Won
261
Everything posted by nbohr1more
-
Cannot reproduce. Post your darkmod.cfg so I can match settings ( postprocess, tonemap, AA, etc )
-
Fan Mission: Footloose Museum Theft (V.2)
nbohr1more replied to Goblin of Akenash's topic in Fan Missions
The update has been added to the mission database. Thank you! -
probleme avec le mod vr de Le Dark Mod VR
nbohr1more replied to guerrero's topic in TDM Tech Support
Google translate didn't make this clear enough for me to respond properly but here is our thread about VR in TDM: It's currently designed to work with TDM 2.10 but players have installed it on top of 2.12 and found that it worked as expected. -
AI and elevators are driving me crazy
nbohr1more replied to grodenglaive's topic in TDM Editors Guild
It enables a visualization of the blocking object and the AI direction arrow. Search: cv_ai_debug_blocked in our github repo: https://github.com/search?q=repo%3Astgatilov%2Fdarkmod_src cv_ai_debug_blocked&type=code -
Fan Mission: Deceptive Shadows by Shadowhide (16/Sep/12)
nbohr1more replied to demagogue's topic in Fan Missions
Added the subtitles to the mission database -
@taaaki can you verify if there are any issues with the mirrors ?
-
Confirmed. The main menu objectives page is now bugged. Not sure if there is a quick fix but if you have a proposed design I will gladly test it. @stgatilov ?
-
Start here: https://wiki.thedarkmod.com/index.php?title=How_to_pack_your_Mission https://wiki.thedarkmod.com/index.php?title=Readables also, the start map example has working readables: https://wiki.thedarkmod.com/index.php?title=Startpack_Mappers'_Guide
-
I have translated the game into Catalan, now what?
nbohr1more replied to Nolok's topic in I want to Help
I added this to 2.13 SVN I did a rough translation of the new texture quality menu but did not translate the new 2.13 player toolscatalan.lang Feel free to modify further -
I have translated the game into Catalan, now what?
nbohr1more replied to Nolok's topic in I want to Help
Please send me a forum PM \ Chat with the file via Google drive, Dropbox, etc. -
Time to summon @Melan ?
-
TDM Packer 2 - another tool for managing and packing missions
nbohr1more replied to Skaruts's topic in TDM Editors Guild
I prefer all lower case but I think I've seen some camel-case folders work in Linux. Just not the main ones ( materials, textures, dds, def, maps, guis, etc ) -
TDM Packer 2 - another tool for managing and packing missions
nbohr1more replied to Skaruts's topic in TDM Editors Guild
For some reason, Linux won't recognize an FM folder if it has any capital characters. Sub-folders work though. -
TDM Packer 2 - another tool for managing and packing missions
nbohr1more replied to Skaruts's topic in TDM Editors Guild
It impacts the SVN server as I know. The game seems to handle these without issue other than - in some file names. I would prefer enforcement since it would make my life easier as a mission maintainer -
TDM Packer 2 - another tool for managing and packing missions
nbohr1more replied to Skaruts's topic in TDM Editors Guild
It's easy enough to rename the mission pack on upload but I guess for new mappers they might encounter a puzzle if the pk4 fails to be read by TDM so pack naming checks would be handy. As for special characters? ( ) { } [ ] | ! @ # $ % ^ & * , + - " ' : ; ? < > ` ~ / Are the ones I've seen cause upload failures. I am hoping that we aren't susceptible to UTF-8 localization characters. Thus far I haven't seen any failures in that regard. -
TDM Packer 2 - another tool for managing and packing missions
nbohr1more replied to Skaruts's topic in TDM Editors Guild
Woo! Any chance you could add a feature that warns about spaces or special characters in file or folder names? That way it'll be less work to upload missions to the database. -
Fan Mission: Footloose Museum Theft (V.2)
nbohr1more replied to Goblin of Akenash's topic in Fan Missions
The mission is now in the mission database. -
Fan Mission: Footloose Museum Theft (V.2)
nbohr1more replied to Goblin of Akenash's topic in Fan Missions
Congrats on the Release! I completed the mission and verified it is fully functional. Critiques: Nothing show-stopping so I will add it to the mission database. Feel free to upload an improved version in the near future. -
Try creating an autoexec.cfg. DIIIa may not support our new config files.
-
Couldn't find the public topic. Probably buried in another discussion. Here is an old bug tracker: https://bugs.thedarkmod.com/view.php?id=2316
-
Sorry, that is a developer thread. ( I thought it was public. ) I'll try to find the old public one.
-
The Black Mage (Grayman, JackFarmer & Friends), December, 24th, 2021
nbohr1more replied to JackFarmer's topic in Fan Missions
Try the 2.13 beta. There are some stability fixes in there for Arrow behavior. -
Fan Mission: The Wizard's Treasure [15th Anniversary Contest]
nbohr1more replied to thebigh's topic in Fan Missions
Boy Lag did a play-through: He mentioned that the mission has some performance issues outside. ( I personally had no issues, but I might have too strong of a CPU + GPU to see anything ) I'm not sure if he has something extreme in his setting ( 8X MSAA, etc ) but I looked at the outdoors and found that there are no visportals between the fortress and the wall. It might be worthwhile to place at least 8 VP's ( 2 per corner ). Is the distant mountain geometry made of brushes? -
Here is a mirror at Moddb: https://www.moddb.com/mods/the-dark-mod/addons/shadows-of-northdale-legacy-212 Also, darkfate has a copy: https://www-darkfate-org.translate.goog/view/details/files/projects/darkmod/fm/shadows_of_northdale_act_i/northdale1.pk4.url?_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=sc Also Shadowdark Keep: http://www.shadowdarkkeep.com/missionsdm/northdale1.pk4
-
BC4 is single channel. It would require another branch in the normal shaders and would probably look awful because the Y slope would need to be reconstructed from the x slope data. Might be useful for grayscale heightmap input data though ( both for POM and Doom 3 formats ). @OrbWeaver @stgatilov ?