Ultimate Screenshot Creator 1.7 is Out!

Ultimate Screenshot Creator 1.7 is out!
Check the awesome new features!

/!\ READ BEFORE UPDATING from 1.6 to 1.7

Several files have been moved or removed in update 1.7. It is recommended to do a clean re-install by removing the AlmostEngine folder before importing the update. Do not forget to backup your custom prefabs before doing so. Otherwise, follow the upgrade process described below.

Upgrade Instructions: If you want to manually move and remove the files instead of doing a clean reinstall, do as follow:
1. Move ScreenshotWindowConfig.asset to AlmostEngine/UltimateScreenshotCreator/As sets/. Not doing it will result in large build resource files.
2. Move ScreenshotResolutionPresets.cs to AlmostEngine/UltimateScreenshotCreator/Assets/Scripts/Editor. Do not hesitate to contact me if you have any issues or questions.

1.7.0 – 13/01/2019

• (NEW FEATURE) Generate hundreds of multilingual promotional pictures with the composer and batch process.
• (NEW FEATURE) Create custom presets and collections saved as assets that can be shared between projects.
•(NEW FEATURE) Display a screenshot thumbnail when taking screenshots.
• (NEW FEATURE) Simple Localization system to easily localize your game and promotional pictures.
• Possibility to automatically remove the iOS and Android permission requirements.
• Automatically add the iOS Photos framework dependency.
• Support of Unity 2018.3.
• (Fix) Fixed gameview size on retina displays.
• (API) Presets are now asset files. • (API) Popularity preset are now asset files, referencing preset assets.
• (API) Moved ScreenshotManager specific symbols parsing to the ScreenshotManager.
• (API) Moved all extra features to the namespace AlmostEngine.Screenshot.Extra.

Devlog December 2018

Hello everyone.

I wish you happy holidays :)

I did not post here for a long time, again, and I have many many things to tell you. The year 2018 has been very eventful, and I am writing a very long devlog to detail everything.

Here are some glimpses of what is coming:

Still alive

Yes, I am still working on the game, and “it has never been so close to release”. However, that release date has been postponed, again. The project is incredibly advanced, especially for a one man team, but I finally admitted that it’s not a 2 years project for which I am 2 years late, but a N years project with N > 4.

Goblin v0.3 v0.4

Goblin v0.3 and v0.4 are done. Most features are complete and perfectly working, some are more difficult to complete. I am still facing many difficulties, including reworking on the AI and the level design. The difficulties comes from the fact that it is one big complex metroid-like dungeon in which I mix several gameplays, and getting everything to work at the same time is a real headache.

How to actually release the game

I spent a lot of time thinking about the best way to effectively release the game one day, before I run out of money and energy. Over the year, I tried several approaches. I will detail in the upcoming devlog what I decided to do. There will be one bad news and two good ones :)

Assets update 1.7 coming

Finally, I also worked on the Ultimate Screenshot Creator and the Multi Device Preview & Gallery assets. Version 1.7 will have several new awesome features, like “screenshot composition” or “device and notches preview”. The update will be out in the first weeks of January.

See you soon,

Arnaud

Devlog January-March 2018

Hello everyone, here’s news from the front.

It has already been three months since the last news, time goes too fast. I was very focused on the game and I did not have much time to feed the various social networks, etc. I will continue like this until the end of version 0.4 and start posting more again. These three months have been very productive, here is a glimpse of what I did.

v0.2 Level Design

I finished version 0.2 of the game, in which the effort was focused on level design. I reworked all areas of the dungeons, their shapes, sizes and connectivities, I made a first playable version of all zones. Some levels still require a lot of work but most are already very satisfying. I would love to show you pictures of all this but I do not want to spoil everything, so I will not.

Thanks to that, I finally apprehend much better the game on its entirety. I have a better idea of ​​the amount of work remaining and where the effort is needed. I will also be able to choose to keep or not some areas depending on the remaining development time.

I bought an asset to make decals (projecting texture on the floor, walls, or objects) but eventually it did not suit my needs, and I had to implement my own solution. In particular, I added the possibility to display decals on physical objects, such as traps. With this new system, cleaning the traps is now much more fun. For example, a blood stain on a stunner is well animated.

v0.3 Janitor & Adventure

I almost finished version 0.3 of the game, in which I focus on the janitor experience. I reworked the associated missions, quests, dialogues, gameplay, etc. I am quite happy with the dialogues and opportunities for quests and missions proposed for now, and writing dialogues and descriptions with always a hint of sarcasm is something that I really appreciate.

I also reworked some levels, like the introduction, the integrated tutorial part, the entrance of the dungeon, and the Adventurers’ Maze. For example, here is a small piece of cave:

I also reworked some traps, and I created a few. For example, here are the new stakes floor and a wall of blades:

An important part of the fun of cleaning the dungeon comes from staging the sad accidents of the adventurers. It was essential to put in place ragdolls (dolls almost unarticulated) to be able to “play” with the bodies and limbs. Adventurers can have a large number of clothing variations, so I’ve set up a system to automatically create ragdoll variations based on the deceased adventurer. Here is a small example of what it can give:

What is good with this version is that the many different elements of the game are working well with each other, and that for now it’s going as expected. The concept of the game is quite complex, I’ve done a nice diagram on paper this week that describes the interactions, which will help me make it work, but I’m sure that if it is well done it will be a game very original and very interesting to play (and replay!).

Roadmap

There is still a lot to do, but everything is going well. My priority in version 0.4 will be to finalize the stealth gameplay, including reworking the first associated areas, and the artificial intelligence. When it’s done, the whole gameplay and story base will be implemented. Then, I will “only” have to rework the other levels and add dialogues, 3D models, and so on. I will start to seriously look at the music and sound effects in version 0.4 to start setting them up in the 0.5.

See you soon,

Arnaud

Devlog December 2017

Hello everyone, here’s news from the front.

First of all, happy new year to all! I wish you good health, and success for your projects. As for me, I hope that this year will be productive, with the release of The Goblin’s Week :)

It’s been a year since the publication and acceptance of my game concept on Steam Greenlight, and the first video trailer. I announced that the game would be released in 2017, and that was not the case. The game should be released in 2018. It’s time to take a look at what has been done this year, and to present what remains to be done.

Review of the year 2017

This year, I was tired of adding more and more content, accumulating bugs, temporary 3D models, unfinished features, and so on. So, I focused on the first part of the dungeon, so that the content of that part is clean and polished.

So I redesigned and modeled the 3D characters, they are now all ready. I reviewed the 3D models used for this part, I reviewed the meshes, optimized the physical colliders, and improved the scripts. I got down to the hard task of optimizing performance, including setting up a progressive dungeon loading system. I did a thorough overhaul of a lot of the code to clean, optimize and solidify its basis. I notably reviewed the dialogue system, localization system, save system, inventory system, game management system, footsteps and collisions system, and weapons equipment system.

The first level is almost complete. All game features are implemented, although I still have to improve some stuff.

For the other levels, some are already in an advanced state, others just in prototyping phase.

Having realized that the game development would take longer than expected, I tried to find an alternative funding source by selling assets for Unity. To date I have published three assets, sales are starting to take off a little but I have finally not gained more development time, compared to the time spent producing them. I would like to publish other assets, including the dialogue system, but given the required work I prefer to focus on the game.

To conclude, even if the remaining content of the game is still substantial, the state of the game itself has progressed enormously. I now have a solid basis, and everything is ready to create the rest as efficiently as possible.

Roadmap for the year 2018

This year, once the last elements of my version 0.1 are done, I will finally be able to work on the level design and game design, so that the gaming experience is the best possible and the closest to my goals.

I have already started to review all levels of the dungeon either on paper or in the editor, to rework the overall game experience. I want to have a first version of all areas to get the game as a whole. I will also have a better estimate of the remaining work, and I will be able to focus my efforts, and remove areas if necessary. I will then rework the levels gradually and iteratively, and I will create the necessary content and scripts as I go along. I will of course continue the playtests, although at the beginning I will continue to favor the observation tests, at home.

There are still some tasks for which I have trouble anticipating the difficulty, for instance the music composition, replacing all temporary sounds, and translating the game in several languages.

I talked about publishing a playable demo, it will not be for now. I’ll let you know if such a demo is finally released.

I hope you are as eager as me to see the game out. As always, do not hesitate to give me some feedback,

See you soon,

Arnaud

Copyright © 2015-2023 - Arnaud Emilien. Wild Mage Games® and Almost Epic Adventures™ are trademarks property of Arnaud Emilien. All rights reserved.