Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Austupaio

#1
Mods / Looking for Embrasures
November 13, 2015, 02:30:39 PM
I remember that the embrasure concept used to be its own thing, a singular mod, however it is quite out of date. I see that the concept lives on in many other mods, but I don't necessarily want the entire mod just for this one thing, with most of those being very large overhauls.

Is there no simple mod for this anymore? Seems odd, but I couldn't find it.
#2
Support / Turret Top Graphical Scaling
April 30, 2014, 01:27:40 AM
It seems a bit too aggressive, the top graphics for my turrets, regardless of how large I actually make the file or actual graphic, end up teeny-tiny. Any way to circumvent this?
#3
Ideas / Simple Weapon Functionality Expansion
April 28, 2014, 07:58:42 PM

So I'm just going to throw out a few things that came to my mind while making my own set of weapons. Other ideas occured to me, but I want to the keep this limited to suggestions that I believe to be, code-wise, fairly simple to work in while also allowing for meaningful usage.




Tracer Function.
If you're not familiar with what I mean, it's a function that exists in a few other games, such as Cortex Command, and allows you to get a lot more of a single weapon.

Basically, you add two new variables, more or less depending on preference, the first being the tracer projectile and the second being a simple number that dictates how often, measured in either shots or bursts fired to your preference, the tracer projectile is fired instead of the standard projectile.

For it's namesake, it's main purpose is to allow the weapon's projectiles to be harder to see with the exception of every 3rd or 4th shot being a tracer round that's quite plain to see, as is a little more realistic.

It also allows you to easily fake secondary firing functions, simply by having the secondary fire's projectile firing every 5th shot, or if it's more powerful, maybe every 10th. I've seen modders get pretty creative with simple but malleable functions like this.




True Shotguns
Multiple projectiles without using bursts. So current shotguns, both your own and Project Armory's merely look like shotguns, they're still only firing a single projectile. For standard shotguns, this is pretty much okay, not perfect, but okay because realistically shotgun shells don't have that much spread.

However, for larger shotguns or sci-fi shotgun-like weapons, you may want a true spread (multiple projectiles) and to my knowledge this is only currently accomplished by using bursts with a minimum ticks-between-shots-in-burst. It's not really ideal because even at 0, the projectiles leaving the weapon is still obviously delayed, and you must use a very simple sound (shotminigun works) to prevent it sounding very unpleasant.




Wider Variable Ranges
As somewhat alluded to in my other points, I'll just sum it up as: I feel the basic vars are too restrictive.
0-10 Accuracy doesn't really let you have a terribly inaccurate, nor an exceptionally accurate weapon. This is okay for most weapons, relying more on the colonist's skill is good for gameplay, but for some specialist items, it's awkward.

Warm-up ticks basically works, but it's not quite perfect. Would it be feasible for you to rework this function slightly so that there's a warm-up from a non-firing stance, and a warm-up for follow-up shots? Say I've modding in a machine gun and I want it to have a high-rate of fire because, well, it's a machine gun. I can make the warm-up ticks quite low but now it's a great reactive CQC weapon... exactly what it shouldn't be. So if I could make the initial warm-up slow, but then the follow-up warm-up fast... I think you'll get what I'm asking for.




Heavy Weapons
Somewhat following from that last bit, a variable that makes a weapon 'heavy' or 'static'. Concept you may have seen used more in RTS. Basically, a boolean that says that a stable firing position is required, such as sand-bags or the Embrasures from the mod of the same name. Ideal for heavy machine guns, very long-range snipers or even the minigun. It's description even says it's not meant to be held and fired. :P

Alternatives: Weapon can be fired without a stable position, but at a reduced accuracy value.
Multiple variables; 0 equals normal functionality, 1 equals possible to fire inaccurately without being static, 2 equal impossible to fire without being static.




Randomized Graphics
Now this one is probably the least 'important' in my eyes, but still fairly simple and can be used well. Essentially, you just allow an index for the texture path variable. That way the same weapon can appear with a few different graphics, ideally with them saved in memory so that it remains constant.

This can be used in a few different ways. For example, Project Armory adds several assault rifles, most of which are fairly similar to Core's M16. If you or the modder wanted that variety but without players wondering which one has better stats or just to reduce the amount of different items (such as for mods that use them in crafting) you could have a weapon entry for 'Assault Rifle' that uses the graphics from the M16, M4, Famas and so on randomly, giving the illusion or variety without the micromanagement.

If you don't like cutting down on variety that much, it could still even be used with an 'M16' entry that uses graphics such as the standard M16, an M16 with various attachments, the M4, M4 with different attachments... etc.

It came to mind for me personally because I considered making textures for the UT weapons from later games, but I didn't want duplicate weapons just for graphic variety.




Alright, that's all I got. Hope you like some of the ideas for changes or that they at least inspire you to do your own thing. I know that weapon detailing isn't meant to be a major feature for this game, hence my keeping the suggestions simple, or trying to anyway. A little bit of extra weapon functionality can help bring the combat into a more tactical light, possibly allowing for more enemy intelligence/creativity.

Thanks for you time.
#4
Help / Dev Console Use and Custom Sound Effects
April 26, 2014, 08:54:37 PM
Two simple questions, sorry if I should have found the answer but after a search, I didn't really learn anything.

First, since I'm making a primarily weapons-based mod, is there a way I can use the Dev console to spawn weapons? If not, is there some easy way to force them to appear?

Second, are custom sounds effects for weapons to reference possible as of now?
#5
This mod is very, very deprecated and I'm removing this with the intent to possibly release an updated version now.