✨ ARCHIVE MODE ✨
The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
We recommend you join our Discord server to get real-time response: Discord Invite Link
Yes, you can.
Download the game from here: http://gamejolt.com/games/pokemon3d/10545
And then unzip the .zip file and run the exe.
The client does the same thing basically.
To find the location where it unzips the files to, click your profile on the top right, select Settings, and look for the...
The backdrops are rendered by a special shader that renders with a single GPU call per backdrop geometry, but it tells the GPU to fill the geometry with duplicates of the texture instead of stretching the texture to fill the geometry.
This is also a built-in feature of the GPU, so it should be...
They probably damange based on a portion of the HP left rounded down currently. 1 divided by anything rounded down is always 0.
I will see that I can fix this.
Edit: Yep, got it.
When the script got triggered already, the NPC is set to a specific position which the player cannot reach.
The fix was only applied to when the script gets triggered again, which only happens once.
If something is "easy to port" is always relative to the project you are trying to port, and very much reliant on how the project works with its intended environment.
For starters, it was written to work with XNA and Microsoft Windows. We are using \ as path separator and we are using a lot of...
The string class has the following Constructs:
<string.replace>
<string.indexof>
<string.lastindexof>
<string.remove>
<string.trim>
<string.split>
<string.char>
<string.length>
<string.first>
<string.last>
<string.reverse>
<string.startswith>
<string.endswith>
<string.contains>
<string.regex>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.