Any news ?
Lapinay
Creator of
Recent community posts
Thanks ! I was wondering because the previous integration with GA3 (enhanced e-commerce) did not send the purchase set of data (amount, quantity, name etc) so no insights on revenue. But now in GA4, purchase is an event like any other events (download etc), it will be great to have those data in GA4 as GA4 is now video game friendly.
HI.
I've never received a complaint from desktop users, many people can play the game, but today I received one from a mobile user on Samsung Internet browser and Samsung Chrome. The user gets :
"AccessDeniedAccess denied.Anonymous caller does not have storage.objects.get access to itchio.html/1865915/chapter_01.html"
I read the previous message from an admin :
You are trying to request a file named NewFile.txt but you uploaded a file named newfile.txt. Files are case sensitive on our server, unlike Windows and OSX.
The fact is, in my case :
- it works for some users, it did not work for others.
- The file mentioned in the error message no longer exists in the last imported package.
- before I used to have an index.html (custom splash screen) with a play button to go on chapter_01.html (game engine default)
- now I just have an index.html (game engine default)
I do not understand why the plateforme is sending some user to this old url from on old package...
I need guidance :)
I'm also having this issue, and never saw my project on the most recent games page (even most recent tags).
Here it is : https://alixlepinay.itch.io/my-lovely-foodtruck
Hi. This is just a demo project. I'm working on the concept and made this to get some feedbacks. Currently the mechanics is based on a strong narrative gameplay but i may add some exploration levels, inventories etc... to extend the experience.
Please try the demo here (in french) https://alixlepinay.itch.io/my-lovely-foodtrucks
Hi! :)
I'm working on a project with a lot of textual choices. In the engine, behind every options of a textual choice menu, there is an image declared to make the container of each option. I would need for each option to show a specific image. In my project, player has to choose between a negative and a positive choice. I want the positive to have a green container and the negative one a red one. What do you think of this idea ?
Something like in GUI.yaml:
spritesheets: choice: assets/gui/choice.png 716 65 <!-- default --> choice green: assets/gui/choice_green.png 716 65 choice red: assets/gui/choice_red.png 716 65
Something like in YourStory.yaml:
- choice: - "I don't kiss and tell!" choice green: - deuzi says: ... - "You bet we did!" choice red: - deuzi says: ...