-
Posts
473 -
Joined
-
Last visited
Content Type
News Articles
Tutorials
Forums
Downloads
Everything posted by Droidy365
-
Hello there! All of the models are present in JKA's base folder, in assets1.pk3, located in models/players. Extract the models folder to your base folder or another folder on your PC. Depending on what modelling software you use, you may have to do different things. If you use Blender, download this plugin and add it to Blender. After installing the plugin, you can import the .glm files straight from the character model folders. I hope I explained this well enough
-
I believe I tried that at one point, but it didn't work. However, as it turns out, my laziness was uncalled for. Here's a fully working script: https://pastebin.com/C0DyK4iG Feel free to use it however you like, modify it, etc.
-
For my Sword Art Academy mod, I made a few regen scripts for the player, which I think also works for NPCs. https://pastebin.com/mXd9rLaw If I recall correctly, this regenerates 5 HP every 10 seconds (10000 milliseconds). To change the delay, alter the wait timer near the top. This isn't the best - I got a bit lazy, so it all just works in increments of 5, rather than using proper maths to do it properly. If you have 4 HP, you'll regen to 5 HP, rather than 9 HP. This could be fixed, but it took me a long time to get that done in the first place After compiling this with BehavED, naming it regen.ibi, put it in scripts. To activate it, run the command: /runscript player regen If you spawn an NPC, make sure it has a NPC name for the script to target. /npc spawn reborn_new bob /runscript bob regen Of course, if this is in a custom map, you can have a target_scriptrunner activate this.
-
That would be so cool! For starters, I've always wanted to be able to dual-wield weapons in JKA. This mod looks epic in JO and I'd love to try it out in JA.
-
Can you script an NPC to attack funcbreakables?
Droidy365 replied to OCD2's topic in Modding Assistance
It might be possible to have an invisible and invincible NPC that your NPC wants to attack, with the func_breakable being "collateral damage." Other than that, I think it might be possible with scripting? I'm not all that experienced with that sort of thing, so I don't know for sure. -
Shoot Dodge mod (inspired by Max Payne)
Droidy365 replied to tinny's topic in WIPs, Teasers & Releases
Holy shit, that is so damn cool! Badass animations and kill-cams and fun looking gameplay. -
Shoot Dodge mod (inspired by Max Payne)
Droidy365 replied to tinny's topic in WIPs, Teasers & Releases
Yeah, pretty much that concept, with 360° movement (or at least forward, back, left, right and diagonal). The camera doesn't drop and the controls are more responsive. Usually, it's bound to a key separate from the crouch button like ALT or X (maybe C? Is there anyone who doesn't bind crouch to CTRL?) to avoid accidentally crouching instead of rolling, though there might be a way around this if that's not something we want. By default, tapping the roll key will roll you forward, even if you're not moving forward. Moving in other directions will make you roll in that direction. When you're rolling, you're not locked to that one plane of movement - you still have some control while rolling (mostly during the dive part of the roll animation.) I hope I explained this well enough to understand, it's a bit difficult to explain. If you've played Jedi Fallen Order, it's a lot like that. -
Well, that looks a hundred times better than the one I was working on Nice work mate. Textures are obviously still a WIP.
-
Interesting, I don't think I ever knew about this. Can you please send me the model file? I should be able to rig this to work in game and add some improvements to the textures and model. EDIT: It may actually be as simple as remodelling and reskinning Luke's saber.
-
Shoot Dodge mod (inspired by Max Payne)
Droidy365 replied to tinny's topic in WIPs, Teasers & Releases
This is a really cool addition to gameplay! Just out of curiosity, would it be possible to change the vanilla rolling to essentially work like Dark Souls? Basically, being able to roll at any angle and quickly recover to lead into an attack. This would add an interesting layer of depth to both lightsaber and blaster combat, and it would compliment this dive ability really well. If possible, have it so that it doesn't kill momentum too much if you're going at full speed too, as that's something I always found annoying about rolling and wall running in Vanilla. -
- 5 comments
-
Could you please port this model for me? https://www.models-resource.com/pc_computer/rwbygrimmeclipse/model/38871/ I can make the shaders if you like ?
-
I was also wondering about the same thing. I've started work on a project to make an original game based on JKA's framework, using assets made by me and some royalty free models. However, I'm unsure on the legality of this whole thing.
-
Well, I do have some (albeit very limited) knowledge of porting models as weapons. I mostly work with sabers, but I have made one that was a blaster pistol. What sort of weapon are we dealing with here?
-
Ruby Rose RWBY Grimm Eclipse Port
Droidy365 replied to Droidy365's topic in Mod Requests & Suggestions
Oh I see, that makes sense. So probably no cel-shading, haha. The model has a fairly high poly count. -
So for the most part, this worked great! However, the audio sounded demonic... I don't know what went wrong... It may be worth mentioning that my video was .mp4 format.
-
Hello there! I've come here to request that someone ports this model for me. It would be great if it could have cel-shading, though it's not 100% necessary. I can make a shader for her that'll look pretty close to the look of the show by removing shading and adding a glow effect to the skin. I've already made her scythe and attempted to port this model myself, but I haven't really had much luck, due to the fact that I'm not too good at adjusting poses. I'm aware that the model will likely have to be decimated quite a bit to work within the triangle limits of JKA.
-
I've experimented with these in GTKRadiant before. They're apparently classed as misc_model_breakable. Not sure if you can spawn that in-game or not.
-
They are tags, not bones. Two little triangles on the hands. It's a possibility that it may have been flipped around somehow. In blender, select the triangle on the right hand. Go into Edit mode, Press R to open up the Rotate menu. Then press either X, Y or Z to rotate along the appropriate axis. After that, type 180 (you don't need to click anywhere) and hit enter.
-
This is really cool! Only thing I'm a bit unsure of is the male voice actor... No offence, but it seems a bit corny in some places and there are quite a few mispronounced words as well. Kinda takes me out of it a bit. The use of the word "thy" is a bit awkward as well. Also the scene with the chiss (Thrawn?) and the troopers walking at 0:37 in the second video goes on for a little bit too long IMO, but that's just nitpicking. Other than that, it's great! Also, a good place to find voice actors for projects is r/RecordThisForFree. You may be able to find some people there. Looking forward to seeing more of this project ?
-
I myself have done something similar to this (via Noesis) and it's useful because textures stay aligned when the map is converted to a model. For collision, you can simply decompile the map and convert most of the textures to physics clip. At least, that's what I do. The only real problem I've found with this is that the lighting is a little bit messed up in some places, mostly on the floors.
-
Huh, I might take a shot at this myself. Doesn't look too complex.
-
Huh... I remember there was a really good darktrooper just like the classic SWBF2 one in the Downloads section. It may have been a port and taken down, though.