jdude Posted April 5, 2007 Report Share Posted April 5, 2007 On a lot of the models and maps that came with the DM I get texture issues.For example I took these pics: Did I set up the editor wrong or is this a known problem? Quote Link to comment Share on other sites More sharing options...
greebo Posted April 5, 2007 Report Share Posted April 5, 2007 Mine looks mostly ok, apart from the windows. Have you correctly set up the fs_game stuff and the engine path? Which version are you using, the 0.8.1 release or a snapshot? Quote Link to comment Share on other sites More sharing options...
SneaksieDave Posted April 5, 2007 Report Share Posted April 5, 2007 Although I guess it's not a bug thread, while we're at it, I often get such strange unfound shaders as well. Just one example is in snow.map, render mode vs. textured. Not sure why this would be happening: Quote Link to comment Share on other sites More sharing options...
greebo Posted April 5, 2007 Report Share Posted April 5, 2007 That's probably because DarkRadiant has still problems with the shader's map expressions defined in the material files. Same goes for addNormals() and such. Could you rise an issue on the tracker? There is already a "parent" issue about this, I think it's called "Support for MapExpressions" or similar. Quote Link to comment Share on other sites More sharing options...
SneaksieDave Posted April 5, 2007 Report Share Posted April 5, 2007 Okay, I wasn't sure what to qualify it as, so I just made it general and gave it a nonspecific name just mentioning the symptom: http://bugs.angua.at/view.php?id=253 Quote Link to comment Share on other sites More sharing options...
greebo Posted April 5, 2007 Report Share Posted April 5, 2007 Thanks! How are your plans for the weekend? Would you care to give the S/R editor a quick test run on Friday or Saturday (if I'm finished till then, that is)? Quote Link to comment Share on other sites More sharing options...
SneaksieDave Posted April 5, 2007 Report Share Posted April 5, 2007 Not really sure at this time (fly by seat of the pants style; could be big plans, could be no plans, heh). I am definitely way behind where I want to be on DR lately though (especially there are a lot of verifications piling up which I want to catch up on). As for S/R, I will definitely give it a shot, it looks really neat. I hope others who know the system will follow up as well, because I definitely am not experienced with S/R. Quote Link to comment Share on other sites More sharing options...
greebo Posted April 5, 2007 Report Share Posted April 5, 2007 Ok. Just wanted to ask you as your observations are very detailed. As for the S/R system itself, it's probably up to Fidcal, PinkDot and Schatten to judge if the system can do anything. Fidcal, how's your motivation about trying the editor before the next release? Quote Link to comment Share on other sites More sharing options...
Fidcal Posted April 5, 2007 Report Share Posted April 5, 2007 I'm well motivated - in fact I had already took another very quick look at S & R earlier today. Thing is, although I know a bit about S & R I am a total beginner with DR and Doom editing generally so I have been trying the last week or so to get familiar with mapping first. But progress has been real slow because of the fragmented info (which is why I was pushing for one big beginner's tutorial) In other words, if I was using Dromed I could knock together all kinds of S & R tests very quickly but not with DR. For example, I grabbed a crate earlier and added a water response with the intent of testing it by shooting at it with a water arrow. But so far there are no selectable responses built in except to trigger a script. But of course I don't know the names of any scripts let alone any parameters they might need... haha! I wanted to look at the (supposedly) fire stim on a torch but have been unable to make a proper torch! Duh! I made a couple of things with arrows that thereafter could not be selected in xyz or camera so had to abandon that test map! You see I'm hampered by gross ignorance at the moment. Anyway, if you just want feedback on the interface itself I'll take another look later. I do have one or two things about the interface to mention but I want to spend an hour with it. I'll probably dig through some existing test maps but is there much use of S & R in there to look at? Quote Link to comment Share on other sites More sharing options...
Fidcal Posted April 5, 2007 Report Share Posted April 5, 2007 OK, now posted on the S & R thread. Quote Link to comment Share on other sites More sharing options...
greebo Posted April 5, 2007 Report Share Posted April 5, 2007 You're were a bit too quick on the draw, I'm afraid. Judging from your post, you don't seem to have used the latest build, which has the overhauled Stim/Response editor in it. Please see the other thread for details and a new download link. Quote Link to comment Share on other sites More sharing options...
jdude Posted April 9, 2007 Report Share Posted April 9, 2007 Mine looks mostly ok, apart from the windows. Have you correctly set up the fs_game stuff and the engine path? Which version are you using, the 0.8.1 release or a snapshot? I'm using the vanilla 0.8.1 release of Dark Radiant. I'm fairly sure I have the fs_game path set up correctly. When I click the texture in the texture viewer to see which one it is it comes up correctly and it renders correctly in lighting preview. Also It's worth noting that transparent textures such as decals in render lighting mode display as black for me. Quote Link to comment Share on other sites More sharing options...
greebo Posted April 9, 2007 Report Share Posted April 9, 2007 I just opened a DarkRadiant 0.8.1 and the results look nearly identical for me. Perhaps this is because you have an outdated mod version (.mtr files)? The black decals are a pending problem, the support for more complicated shader stages is not yet there, I'm afraid. Quote Link to comment Share on other sites More sharing options...
sparhawk Posted May 1, 2007 Author Report Share Posted May 1, 2007 Don't know if this has already been mentioned, or is planned. What I would like to have in DR is a display list filter. The purpose would be to filter stuff that can be seen based one certain characteristics. So for example, I want to be able to switch everything off and only show lights. Or only models of a certain kind. Or only brushes that use a certain texture.I know we have discussed display groups, but this would be a different feature, although it would be rather similar implementationwise. The reason why I think this would be usefull is, because I often look in other maps for some features that were done there. I guess that many mappers, especially beginners will do this as well. However in a decently sized map, it's quite hard to find anything, especialy if you are not the author of it.Another feature that would go in a similar direction is, to position the camera by specifying an entity or absolute world coordinates. So I can look in the mapfile for the name and then find it in the editor. For this it might be usefull to have a function in the SDK that tells you the name of an entity you are looking at. Not sure of this already exists. I once wrote a function that shows you the distance to an entity you are currently looking at, so if such a function is not available, it would be easy to add and a supplementary function in the editor would make finding an entity quite easy. Quote Gerhard Link to comment Share on other sites More sharing options...
OrbWeaver Posted May 1, 2007 Report Share Posted May 1, 2007 Don't know if this has already been mentioned, or is planned. What I would like to have in DR is a display list filter. The purpose would be to filter stuff that can be seen based one certain characteristics. So for example, I want to be able to switch everything off and only show lights. Or only models of a certain kind. Or only brushes that use a certain texture. That's exactly what the Filter system allows you to do -- you can filter by entity class (worldspawn, light, func_static etc), texture (e.g. hide all textures/common/visportal) or "object" (which currently means brush or patch IIRC). Both negative and positive filtering is provided, with sequential operation (i.e. hide all entities, then add back all of the entities of class "light") and regular expressions ("hide textures/common/.*"). Take a look in the .game file in the install/games directory to see the current filter definitions, which should demonstrate how you can write your own. Another feature that would go in a similar direction is, to position the camera by specifying an entity or absolute world coordinates. So I can look in the mapfile for the name and then find it in the editor. For this it might be usefull to have a function in the SDK that tells you the name of an entity you are looking at. Not sure of this already exists. I once wrote a function that shows you the distance to an entity you are currently looking at, so if such a function is not available, it would be easy to add and a supplementary function in the editor would make finding an entity quite easy. Greebo might know more about this; I have a feeling there is already a "jump to entity" feature of some description, which might already be able to do this (or could be upgraded to do so). Quote DarkRadiant homepage ⋄ DarkRadiant user guide ⋄ OrbWeaver's Dark Ambients ⋄ Blender export scripts Link to comment Share on other sites More sharing options...
greebo Posted May 1, 2007 Report Share Posted May 1, 2007 The filtersystem is already in place since DarkRadiant 0.8.0, I think. Look at Menu > Filters. For defining custom filters I've written this small tutorial. As for the camera to entity stuff. A similar feature already exists: go to Entity List (shortcut: L) and click on the entity's name, the camera is immediately positioned near the entity's origin. Quote Link to comment Share on other sites More sharing options...
sparhawk Posted May 1, 2007 Author Report Share Posted May 1, 2007 Oh, thanks! I hope that NH is getting along with the manual. I think it's definitely needed with all these functions. Quote Gerhard Link to comment Share on other sites More sharing options...
PinkDot Posted July 31, 2007 Report Share Posted July 31, 2007 When we rightclick on the enity's properties list we get Add Property or Delete Property commands. Could we also have Copy / Cut / Paste Property as well? Quote Link to comment Share on other sites More sharing options...
greebo Posted July 31, 2007 Report Share Posted July 31, 2007 Sounds like a nice feature. If you add it to the Bugtracker, its chances of being implemented will increase significantly. Quote Link to comment Share on other sites More sharing options...
PinkDot Posted July 31, 2007 Report Share Posted July 31, 2007 Done. For the future reference - is it better to post some ideas here or straight to the bugtracker? Quote Link to comment Share on other sites More sharing options...
greebo Posted July 31, 2007 Report Share Posted July 31, 2007 For (initial) discussion or feedback of features, the forum is definitely better, but ultimately they should go to the tracker, otherwise they will be forgotten. If it's a straight bug without any need for discussion, it can be added right to the bugtracker. Quote Link to comment Share on other sites More sharing options...
NeonsStyle Posted September 18, 2007 Report Share Posted September 18, 2007 Would it be possible to have it save permenantly the colours I choose for the editor? Currently it forgets everytime I reload it. As for the editor. What can I say, I love it. I love it more than GTKRadiant 1.4. I hated 1.5. DR is soooo well thought out, everything is exactly where you need it. You can tell the person/s who did it, had experience mapping, since it promotes efficient use of mouse clicks/keys. So far, I have no other wishes for it other than that one. Well, actually there is one. I'd like an option in preferences to get rid of that extra window for XY axis. Make it optional. Its only lil thing, but it annoys me to have to close it everytime I load it. I use cntrl tab to change coord view. I think the extra one is superfluous, though I'm sure others use it, so it should stay but be an choice. Venus Quote I have an eclectic YouTube channel making videos on a variety of games. Come and have look here:https://www.youtube.com/c/NeonsStyleHD Dark Mod Missions: Briarwood Manor - available here or in gamehttp://forums.thedarkmod.com/topic/18980-fan-mission-briarwood-manor-by-neonsstyle-first-mission-6082017-update-16/ Link to comment Share on other sites More sharing options...
OrbWeaver Posted September 18, 2007 Report Share Posted September 18, 2007 Would it be possible to have it save permenantly the colours I choose for the editor? Currently it forgets everytime I reload it. The colours should be saved, perhaps there is something wrong with your installation? I'd like an option in preferences to get rid of that extra window for XY axis. Make it optional. Its only lil thing, but it annoys me to have to close it everytime I load it. I use cntrl tab to change coord view. I think the extra one is superfluous, though I'm sure others use it, so it should stay but be an choice. What extra window? I have only ever seen one XY window unless you specifically request a new one from the appropriate menu (View -> New XY View or something). It sounds like you have something wrong with your configuration files, perhaps you should delete everything under C:\Documents and Settings\<your_user_name>\Application Data\DarkRadiant and try starting afresh. Quote DarkRadiant homepage ⋄ DarkRadiant user guide ⋄ OrbWeaver's Dark Ambients ⋄ Blender export scripts Link to comment Share on other sites More sharing options...
New Horizon Posted September 18, 2007 Report Share Posted September 18, 2007 It sounds like you have something wrong with your configuration files, perhaps you should delete everything under C:\Documents and Settings\<your_user_name>\Application Data\DarkRadiant and try starting afresh. I find that when starting DR for the first time, the extra xy window will pop up...but usually after I close it, it saves and I'm done with it. Quote Link to comment Share on other sites More sharing options...
NeonsStyle Posted September 19, 2007 Report Share Posted September 19, 2007 The colours should be saved, perhaps there is something wrong with your installation?What extra window? I have only ever seen one XY window unless you specifically request a new one from the appropriate menu (View -> New XY View or something). It sounds like you have something wrong with your configuration files, perhaps you should delete everything under C:\Documents and Settings\<your_user_name>\Application Data\DarkRadiant and try starting afresh. ahh that fixed the colour problem. Yeh same as Horizon says,... if I load my map though it doesn't... so its not a big deal... I'd gotten so used to closing it, I'd not noticed it actually doesn't come back up when u save your map with it closed. Still though, it'd be nice to have an option to choose if I want it or not. But as I said... its a very tiny issue and there are other things more important I'm sure. Quote I have an eclectic YouTube channel making videos on a variety of games. Come and have look here:https://www.youtube.com/c/NeonsStyleHD Dark Mod Missions: Briarwood Manor - available here or in gamehttp://forums.thedarkmod.com/topic/18980-fan-mission-briarwood-manor-by-neonsstyle-first-mission-6082017-update-16/ Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.