-
Posts
464 -
Joined
-
Last visited
Content Type
Profiles
News Articles
Tutorials
Forums
Downloads
Everything posted by Droidy365
-
I currently don't have JK2 installed at the moment, but in JK3, there's a *.wav file called "lightning2.wav" which seems to be the loop file. I'd imagine it would be something like that in JK2, I don't see why they would change that sort of thing.
-
In SWBF2, Imperial Heavy has the DLT-19, while the Imperial Specialist (Sniper) had the DLT-19X.
-
-
Ah okay, so could anyone help me out with the coding? BTW I can't get CMake to work, so that sucks.
-
Yet another bump, because it's November
-
Okay, so I'm probably gonna need to see your textures. Are the file paths right? Are the dimensions correct? Is the shader done right? I think you might actually have too much going on in that shader, too. Sometimes, when I make shaders that have too much going on, the texture and the shader just give up. Here's a few shaders from Byss: I believe you've attempted to combine these two into one shader, or something like that. Try just editing the first shader for the glowy bits, don't worry about the second one, for now, anyway. EDIT: I might actually attempt to make one for you, actually.
-
Is it weird to lose interest in the series?
Droidy365 replied to Mert-K's topic in Star Wars Franchise Discussions
I, myself, would like to see the Last Jedi, but I can see why someone wouldn't. TFA was crap IMO, Rogue One was a little better - I actually found some parts to be quite funny (I think that's what TFA was missing, too serious, no comedy relief as well as no original plot.) -
Oh yeah, fair point. But you do see why I thought that lol.
-
Here's a WIP, if that helps.
-
Damn I am REALLY looking forward to this
-
You see, I'm not really sure how many NPCs are in the map. I'm pretty sure there aren't any NPCs near me. I'm testing on kor2, sometimes kor1.
-
Oh ok. Do you know anyone who has, by chance?
-
Bump? Maybe? IDK.
-
Hey guys, I'm having a problem with Dynamic Music (as the title points out) since I made a replacement. I've made changes to the dms.dat file to get the song to play how I want it to. That's fine. The problem is that after I finish a fight, the action music takes ages to stop playing again. This is quite annoying, to say the least. The action music mp3 file is about 6 minutes long, but I don't really want to change the file unless I REALLY have to. Please help, thanks.
-
Here's mine, because reasons:
-
Sadly, I couldn't get my map finished in time. It's still no-where near finished, either. Oh well. In a way, that's probably for the better. It's better to have a half decent map that took a year to make than some crappy rushed map that's worse than Jar Jar's breakfast
-
https://youtu.be/rEq1Z0bjdwc?t=8
-
Well, there's a map on Movie Battles II where you have to survive a bunch of crap from Ragnos. It's pretty fun and very unique. MBII in general works kinda like that, where it's like Counter Strike, where you die and have to wait till the end of the round. You either win by completing objectives or by killing the other team's players, but this map makes it into a survival mode. It's called um_ragnosbattle
-
- 24 comments
-
- halloween
- contest entry
-
(and 1 more)
Tagged with:
-
NPC that always has saber on but never attacks
Droidy365 replied to Droidy365's topic in Modding Assistance
Okay, so I haven't made any progress with this thing whatsoever. Nothing I tried has worked... That being said, I don't know anything about scripting XD I already have the script - it's running it when the map starts that's the problem :/ -
Who is more Annoying? (Penin vs. Binks)
Droidy365 replied to Gorc's topic in Jedi Knight General Discussions
Perfect cutoff. 10/10 - IGN -
NPC that always has saber on but never attacks
Droidy365 replied to Droidy365's topic in Modding Assistance
Okay, here's my NPC so far: It works great! Only problem I'm having now, is the script - I want it to basically use the command "runscript steve follow_player" when I start up the map. How would I do this in Radiant? Thank you very much for your help, by the way -
NPC that always has saber on but never attacks
Droidy365 replied to Droidy365's topic in Modding Assistance
Hmm, he seems to be CLASS_REBORN, so it's probably hard coded... I might have to change his name to "DKothos" or something. -
Imma bump this... Sorry if I'm being annoying lol...
-
Hey guys, I've recently made a mod for Manual Blocking in BaseJA using the +Block command, but I'm thinking about editing some code. These are the things I want to do: Make Swinging take Force EnergyMake Kicking take a lot of Force Energy (possibly all energy)Make Running gradually take Force Energy, you must walk.Make Blocking give you Force EnergyIf you don't have enough Force Energy, you can't swing, you must blockIf possible, I also want NPCs to block sometimesMaybe make g_autoblocking and +block work for MultiplayerIf possible, maybe make it so that these things only happen if g_autoblocking is set to 0I'm attempting to learn how to code at the moment. For now, I just want to know how to do something like this and be pointed in the right direction. Obviously, this is inspired by MBII, but it is clearly different, too. I don't even know if I have everything installed in the right place or anything, so there's probably gonna be some errors. If it's somehow possible to just do this with a script instead of code, than that'll be even better (I honestly have no idea how to do either.)