-
Posts
352 -
Joined
-
Last visited
Content Type
News Articles
Tutorials
Forums
Downloads
Everything posted by redsaurus
-
Request for RGB lightsaber in SP
redsaurus replied to BrudasekPL's topic in Mod Requests & Suggestions
Can you see if putting this in base works? -
Request for RGB lightsaber in SP
redsaurus replied to BrudasekPL's topic in Mod Requests & Suggestions
I'll look into it properly soon -
Request for RGB lightsaber in SP
redsaurus replied to BrudasekPL's topic in Mod Requests & Suggestions
sorry, it's actually going to be sabercolor 1 xff0000 -
Request for RGB lightsaber in SP
redsaurus replied to BrudasekPL's topic in Mod Requests & Suggestions
I'll have a proper look into it later, in game try doing /sabercolor1 x<hexcode> like /sabercolor1 xff0000 for red just to check that that bit is working. -
Nothing substantial, I've improved untagged saber holsters and have sort of started on an activation flare. I'd like to get a new release done over Christmas, but only if I get a version of the gun/saber style ready in time.
-
Request for RGB lightsaber in SP
redsaurus replied to BrudasekPL's topic in Mod Requests & Suggestions
That's not meant to happen! How are you trying to change the lightsaber colour? Are there any error messages at all in the console? -
that's explained just above the picture
-
tag_holsterorigin, like I said
-
did that a while ago
-
At least it's not called windows one
-
Thanks for the feedback @@Angel Soul. I've fixed the sabercolour thing, that was due to using an older openjk revision. Also fixed head swaps not working properly when first changing to hoth. I can't reproduce the saber light being black atm, but I'm just devmapping hoth so that might be why. The custom saber stuff might be causing problems when choosing the new lightsaber, I don't think I made it work nicely with dual or staff sables, so will have to fix that. The trail being a bit off is probably just down to the image used for the trail, which is straight from the MP SFX sabers. I can definitely see about adding some kind of activation effect (possibly optional). Anything else that needs doing for the next release?
-
The head model is already loaded into the player's g2 instance.
-
I'm not sure we can really use the SOF2 SDK stuff as it's not GPL though.
-
I suppose if the code is licensed under the GPL and the assets under something else (e.g. a no you can't use these things licence) then you'd say Other?
-
hi
-
I think it turned up in mb2 first based on how it was done in W:ET, it shouldn't be *too* hard to add the JKG minimap code to a clean version of the MP source.
-
There was, of course, an earlier clone wars series replaced by TCW.
-
You'll have to edit the npc file (the lines are playerHeadModel and customHeadSkin). To do more general swapping, I probably would need to do something similar to how JKG did the armour files (where the surfaces turned on/off were set in the equivalent of the .headswap files). The problem is that if the head/torso/lower models were all allowed to be different, there would be 4 models being "drawn" for a swapped model rather than 2 (or even 1 without swapping), and I'm not sure if that would cause problems. It's definitely a plan though.
-
Well, I just mean that it'd require more code changes to change the animations / put new ones in
-
added a (hardcoded ) saber stance that's meant to be used with the blaster pistol, but I decided to try it out with the flechette instead
-
idea (refined by @@eezstreet): hidden saber crystals at various points in the SP levels that you can choose to use when building your second saber(s). possibly give stat changes (damage, length, etc.) or extra special colours (like black), rather than needing a different crystal for each colour, so that the RGB sabers can still be used freely.
-
I'm not sure if I really want to "officially" take over the coding on the JA version of JK:E atm, even if that happens in effect. Maybe. I'm definitely going to put RGB boxes in the menus, I just wanted to have a model using the extra player tint slot first so I wouldn't have to reorganise the menu to have space for 2 sets of RGB sliders later. I've just reorganised the RGB saber menu so that it's a popup of sliders in the normal saber menu when you click on the rgb icon (closed by clicking on the icon again), and I think I'll do something similar for RGB characters. It would be really good to include your jedi hm improved stuff @@DT85, but that would probably make it somewhere close to a very early release of JK:E rather than just my customisation stuff, so might need input from other people?
-
Not right now, will be in a later version. Might sort that out in a later version too. Anyway, here's the release for Mac/Windows (25.5MB). The custom saber hilt is just to show how it can be done, and doesn't use anything like all the skins and hilt parts from @@AshuraDX's hilt builder. If you don't already have it (and you're on Windows) you'll need the MSVC++ 2010 redistributable (http://www.microsoft.com/en-gb/download/details.aspx?id=5555) Features and Commands All OpenJK features and fixes.RGB Sabers These can be set in the menus or by setting the sabercolor to a hex code in the console - for example "/sabercolor 1 xff0000" will set the first lightsaber blade to be red. It should be possible to set the sabercolours of NPCs by setting their sabercolor to a hex code in the .npc file.SFX Sabers SFX Sabers can be enabled in the console by setting cg_SFXSabers to 1.Custom Sabers Now lightsabers can be customised like the player species. An example customisable hilt is included thanks to AshuraDX.Saber Holsters Lightsabers are now holstered when not in use.Headswapping Several new heads are available for the human male and human female species. You can add your own heads - see the .headswap files in the sp_custom.pk3 for examples. NPCs can have heads set using the playerHeadModel and customHeadSkin commands in their .npc file.Better Entity Spawning The /spawn command now supports entity keys, e.g. "spawn fx_runner fxFile the/file".Raz0r's MP Movement Raz0r's MP-style movement from the SP speedrun version can be enabled by getting g_MPmovement to 1.Extra Player Tints (Unused) Playermodels are able to have multiple tints. If you enter “newPlayerTint 0 <R> <G> <B>”, any shader stages for the player with “rgbGen lightingDiffuseEntity 0” will be tinted to this colour rather than the usualCredits Thanks to AJL for the SFX Sabers stuff (including SFX_Sabers.pk3). Thanks to @@Circa for the icons for the new heads. Thanks to @@Raz0r for the MP-style movement. Thanks to @@AshuraDX for the saber hilt.
-
it's just that when you use /spawn it takes arguments now
-
release coming soon