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

Messages - eri0o

#81
The fireflies in my game are in the region of the cat graves. Screen capture looks weird because of the way I had done an additional effect on top where each alternate frame has a different effect. :/
#82
Your approach works, and that is totally fine.

Other approach if you need could be to have 5 pieces, one of the center that is the circle or whatever you want and four others that are top, bottom, left and right in a way that they fit the room. You can use overlays and adjust their width and height dynamically while adjusting their position too. It may be a bit more work.

Here is an example that is close, but in this case I didn't had to move, but the "hole" was animated and I wanted to have the rest static

https://github.com/ericoporto/dont-give-up-the-cat/blob/fc2810d9d580f6e1b51742489fa388fbd96cdbd0/dont-give-up-the-cat/room2.asc#L16

This is the main menu screen of Don't Give Up the Cat, where the cat that is rotating in 3D is the hole.
#83
I haven't played and found it by accident, plus it seems it's some niche NSFW thing

https://urgurgurg.itch.io/beach-belly-bloodbath
#84
The Rumpus Room / Re: *Guess the Movie Title*
Thu 26/12/2024 15:03:49
Quote from: Stupot on Wed 25/12/2024 19:26:46Sorry for the delay.

Here's another clue (partially cropped)



The font here looks like Netflix Sans

(I don't have any idea though)
#85
If you use the data tag it will be inside the game package so there is not anything to do differently in any platform. It will work the same. The data tag is read only as it's inside the game package and it can't be modified by the game itself.

The web only use a virtual file system, and files in the save directory are persisted through a domain dependant key value database in the browser itself - this is not synced in any way by the browser in a cross platform way. There is no way currently to download the files from the web build in the browser - except if you hack something there. The web build is meant for small games or demo games, and the files persisted in the browser are just a small convenience.
#86


More neat than fun, but I liked it.
#87
Uhm, I noticed we need to have it documented similar to  DialogOptionsRenderingInfo, with its own page.

I guess the original flags make it easier to expand the result possibilities if needed and the latest approach with boolean properties make it easier to discover what is possible through auto complete.
#88
Ah, this is only supported in ags4, using the new compiler, it briefly broke in a regression in alpha 15 and got fixed in alpha 16.
#89
What AGS version you are using?

I believe this works in ags4, but there may have been a regression that wasn't picked. The autocomplete hasn't been adjusted yet.
#91
Hey the code to my fireflies is here

https://github.com/ericoporto/dont-give-up-the-cat/blob/main/dont-give-up-the-cat/FireflyFx.asc

The only small detail is that is a 3D game, so they move in 3D space. But it is easy to adapt it.
#92
My feeling is for using git with GitHub the easiest client is GitHub Desktop.
#93
Just add an exception to your own game folder to Windows Defender and it should work I think. Maybe an exception to AGS Editor too, but I don't think that is needed.

I know the JetBrains IDEs I use for c++, python and Android all require to have the work directories added to Windows Defender otherwise I get some weird behavior.
#94
I think the best approach would be using the SpeechCenter plugin but not sure on the export thing
#95
It could in some way, although idnk how, and could also show in the call tip. I mostly just wanted to note this somewhere as this has been on my mind since I thought about the writing of docs of 3.6.2.
#96
No, first I would like some input if my train of thought makes sense or not.

It can be a bad idea too, as you said people may just be used to typing "eWhatever" as a way to list enums in the script editor.

It's just something that as I was writing the docs I noticed that I didn't knew much how to signal this property that these specific enums have that they can also be combined.
#97
Most of these are new - except flip and alignment - so I don't think that is that big an issue.

But for other options, C# has a flags attribute it can use to signal this in the enum definition.

I guess for now I will just figure a way to document it as a note in the standard enums docs page in the mentioned new ones and maybe add a text somewhere that explains what is "flag behavior" or something like this.
#98
Some enums support being used like flags - meaning you can do bitwise boolean "or" operations to them to use as input in some functions. Currently in the engine there is InputType and RenderLayer - there may be other recent ones I am forgetting.

The issue is there is no symbol/keyword that gives some "contractual" awareness they can be used in this way.

I would like to suggest we use f instead of e as the preceding letter, to indicate these are flags.

I don't know if there's something else that can be done here though, so I thought I should ask. I will probably also add some "standard" way to tell this in the Standard Emums section of the manual.
#99
I was doing search for everything and noticed that at some point AGS didn't had the custom properties stuff for setting exposed and someone made a plugin for it

https://www.adventuregamestudio.co.uk/forums/modules-plugins-tools/plugin-custom-properties-helper-for-ags/

What I found interesting of this plugin is it had a Reset function that could set the property to its default value - I think, I have not actually downloaded the plugin. Is this something that is actually necessary? I frankly never felt the need but I guess because of how AGS stores them I thought to ask.
#100
The Rumpus Room / Re: *Guess the Movie Title*
Sun 15/12/2024 20:16:03
Sudden Death with Jean-Claude Van Damme
SMF spam blocked by CleanTalk