-
Posts
332 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by ensou04
-
Thank you Well the engine sounds I have already have Blasts and some "swhoop" sounds on some of them but I guess I could work on it further? I meant I haven't done any sound effects for the jet engines yet so they'll be left alone. although I do have patches for the RAPIER so that might overlap with Jet Sounds Updated That is very much possible so I'll put that on the plan list, might as well compose some music and ambient sound effects. thanks for the idea!
- 770 replies
-
- 4
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
actually, you can change it now with my mod its one of the first things i implemented. i just didn't put sounds for this on the vids cuz i havent made anything for it yet. SHIPEFFECTS_SOUNDLAYERS { nextStageClip = sound_click_tick cannotSeparateClip = failSeparateClip } EDIT: Ok after reading back on the thread there seems to be a consensus that people want to disable staging sounds entirely. so I made an option for it. should it be disabled by default?
- 770 replies
-
- 1
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
Just Another Rover Wheel Sounds Mod™ Plane Take off and Landing: on another note, you can check out the source on Github now while im still finishing up the sounds and patches. https://github.com/ensou04/RocketSoundEnhancement
- 770 replies
-
- 7
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
Getting closer to v0.5 release Implemented a rudimentary Audio Muffling, not as powerful as Audio Muffler Redux, it doesn't do audio culling. but its very lightweight. All engines are now patched except for Jet Engines (just needs restock compatibility, jets will be done later) New Physics Based SFX, Currently working on adding more eg: impacts Sound Handling now supports Stereo Spread. New Settings
- 770 replies
-
- 12
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
@Electrocutor All of stock engines, they're all done. I just need to add compatibility for Restock now. we'll add mod engines later
- 770 replies
-
- 4
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
Testing out some big sounds for heavy engines like the KE-1. also features the new decoupler sounds Also on a side note, @CobaltWolf had asked back then if we can do "Bwoop" Sounds on ignition which is possible using loop points on the samples as demonstrated here. I just have to find a good recording of that and make a sample set
- 770 replies
-
- 6
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
Getting Ready for 0.5.0 Release, started working on the sound effects as the Plugin is done for the most part. Here's a Launch Test featuring Sounds for Extra Large Engines
- 770 replies
-
- 6
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
RSE Engine module now functional, started experimenting with crossfading between sound samples on thrust. I also just recently discovered that Unity3D supports loop points so i used it on this. now engines can have an "initial" sound before the actual loop begins on thrust. RSE_Engine is a replacement for the AUDIO node on EFFECTS, Allows us to easily layer sounds. also makes it easier to deal with engines that only uses ModuleEngines. Here's what the Config looks like:
- 770 replies
-
- 8
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
@JadeOfMaar thanks! it worked but it still ignored Kerbals for some reason , the wheels blacklist works just fine. so I just did @PART[kerbalEVA*] as a temporary fix, its not elegant but that worked a treat. Kerbals don't sound like dumpsters now. lets just hope there's no real parts that has kerbalEVA in its name EDIT: i missed this, maybe i should have tried this as well: @PART[*]:HAS[@MODULE[KerbalEVA]] { ..... do something here }
- 770 replies
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
caught it just now, thanks also hope you caught my edit lol UPDATE: ok so i did just that, there were no errors but, the collision module still gets applied to the kerbals. i'll just deal with it later @PART[*]:HAS[!MODULE[ModuleWheelBase]|!MODULE[KerbalEVA]|!MODULE[ShipEffectsCollisions]] { MODULE { name = ShipEffectsCollisions } }
- 770 replies
-
- 1
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
TBH thats probably why, because i have no idea how MM works. as i understood it as "filter out parts that contains Any of these modules" so i'll try that now and see what happens In hindsight i need sleep, if i separate them: then the first one will run and add the module to the next modules that are supposed to be blacklisted.
- 770 replies
-
- 1
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
@linuxgurugamer here it is. i am definitely missing something here @PART[*]:HAS[!MODULE[ModuleWheelBase],!MODULE[KerbalEVA],!MODULE[ShipEffectsCollisions]] { MODULE { name = ShipEffectsCollisions } }
- 770 replies
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
Yes, definitely one of the plans is to do my own audio muffling and silencing stuff. like say muffling exterior sounds when you're in IVA. I still have to figure out how to deal with sounds that's not running on RSE though like explosions or stock sounds.
- 770 replies
-
- 2
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
Collisions now working, everything sounds like dumpsters lol. started experimenting on Pitch being affected by Mass with is own FXCurve: massToPitch. ShipEffects now works on a per-vessel basis instead of just adding sounds to the current active vessel. Also added a new controller GroundSpeed, so we can add sound effects to rovers going about I'm not exactly sure why the code detects collisions on the kerbal itself though, kerbals are supposed to be blacklisted from the Collisions PartModule. I have to fix the MM patch at one point. hmmmmmmm Also added Custom settings options
- 770 replies
-
- 3
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
Progress on ShipEffects Integration. This is a complete rewrite from scratch. Its way more elegant, fast and highly customizable with SoundLayers via Config instead of being hardcoded. Now features sensible Controls: Acceleration, Jerk, Airspeed and Heat Acceleration: Basically G Forces (m/s^2) Jerk: Change in Acceleration (m/s^3) Airspeed: Atmospheric Velocity (m/s) Heat: External Vessel Heat (Kelvin) They control Volume and Pitch Curves, and decides which one to play if the conditions are met. SOUNDLAYER { name = Metal_Stress audioClip = RocketSoundEnhancement/Sounds/metalstress loop = true channel = ShipBoth //ShipInternal, ShipExternal, ShipBoth control = Acceleration //Acceleration, Jerk, Airspeed, Heat, None volume = 0.0 0.0 //control value volume = 40.0 0.0 volume = 100.0 1.0 //At 100m/s^2, set the volume to 1 pitch = 1.0 } I'm gonna start working on collisions next. and maybe update the git page soon. but not now, I still have a lot of work to do
- 770 replies
-
- 5
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
RSE never had to rely on realplume and smokescreen in the first place, the only reason I did was so we could apply sounds to as many engines quickly (piggy-backing on RP's configs). real goal was to do per-engine configs. i dont think so, ShipEffects is only an aesthetic so its safe to remove/replace Thanks for keeping it updated man, i'll let you know. also I have a memory that you used new sounds for ShipEffects Continued? Do you mind if we merge some of those to RSE?
- 770 replies
-
- 1
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
So i've already went back to coding RSE. I still have to work on new sound effects and have to do a complete rewrite of ShipEffects. I'll definitely will need help later on working on engine configs once the sounds and plugins are done. so any volunteers are appreciated.
- 770 replies
-
- 11
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
i really don't recommend anyone to use or update this mod as it currently is. its very janky and CPU intensive with all those sound filters being used. The announcement of KSP2 really demotivated me to continue working on this. but it seems like that wont be around anytime soon. so Here's a roadmap. NO PROMISES. I only really do this as my past time when I feel like it, and when i'm not occupied with my work. Coding is only a hobby for me so i only do it from time to time.
- 770 replies
-
- 3
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
@linuxgurugamer yes this project is not abandoned, just currently super busy but i'll get onto dev for it soon enough
- 770 replies
-
- 7
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
Yep, it'll act as a library of sounds with its own audio handler plugin meant to replace stock's.
- 770 replies
-
- 5
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
For now it is. later updates will have per-engine configs instead of relying on RealPlume/SmokeScreen, the dependency is temporary so I can test sounds, effects and features more quickly.
- 770 replies
-
- 5
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
[WIP] Star Horizons Industries Dev: Current: "Sci-Fi Engines"
ensou04 replied to ensou04's topic in KSP1 Mod Development
this isnt using KSPI. only Community Resource Pack. -
STAR HORIZONS INDUSTRIES DEVELOPMENT THREAD Current: Sci-Fi Engines Engines from "relatively" realistic films and shows. All stats and performance are not final. Previews/Pictures (Imgur) Parts list: To-do List Smaller 2.5m "Eilanda" Engine Pre-"Eilanda" Fusion Engines Plasma Chemical Rocket Engines (From Interstellar) more engines i guess HEAVY WIP/PREVIEW: Star Horizons Industries: Sci-fi Spacecrafts (Imgur)
-
that was the goal. it has a slight timeout but that's working as intended
- 770 replies
-
- 1
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
Engine Oomf Update | Version 0.4.0 is released! Download: https://github.com/ensou04/RocketSoundEnhancement/releases/tag/0.4.0 added one shot samples to most lower stage engines.
- 770 replies
-
- 7
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with: