-
Posts
444 -
Joined
-
Last visited
Content Type
News Articles
Tutorials
Forums
Downloads
Posts posted by scp_chaos1
-
-
Now the number of downloads of this little project has finally reached 100 downloads, thank you all very much for the support, I hope you enjoyed it as much as I did leading this project, and again thanks to all who helped in it.
DarthValeria, Srethem, GamerRedNeck and 2 others like this -
1 hour ago, Alvar007 said:
Hey, it's been a while since I posted here.
So I wanted to update this thread because I've been working on something interesting for the game: importing motion capture animations. I managed to do this using the Auto Rig Pro addon for Blender, which you can basically use to retarget any custom rig to the Jedi Academy skeleton in this case.
Most of them were taken from mixamo, but you can basically retarget anything. Here you can see a video showcasing the results:
Credits to @MagSul for the amazing mod used in the video. As you can see, the retargetting it's not perfect. There are some details such as the fingers that may need to be adjusted. But it's still very useful for NPCs in the background that you see from a distance.
If I combine this with the facial animations workflow that I showcased in this same thread, I can make the ultimate SP missions which I plan to do at some point. For now, I hope you enjoy this!
Implementing this in SP mods like Movie Duels would be really interesting to watch, excellent work.
-
-
Damn, it's one of the best I've seen, I should learn how to use NetRadiant, it's amazing what you can do with it.
AngelModder likes this -
Wow, it really looks good, and those palm trees look high quality. I hope you haven't abandoned the Coruscant temple project, that would be a great shame.
AngelModder likes this -
First of all, Merry Christmas!
Since the end of the second poll (I mean since October) I've been developing a map of Silent Hill 2, specifically the west side, as you know is a lot of work that had to be done, however I've been doing it in these months, at first I had planned to be a map, however and by limitations of my Q3MAP2 of GTK Radiant 1. 5, it had to be split in two maps, but well, you can say that a map is about to be completed, although I'll need help to make all the functions of a multiplayer map, since my experience is in single player. I'll share with you a bit of what has been achieved up to this point:
West Side Of The Town (Part one: Rosewater Park):
SpoilerA preview:
To accomplish all this progress I had to get the textures and models from the original game, it's a very faithful representation of the game, basically I had to rebuild several models to make them look good in JKA.
At first it was just making the map, but now I'm going to do something a bit bigger, this project will contain:
-2 multiplayer maps (For now, maybe in the future I'll update this package and include more parts).
-Player models (Four of them)
-Player models skins (JKA models with outfits from SH2 player models).
-Weapons (Three of them (Pistol, Shotgun and Rifle from SH2)).At the moment I'm still working on this map, unlike my mod this project is much shorter, maybe by the middle of next year it will be ready, well I hope so.
What do you think about what has been done up to this point?
SomaZ, ZelZel, DarthValeria and 1 other like this -
Stay alert, I'll update this topic in a few hours.
-
Strange, but at least it works.
-
Okay, the current winner by votes is West side of the town.
The progress of Facility 1F will be recontinued for a future project.It will take me longer to make this map ( because of the extension), but I hope to make the expected result.
Thank you for voting, now this post will become exclusively the Westside of the town previews until it's concluded.
PreFXDesigns and Smoo like this -
Well, I'm back. Sorry for replying late, what exactly did you do, what was the last shader you used?
-
You have to enter that manually in Build, but I'll confirm in a while, I'm on another computer. I'm not sure if it will work the same as me, because I use GTK Radiant 1.5
-
It's a good point, but I decided to choose Facility 1F, due to the fact that it was dominating longer, plus counting that Westside of the town was voted until an hour before the voting ended. I was choosing which vote was more fair, and I thought the most fair was by duration (since the vote was open for a week).
But since you mention it I can open the voting again just for this day, in case no more votes are received Facility 1F (map I already started working on) will be retaken.Then I will explain how this will work:
-In case of not receiving votes the map to be made will be Facility 1F.
-In case of another tie, the last vote on the chosen map will be taken (If Facility 1F has three votes and Westside of the Town has three votes, but Westside of the Town had the third vote after Facility 1F, then Westside of the Town wins).
-It will last 24 hours this time.PreFXDesigns and Smoo like this -
I'm running out of alternatives, maybe my build configuration might work for you:
[bsp] -meta"[MapFile]" [vis] -saveprt "[MapFile]" [light] -lomem"[MapFile]"
-
I see, it's possible that this is what is causing it, try using caulk to see how it reacts on your side.
-
I don't know if it's because of the ambient of my worldspawn, but I see that there is no lighting on the texture side in your screenshot.
So, In base/shaders, did you add your .shader in shaderlist.txt?
Here's how I put it in my GTK Radiant:
My worldspawn configuration is next:
worldspawn _color 0.2 0.4 1.0 ambient 400 classname worldspawn
-
I don't use shader lighting, however I found what does that, in assets1, in imperial.shader I found this:
textures/kejim/flatwhite { q3map_surfacelight 3000 q3map_nolightmap { map textures/kejim/flatwhite } }
What generates the light is "q3map_surfacelight 3000", so it should look like this:
textures/kb_map/candlesprites { qer_editorimage textures/kb_map/candlesprites qer_trans 1.0 surfaceparm nonopaque surfaceparm trans q3map_surfacelight 3000 polygonOffset cull twosided { map textures/kb_map/candlesprites alphaFunc GE128 depthWrite } { map $lightmap depthFunc equal } { map textures/kb_map/candlesprites blendFunc GL_DST_COLOR GL_ZERO depthFunc equal } { map textures/kb_map/candlesprites_glow blendFunc GL_ONE GL_ONE glow rgbGen identity } }
I created the glow file, it looks ugly but it serves its purpose (Note: This is a .jpg file)
This is the result:
Smoo likes this -
6 hours ago, Botdra said:
I have this basic transparency shader I'm trying to get working in my map, with no success. I have an image file with a candle and a transparent background, saved as a PNG in Photoshop with the "Transparency" box checked, which I assume means it exports with an alpha channel. However, when I apply the texture to a brush and compile, I get a completely blank image. I got the shader from this tutorial.
textures/kb_map/candlesprites { { map textures/kb_map/candlesprites blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA depthWrite rgbGen lightingDiffuse } }
I have tried messing with different blending modes and using a black background instead, but that makes some of the shadow areas of my sprites transparent which is not the desired result.
Hey man, I think I can help, I have several shaders for that and I see that it's a map texture, so, if your current goal is to make them transparent, try this shader (Note: It also includes other features (shadow casting), but it's just what you're looking for):
textures/kb_map/candlesprites { qer_editorimage textures/kb_map/candlesprites surfaceparm nonopaque surfaceparm trans surfaceparm alphashadow qer_trans 1.0 { map textures/kb_map/candlesprites alphaFunc GE128 blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA depthWrite } { map $lightmap rgbGen identity blendFunc GL_DST_COLOR GL_ZERO depthFunc equal } }
If your goal is to make only the flames and the candle outline glow (of course, you'll have to use a candlesprites_glow texture), try this:
textures/kb_map/candlesprites { qer_editorimage textures/kb_map/candlesprites qer_trans 1.0 surfaceparm nonopaque surfaceparm trans polygonOffset { map textures/kb_map/candlesprites alphaFunc GE128 depthWrite } { map $lightmap depthFunc equal } { map textures/kb_map/candlesprites blendFunc GL_DST_COLOR GL_ZERO depthFunc equal } { map textures/kb_map/candlesprites_glow blendFunc GL_ONE GL_ONE glow rgbGen identity } }
If either one doesn't work for you let me know so I can work on it in more detail.
-
Facility 1F is the winning map. I'll start developing it starting tomorrow. The functionality of this post will be about giving previews about this map. Thank you very much to those who voted.
-
Hello again, it's been a while since I posted a mod preview here, so since great things are coming for the community from other forum members I decided to come back with some new previews and a proposal for you, but first let's see what's new:
Welcome to the attic!
For this map I used a song from one of my brother's favorite bands as inspiration. I wanted to give it the aesthetics that I was already handling in the past maps, it took a few months to develop it (Because I was doing other areas of the mod and my personal occupations), however here I leave both images and a video of it (In it you can see a sample of the combat of the waypoints and combat points of some enemy units), several interesting things were added for general use, for example: Thanks to Noodle and Ramikad, the ability to display notes for the user to read was added, this will undoubtedly be very important in the future:
SpoilerPc_townhall04:
Here's the link to the teaser: https://www.moddb.com/mods/scp-chaos-ops/videos/townhall-the-attic-teaser
But this is not all, since a few months ago I have planned to make a map for the community, one for MP. So I want to submit to vote which map would you like me to recreate for the community. Here is the link to vote for the options:
This is all for the moment, thank you very much for your support and help. I'm waiting for your votes to start making a map for you.
PreFXDesigns, ZelZel and Srethem like this -
Choose the option that you consider best:
-
Simply impressive.
AngelModder likes this -
Impressive, great job!
-
Simply impressive!
GeoBall and EvasionStudios like this -
I found these as well:
From: DarthStiv's The Lost Archives, the specific file is called: Alien_v_Predator
https://mega.nz/folder/70QlyAhI#6gBxD9_qNwXH9gUVLy99kg/file/y4AQ0DjD
From: mrwonko's JK3Files mirror: https://mrwonko.de/jk3files/Jedi Academy/Models/Celebrities/39442/
Voting for the creation of a map for the community.
in WIPs, Teasers & Releases
Posted
@ZanderNaoI have a long personal mod with a lot of development to do, but I have had it on pause for the moment, although I'd like to collaborate with other modders.