Search found 211 matches

by Imerion
Mon Jul 20, 2015 6:42 pm
Forum: Your projects
Topic: YY Slider (simple, relaxing polarity puzzle game)
Replies: 24
Views: 49355

Oh, I really want to try this! I'm a bit tired after spending the whole night coding the the GameJolt Game Jam though. But I'll give it a try next time I'm here! :)
by Imerion
Mon Jul 20, 2015 6:39 pm
Forum: Your projects
Topic: Resource Wars
Replies: 8
Views: 24234

Resource Wars

We finally managed to get another project decently finished. :) Resource Wars is an RTS, without warfare and with focus on resource gathering, upgrading and optimizing. The Game Jam edition, finished in 72 hours, can be found below. The game is quite complete, but a bunch of features and fixes still...
by Imerion
Mon Jul 20, 2015 12:54 am
Forum: General discussion
Topic: Passing arguments ZGE Application
Replies: 3
Views: 6443

Maybe I solved it. :) string InputString = GetCommandLineA(); int FindUser = indexOf("name=", InputString, 0); int FindUserEnd = indexOf("gjapi_token", InputString, 0); FindUser += 5; FindUserEnd -= 1; UserName = subStr(InputString, FindUser, FindUserEnd - FindUser); int FindToke...
by Imerion
Mon Jul 20, 2015 12:34 am
Forum: General discussion
Topic: Passing arguments ZGE Application
Replies: 3
Views: 6443

How would I go about to extract data from two different passed arguments into two strings?

The data I get comes in this form : gjapi_username=NAME gjapi_token=TOKEN

And I need to have NAME in one string and TOKEN in another.
by Imerion
Sat Jul 18, 2015 3:33 pm
Forum: General discussion
Topic: A* pathfinding
Replies: 3
Views: 12013

I used another solution for the moment. Might return to this in the future. :)
by Imerion
Sat Jul 18, 2015 12:17 am
Forum: General discussion
Topic: A* pathfinding
Replies: 3
Views: 12013

A* pathfinding

Sorry for always asking for so much help. But I thought it couldn't hurt asking if someone happens to have a working example of an A* algorithm for ZGE? I really thought I'd be able to get this working, but I only get endless loops and other weird behaviour. I have a simple 2D array, with a model on...
by Imerion
Fri Jul 17, 2015 10:18 am
Forum: Extensions
Topic: Requests for additional extensions (?)
Replies: 42
Views: 71266

Then I should be able to manage! I'll try and report back if I get it to work! :)
by Imerion
Wed Jul 15, 2015 1:44 pm
Forum: Extensions
Topic: Requests for additional extensions (?)
Replies: 42
Views: 71266

Not sure if this has been mentioned, but the GameJolt score API would be cool to have a ZGE implementation of. :-) This sort of came up since Im planning on joining the latest GameJolt game-jam. http://jams.gamejolt.io/indiesvsgamers/api Seems it can be used through the web as well though, so I shou...
by Imerion
Tue Jul 14, 2015 4:15 pm
Forum: Your projects
Topic: Smallball HD
Replies: 11
Views: 28156

Thanks for testing and for lots of useful feedback! Nice to hear you liked the effects! How did the reflections feel to you? I experimented a lot with various alpha settings to make them look good, but I'm still not sure. I knew I forgot something: autorepeat for the background music doesn't seem to...
by Imerion
Tue Jul 14, 2015 4:14 pm
Forum: Your projects
Topic: Smallball HD
Replies: 11
Views: 28156

Thanks for testing and for lots of useful feedback! Nice to hear you liked the effects! How did the reflections feel to you? I experimented a lot with various alpha settings to make them look good, but I'm still not sure. I knew I forgot something: autorepeat for the background music doesn't seem to...
by Imerion
Tue Jul 14, 2015 4:04 pm
Forum: Off-topic
Topic: Satoru Iwata Dies
Replies: 2
Views: 13201

This made me so sad. :( It's strange since I didn't knew him, but as a Nintendo-fan you saw him often in Nintendo Directs, Iwata Asks, etc and he really had done some great achievements. Was cool to know they had a CEO who really knew gaming and coding. Not to mention he stood up for the classic for...
by Imerion
Fri Jul 10, 2015 9:48 am
Forum: Your projects
Topic: Smallball HD
Replies: 11
Views: 28156

After a year, I decided to load this game up again and fix all misses I did because I didn't really know how ZGE worked. I also decided to improve a bunch of other aspects of the game, from gameplay to graphics. The result is a new release! If you want to try, you can play the PC version on Gamejolt...
by Imerion
Mon Jun 08, 2015 10:19 pm
Forum: Extensions
Topic: 3D Physics with ZgeBullet
Replies: 104
Views: 283400

Awesome! This will be fun to try! :D
by Imerion
Thu Jun 04, 2015 1:03 pm
Forum: Off-topic
Topic: Windows 10 free upgrade ??
Replies: 10
Views: 37815

It seem the free upgrade is permanent, however you have a year limited window to actually do it. I suppose they are attempting to push as many ppl as as they can get into their shinny new system. That's nice of them! This was a bit worrying though : http://www.osnews.com/story/28605/Is_Windows_10_r...
by Imerion
Tue Jun 02, 2015 10:17 pm
Forum: Off-topic
Topic: Windows 10 free upgrade ??
Replies: 10
Views: 37815

Was the upgrade free, or just free for a year? Heard both versions.
10 seems like a step up from 8, but if I did use Windows I would probably still stick with 7 as long as it is supported. I have had loads of trouble with 8 and 8.1 at work...