Advertising (This ad goes away for registered users. You can Login or Register)

Endless2D - this gets ignored so pls lock

Discuss Windows, Mac, or Linux Gaming (or other types of applications) here
User avatar
Xian Nox
Retired Mod
Posts: 2749
Joined: Fri Nov 05, 2010 5:27 pm
Location: Over the hills and far away

Re: Endless the win32 console game

Post by Xian Nox » Mon May 28, 2012 2:39 pm

Tried it on a Windows. After the intro (which has the aforementioned stutters for me too), I selected Arena mode, and player vs COM, after which the game just froze and Windows decided it wants to terminate it. Tried again for PvP, and it froze again.
The text in the arena mode appears too slow. The intro is interesting the first two times you see it, after that it lacks an obvious skip intro button.
As for the libraries, I can suggest you Qt4. It is cross-platform, has support for console applications as well, and sound and networking support, which you will need in new versions. It has multiple licenses available too, with one being LGPL, so you can make a closed source application with it if you wish to, as long as you dynamically link the Qt4 library.
Advertising

User avatar
i_like_c
Posts: 16
Joined: Mon May 14, 2012 3:00 pm
Location: germany

Re: Endless the win32 console game

Post by i_like_c » Mon May 28, 2012 2:42 pm

Thx for Info ill look for the bugs like freezes and such...
----
i looked at it

thx for informing me about this problem

im not at home at the moment

when im at home (in a few hours) ill fix and upload again...

friedly regards i_like_c
----
at the moment i can only give a link to an old version but better than nothing... :(
----
Link to Verison 1.1 (newest is 1.3)


http://dl.dropbox.com/u/50850958/Endles ... nglish.zip
Advertising
Last edited by jc_gargma on Mon May 28, 2012 3:30 pm, edited 2 times in total.
Reason: Merged Quintuple post
[spoiler]Image[/spoiler]

Look at my textbased win32 console game :D

viewtopic.php?f=44&t=11720

User avatar
jc_gargma
Retired Mod
Posts: 2602
Joined: Tue Nov 23, 2010 7:05 am
Location: The Netherworld

Re: Endless the win32 console game

Post by jc_gargma » Mon May 28, 2012 3:33 pm

Please refrain from double/triple/quintuple/etc posting.
Edit your posts instead of posting again 5 minutes after the last one.
This isn't an IM or blog.

User avatar
i_like_c
Posts: 16
Joined: Mon May 14, 2012 3:00 pm
Location: germany

Re: Endless the win32 console game

Post by i_like_c » Mon May 28, 2012 3:40 pm

Sry im writing on phone and edit Button is not Working for me (dont ask me why)
[spoiler]Image[/spoiler]

Look at my textbased win32 console game :D

viewtopic.php?f=44&t=11720

User avatar
jc_gargma
Retired Mod
Posts: 2602
Joined: Tue Nov 23, 2010 7:05 am
Location: The Netherworld

Re: Endless the win32 console game

Post by jc_gargma » Mon May 28, 2012 8:24 pm

Feedback:
-That weapons/shield/wands are gained on some level ups isn't too intuitive. Perhaps add a notice you gained then on the level up screen.
-The post kill dialogue to quit/reset/go again with full hp only works the first time. After which, it jumps that option, and goes right back into combat, with the enemy at negative hp, where they presume to heal themselves out of it. :?
-on the equip menus, there is no "previous menu" option, so opening them to view what may have been gained on level up/check items uses up your turn.
-after a few levels, it becomes a game of who can get lucky and hit more often and heal back up. When I noticed wands always hit, I stopped trying with my axe, and then more swiftly won. More weapon variety will be needed to alleviate this.

User avatar
i_like_c
Posts: 16
Joined: Mon May 14, 2012 3:00 pm
Location: germany

Re: Endless the win32 console game

Post by i_like_c » Mon May 28, 2012 8:51 pm

Thx

The First constructive Feedback the Bug with ending screen is fixes in 1.3

I tried to make The rendering System fairer

Im Working on a new levelup System..

Levelup = some Gold
New Shop Option in menu
New Form of equip Option

With the Crash fix ill also fix the stuttering

Thx for constructive Feedback

Was tue Rest ok ?
[spoiler]Image[/spoiler]

Look at my textbased win32 console game :D

viewtopic.php?f=44&t=11720

User avatar
i_like_c
Posts: 16
Joined: Mon May 14, 2012 3:00 pm
Location: germany

Re: Endless the win32 console game

Post by i_like_c » Thu May 31, 2012 7:35 pm

Im nearly at the end if correction...
Only One Problem...
Music engine completely crashed Its unusable :(
[spoiler]Image[/spoiler]

Look at my textbased win32 console game :D

viewtopic.php?f=44&t=11720

User avatar
i_like_c
Posts: 16
Joined: Mon May 14, 2012 3:00 pm
Location: germany

Re: Endless the win32 console game

Post by i_like_c » Tue Jul 10, 2012 9:22 pm

I stopped work on Endless the win32 console game...
but...
with help of the rpg-maker-xp i created a new version as an real 2d rpg : Endless2D :D

Forums ( still in work ;) )
http://endless.cu.cc/endless

the download link is in the forums on "update information" section

pls look at it :D

haha
[spoiler]Image[/spoiler]

Look at my textbased win32 console game :D

viewtopic.php?f=44&t=11720

User avatar
Xian Nox
Retired Mod
Posts: 2749
Joined: Fri Nov 05, 2010 5:27 pm
Location: Over the hills and far away

Re: Endless2D

Post by Xian Nox » Tue Jul 10, 2012 10:05 pm

Yays, it's not just me making 2D RPGs.
Oh, fun, Windows-only again. :lol:
*downloads and runs in Linux/wine* Meh, doesn't seem to work for me. It's seems it's an issue with the engine (missing libraries or something of the sort).
I'll try it out later on a Windows too.

As for your forums, they do give off the "under construction" feeling too. Lack of members make them feel very empty. This is why I think a blog instead of forums is a better idea until you get it finished somewhat.
Next on the list, lore/characters/any sort of game information. I am certainly not downloading a game I randomly see without knowing what it is about, and what I am to do with it. Example of my thought process:

Code: Select all

if(game.hasNekoCharacters() || game.isRecommended())
    game.download();
else
    game = getNextGameInList();

User avatar
i_like_c
Posts: 16
Joined: Mon May 14, 2012 3:00 pm
Location: germany

Re: Endless2D

Post by i_like_c » Tue Jul 10, 2012 10:29 pm

friend from the minebuilder forums is making videos here a small link to old video of more buggy version
http://www.youtube.com/watch?v=159IknyOI9s
[spoiler]Image[/spoiler]

Look at my textbased win32 console game :D

viewtopic.php?f=44&t=11720

Locked

Return to “Games/Applications”