Knuckle Cracker

Particle Fleet => Map Makers, Ship Builders, and Coders => Topic started by: bluebolt on December 23, 2016, 04:44:53 PM

Title: Sounds
Post by: bluebolt on December 23, 2016, 04:44:53 PM
Do we have a resource for listening to each of the weapon sounds? Would be a lot more useful than putting each one in the code and running it in the editor.
Title: Re: Sounds
Post by: GoodMorning on December 23, 2016, 05:20:08 PM
Not yet. If you have CW3, most of the sounds are the same, I hear, and it has an option to listen in the editor.
Title: Re: Sounds
Post by: bluebolt on December 23, 2016, 05:32:01 PM
Ok, i had run through sounds 1-33 and some sounded like they were from CW3. Still, would be nice to know each sound instead of spending 40 minutes listening to the and trying to figure out what would work better xD
Title: Re: Sounds
Post by: GoodMorning on December 23, 2016, 05:42:52 PM
See http://knucklecracker.com/wiki/doku.php?id=crpl:docs:playsound for the CW3 CRPL reference.

The PF wiki is still under construction. If you would be willing to check if PlaySound is different between CRPL and PRPL, and if so, how, that would be appreciated.
Title: Re: Sounds
Post by: bluebolt on December 23, 2016, 06:56:27 PM
I think the Explosion, retro, weapons, and misc series are the same, however the 'special' sounds in CRPL aren't available in PRPL... This si what you meant right? kindof disapointed because i was making a PRPL version of the beam in CW3  :(
Title: Re: Sounds
Post by: Builder17 on December 24, 2016, 01:53:37 AM
You could maybe use discharger module sound instead?

What would that beam target into? How it would effect to its target? Just curious.

Is that beam NPC allied with player or can player control it in some way?
Title: Re: Sounds
Post by: bluebolt on December 24, 2016, 12:10:27 PM
The beam right now just fires lasers at particles, and can be changed to be allied or be an enemy. Really, I made the initial delay, damage per shot, reload, range, and which side it's on all customizable. It's a structure, like the Ticon Defense Turrets. if i could make a gif i would show you, but a screenshot will do.

Edit-the example picture isn't really an in action picture, but in a testing area i made. Also the beam is a redo of the CW3 beam.
The code used was adapted from planetfall's as well