aliens

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.


Messages - Finnik

Pages: 1 ... 25 26 [27] 28 29 ... 33
391
OXCE Suggestions OK / Re: Land/Underwater craft setting
« on: April 12, 2020, 05:15:26 pm »
Guys, please correct me if I'm wrong. Let's operate on the engine terminology. I understand there are two concepts-- altitude and depth, and they're not related to each other. Altitude is how high an object flies on a geoscape. In TFTD, this parameter works the same way, just for the player in translation its value is turned upside down. And there is depth - this is a property of the terrain and the deployment will take this value from the terrain on which it finds itself. So, as Nord said, these parameters are of different kinds and in fact have no relation to each other, as far as I understand.

If I'm right, our suggestion has nothing to do with either the fakeUnderwater texture property or the altitude (of what? UFOs that are flying around?). It has to do with the depth of the deployment that the XCOM craft is going to fly and land on. This depth of deployment will be obtained either from the terrain of the texture on which it finds itself, or from the terrain that is represented in the deployment itself (for example, missions cargo ships, although they will be on fakeUnderwater, will have their own terrain with a depth 0, so they do not need a submarine). I understand that it is possible to specify depth in the deployment itself, but I do not know how they interact with the depth that comes from the terrain. I think the depth of deployment is used, but that's just my intuition.

392
OXCE Suggestions OK / Re: Land/Underwater craft setting
« on: April 12, 2020, 04:01:57 pm »
If a solution is to be implement in this, please don't do it just purely for XCF. Please do it for the benefit of all the other Hybrid mods as well. Most of the other Hybrid features implemented prior were designed not for just one mod.

I don't think only XCF could use this feature. In any mode where the developer would like to make different crafts for surface and underwater operations, this property will be very handy to use. I'm just saying that from my point of view, this suggestion is mechanically in no way related to what you want for your hybrid mod. As Nord correctly said, depth is a parameter from battlescape and that's all we need. We don't need to introduce other, much more complex mechanics for that.

Negative UFO trajectory altitudes and underwater intercepts are very different mechanics to what we asked.

393
OXCE Suggestions OK / Re: Land/Underwater craft setting
« on: April 12, 2020, 02:32:15 pm »
I believe Solarius is doing XCF for UFO, not TFTD.
Of course, that is obvious! I said that because it is based on the same engine, so it does not matter, I can use the same properties, that are used for tftd mods.

Of trajectories, interception and altitudes are not related to the topic. I believe, when deployment is formed and presented on geoscape with its marker, it already has some depth. It can take it from the terrain, or it can be set on deployments rulesets itself. So, deployments on true land would always have depth = 0, like vanilla xcom1. Textures with fakeUnderwater: true would have terrains listed that would have depth > 0. With that, we could split crafts, that are going to land at these deployments, having crafts only for true land operations (car, helicopters, etc), and for underwater operations.

So ufo trajectories, altitude, interception is not related to the topic.

394
OXCE Suggestions OK / Re: Land/Underwater craft setting
« on: April 11, 2020, 10:36:38 pm »
I am a newbie in tftd modding, and I played tftd once when I was 8, so I can't say for sure. But as far as understood ruleset reference - this is only for interception and only because of craft weapon property. If it is possible, I would very welcome some advice on how to do what we need.

395
OXCE Suggestions Rejected / Re: Economic expansion in X-com
« on: April 11, 2020, 10:33:34 pm »
More interesting question - would OXCE devs agree to have such optional feature  ;)

396
OXCE Suggestions Rejected / Re: Economic expansion in X-com
« on: April 11, 2020, 09:05:48 pm »
With that approach values from rules would be base for calculations, and in save there would be the only modification for that value. I don't think it's so hard to save an array of items, only case not that obvious for me at this point is forming that array after buying and selling, but it's possible to handle, I think. Btw, relaxation could be made with this - on monthly debriefing, we get all that value for each item and reduce it by some fixed factor. Its all should be optional ofc, under some global vars (one for enabling the model and one for relaxation factor)

397
OXCE Suggestions Rejected / Re: Economic expansion in X-com
« on: April 10, 2020, 05:26:13 pm »
I think the easiest and most necessary part here is the rule that the more you sell an item, the lower the selling price of that item. Maybe it makes sense to make a property in an object that introduces a coefficient to this formula. Say, selling trophy AK-47s after some time will not be so profitable, but rare and valuable mind probes will always be in price.
All this might be quite good for correcting a problem that I often hear about in XCF - in lategame the economy breaks down and the value of money is no longer there. Of course, this needs to be fixed in the mod itself, and only modifying the engine for this is not the clearest way. In addition, we will have to store in a save file a quantity for each sold item, and read this quantity every time the sale price is calculated.
By the way, if you store this data in a save file - we could do this - by buying an item we reduce the value in the counter, and by selling - we increase it. We can store negative numbers, right? Then one integer will be used to modify the price of buying and selling, and selling a lot of items, and then buying them, you could correct the dynamics.
But still, these rather massive changes in the mechanisms of the game, will only implement the simplest mechanics, price changes will be a constant parameter and there will be no relaxation of supply and demand, this is a separate mechanics.

I can't say that this is a priority thing, although in my opinion it would help solve some problems. If we define the design, I can work on the implementation, it seems not to hard - we need advance of the methods of getting the price and incrementing of new records on items in save after approving buy/sell (and output them in save).

398
OXCE Support / Re: Visual help space for modders.
« on: April 08, 2020, 01:16:51 pm »
I'm not asking for a scrollbar on a tooltip, that's pervert.
Just saying that we have 320x200 pixels; and modders like to overdo everything...

meleeAlter may be rare in XCF, but it's not rare in Piratez for example.
OXCE is not made for XCF, it's made for everybody.

And if something looks ugly, I prefer not taking it at all over letting it be ugly.

Right now, we have vanilla pedia and we have stats for nerds... I understand you want to make something inbetween.
I wish you good luck (honestly!), but I reserve the right to not merge it if I don't like it. That's all.

I completely agree with you on all points. Of course, when it comes to developing OXCE, I don't just think about XCF, but try to take into account all the mods. In a recent commit, I deliberately set the defaults for the new properties to be rather uncomfortable for XCF, but that way they won't affect any mods that already use related mechanics.
Yesterday I tried to do a little digging in the code on these tooltips, but nothing is productive yet - I am too inexperienced. Of course, if I take this seriously, I will inform about the details of the implementation, in order to avoid doing things that are not suitable for OXCE, there is no profit for me in this.
If I get away from the topic of pop-up tooltips a bit and consider my excitement about the hidden section of damageAlter for the player. I'd like to suggest adding an * sign after the value of power to the ufopedia item article if the rules describe the damageAlter or meleeAlter section for that item whose power value.

399
OXCE Support / Re: Visual help space for modders.
« on: April 07, 2020, 05:49:38 pm »
If the modder puts too long a description of ufopedia article, it will be cut, and it is fine to everyone for years. Probably we can add a scroll to a tooltip, and I saw good realizations of such UI elements. But come on. I think it's insane for a real mod that people play to use more than 10, well 15 additional properties. That could fit. Ok, maybe some handling with text resize. Let's be realistic. I can, for example, using Memmaker python tools or whatever other game designer tools to check how many entities could be in the mods like piratez or xcf, or twots, add, say, 5 to that value and it would be fine to me. I think such a tooltip can fit real people's needs. If it exceeded that reasonable value, well, dear modder, your weapon is lame, sorry, your player would have to go to the info to read full of its properties.

UPD:
I think in case we will have both meleeAlter and damageAlter on same item extremely rare and cutting it with asking the player to look for more details in INFO is fine. Also, a lot of properties have attached bool to define random. so, it would be good to merge such properties in one line in the tooltip. For example, `toHealth: 0.55` and `randomHealth: true` could be shown "To Health: 0.55; Random.", without showing "; Random" if `randomHealth: false`. So in the end entities count could be much less.

400
OXCE Support / Re: Visual help space for modders.
« on: April 07, 2020, 05:06:57 pm »
I think if we talk about pop-ups, we should just talk about additional information, which is easier to get. At the very least - for information that is absolutely no other way to display to the player. For example, I really like the idea of showing the values of the damageAlter section in a small window that pops up by clicking on the power value in ufopedia. For example, you can put * next to the number of the power value to show the player that there is something behind it. Sometimes weapons in the mod are made in such a way that the damageAlter section fundamentally affects the final damage, and the value of power compared to this becomes even less important information. In addition, I'd also display a method for calculating damage and armor penetration and armor efficiency if they differ from the default values. From my experience in XCF, these parameters dramatically change the effectiveness of a weapon, and to find out that they are not set by default, you need to view all types of ammunition for a weapon via INFO.  Doing it for all types of weapons to see if it's not a fun activity for me. As far as I can see, many players have no idea about these properties at all, as their value for the game is not obvious to them (it is not vanilla and as far as I know there are no full descriptions to all of them). That's why they don't understand why guns are so different, although it doesn't come from the value of power alone.

401
OpenXcom Extended / Re: OXCE (OpenXcom Extended) main thread
« on: April 06, 2020, 02:21:11 am »
I never noticed such AI behavior in vanilla. Once I found the last alien hiding in my Skyranger in vanilla =)

402
OXCE Support / Re: Visual help space for modders.
« on: April 04, 2020, 02:13:33 pm »
There are no hovering UI items in OXCE as a class. However, I was wondering, for example, in the form of a global option (to keep the original purity of the gaming experience), could this be an acceptable solution for developers? It could definitely make some elements more informative. I worked a bit with UI in OXCE, but I used the existing window classes, so I'm roughly aware of the scope of the work. It would be interesting to try to work on that, I like to create a friendly UX :)

Maybe not hovering, but clicking on a specific UI element could produce a small window next to the mouse position to show additional info. For example, clicking on the power number could reveal properties for damage alter. That is super important things to know, but they are often hidden deep inside stats for nerds, and you need to make several clicks to find it.

403
Work In Progress / Re: Slime gun [idea]
« on: March 29, 2020, 01:13:19 pm »
Pretty easy. making a daze effect lasting multiple turns possible. Just add tags like ones listed in flashbangs, should be obvious...

404
OXCE Support / Re: [Question] Bullet sprites per ammo
« on: March 22, 2020, 01:19:02 pm »
First of all, sorry, I didn’t know that it’s possible to change bullet sprite from ammo item, I should look at ruleset reference closer.
With "could" I meant that I will use it with existing XCF weapons if it's possible (I realize now that it is, thank you!), its good addition for player immersion, but it is not blocking me or anything so I would be ok if its in TODO even at its bottom. Its only 2 weapons in XCF I'm talking about, so it's not a big deal. If something is blocking me, I'm asking in discord or make a forum post with a suggestion, and I'm trying to propose a solution if it's possible to do it with my skills.

But I understand what you mean, I will take forum posts and replies more seriously.

405
OXCE Support / Re: [Question] Bullet sprites per ammo
« on: March 22, 2020, 09:47:59 am »
Bullet sprites per ammo could be very useful!

Pages: 1 ... 25 26 [27] 28 29 ... 33