-
Posts
438 -
Joined
-
Last visited
Content Type
News Articles
Tutorials
Forums
Downloads
Everything posted by SomaZ
-
What about you starting a conversation and add every df2 developer to it??
-
hm, thats crazy. could you pls try setting r_ignoreDstAlpha 0 and try again using hdr rendering? Could you also pm me your map? best with shaders and textures. It's easier to find mapping issues this way, though it looks like you did fine on first glance. Sry to be so short on explanations, haven't been home some days and I'm writing all of this with my phone.
-
R_cubemapping 1? I guess thats the needed cvar. Edit: why have you disabled r_hdr?
-
Dead Space for free right now: https://www.origin.com/deu/en-us/store/dead-space/dead-space/standard-edition
-
Hm, glass is not really supported right now. It should work for now with the standard shader settings though. Problem right now is that reflections are blended out with the value of the transparency of the material itself, which is bad. It's something I want to tackle next, but I have no idea when I have some time for it. Can you post the shader and a picture of the glass ingame?
-
Some little hints on exporting textures from substance painter to rend2 / gl2: Export preset for the roughness metallic workflow looks like this: Export preset for the gloss specular workflow looks like this: Example pictures:
-
He? It does. ?_?
-
@ Btw, if you need map assets/props you can ask @@Nupol. He's familiar with the pbr workflow.
-
Don't worry about normal maps right now. We can still rework parts of the map. Your work looks pretty decent. Looking forward playing around with this map. For now you could check out these two. https://jkhub.org/topic/9351-overview-opengl-3-renderer/ https://jkhub.org/topic/9516-shaders/ But don't focus on this for now. I can teach you some stuff when you are finished with this map. If you have a discord account we can sort things out a little faster.
-
@@Circa save his Inbox! ^
-
added support for both PBR workflows (specular gloss and roughness metallic)
-
So, I finished this today. We can now use both workflows. New stage keywords are: -normalMap -normalHeightMap -specularMap or specMap, both work the same -rmoMap Shaders look like this now: textures/testmap/testmap_wall_d { { map textures/testmap/Bricks1 rmoMap textures/testmap/Bricks1_rmo normalHeightMap textures/testmap/Bricks1_nh } { map $lightmap blendfunc GL_DST_COLOR GL_ZERO } }Autoloading of _rmo maps was removed for now, autoloading of _spec maps added. Specular maps are rgb specular a gloss, rmo is unchanged.
-
Oh hi, which GtkRadiant version are you using? Are you familliar with scripting? Can you work with models exported from like Blender or 3ds Max? Maybe even make some? Pls, tell us a little more about you and your work/workflow. I like what you showed us in those screenshots. Overall a bit blocky (which is manly GtkRadiants fault, I know), but I see a lot of potential. Can you maybe provide a .map file, I'm a bit curious?
-
Amnesia Collection for free: https://www.humblebundle.com/store/amnesia-collection
-
https://www.youtube.com/watch?v=DCcU9IsvfLc
-
The shaderlist is for GtkRadiant only afaik.
-
One way to create a skybox: https://jkhub.org/topic/10079-creating-a-skybox-using-a-jka-map/?do=findComment&comment=142096
-
Maybe because they're supposed to be tiled on brushes in a real map?
-
Ok, have some screenies. (Are you sure you can sleep well when you have seen them?) HF and sleep well! ♥
-
So, long time no update here. I started reworking shader definitions because I hate the stage fuckery with normal maps and specular maps. The different normal and specular stages were removed completely. (though I might add the vanilla spec stage back in, noticed that I killed that one too today :/ ) planned new stage keywords are: - normalMap (done) - normalHeightMap (done) - specularMap - specularGlossMap - albedoMap - rmoMap - diffuseMap (simply as alternative to map, nothing special about this) So, the thing is, that I will also write support for the other pbr workflow (specular gloss) simply because I will handle every pbr material internally in this format. This has a simple reason, I can simply write a prepass that is needed for screen space reflections (the only informations needed for ssr are position, normal, previously rendered image and the specular with gloss/roughness). I will also port this stuff to rend2 so everybody can use their stuff in mp and sp without reworking every piece they created. @@DT85 When I finished this, you need to update the mtr shader thread. Edit: Oh, and sorry that we need to rework the shader files, but this shit was long overdue. Edit2: Damn, need to focus more... Any thoughts and/or wishes, maybe other wording for the keywords?
-
This is a short tutorial on how to import/export md3 models with the (currently) latest version of Blender which is 3.3.1. Installation of the addon: First of all you need to install the "Import id Tech 3 BSP" addon. You can download the lastest release here: https://github.com/SomaZ/Blender_BSP_Importer/releases If you want to utilize the addon to its full potential you need to extract the "models", "shaders", "textures" and "maps" folders from the games pk3 files into one seperate folder. If you only want to use the addon for exporting your models, you won't need to do that. In either case its needed to set the base path of your game install in the addons preferences. If you unpacked the folders I mentioned before, make sure the addon points to the folder where your files were extracted to. So, open Blender, go to 'Edit -> Preferences -> Add-ons' Click the 'Install...' button on the top right and navigate to the zip you downloaded, then click 'Install Add-on' Tick the checkbox next to 'Import-Export: Import id Tech 3 BSP' to enable the addon Open the addons properties with the arrowhead next to the checkbox and set your games basepath This is the default setting when installing the addon. Make sure the basepath is correct for your install. Importing MD3 files: Once you installed the addon, importing md3 files is as easy as opening the import dialog via the import menu entry and selecting a md3 file. If you want to skip importing md3 tags, you can untick the "Import Tags" checkbox on the right side of the import window. On default, the addon will merge all objects in a md3 file into one blender object. You can change that behaviour when you change the preset to "Objects". The addon will look for valid shaders and textures for the imported md3. The addon will also add some control elements to the UI under the Q3 Shaders tab on the right side of the viewport to manipulate the lighting preview. If you want to use the model in a rendering, you can just select your models and hit the "Reload Cycles Shaders" button to get a shader without fixed lighting values. Exporting MD3 files: Just open the export dialog via the menu. You can choose to only export the selected blender objects, or all meshes in the scene. The local space coordinates will export all models as if they are moved to the origin. Setting the start and end frame to different frames will result in exported vertex animations. The surfaces option will change the way the addon will export the model. If you choose the "From Materials" setting, the addon will create obejcts based on the used materials. You can use this with multimaterial blender objects like shown above. If you choose to export "From objects" you need to make sure your blender objects only have a single material. The addon won't split your model automatically then. Material names are based on the blender material name. The custom property which was used in older blender addons is not supported anymore and is completely ignored. Let me know if I forgot to explain something.
-
Sounds a bit like a skyportal could be an answer to your problem. What is this thing really far away?
-
Company of Heroes 2 for free on https://www.humblebundle.com/store/company-of-heroes-2 Assassins Creed 4 for free on https://www.ubisoft.com/en-gb/event/happy-playdays-2017/