Search found 122 matches

by jinxtengu
Fri Sep 16, 2016 2:36 am
Forum: General discussion
Topic: AdMob?
Replies: 4
Views: 6857

Re: AdMob?

It's really not worth it. I wasted alot of time trying to break into the phone app business. You can make money, yes, if you don't mind stooping to the lowest possible level. Almost all the profitable phone games are gambling merely dressed up as games, that's what all in app purchases really amount...
by jinxtengu
Fri Sep 16, 2016 2:18 am
Forum: Feature requests
Topic: More collision categories?
Replies: 4
Views: 15528

More collision categories?

Hello
Iv'e notice that you can only define 200 collision categories in Z game 1.9.9
Is there anyway to have more? The game im working on already uses 60 of those. I think a nice new feature could be an increase of the number of cats.
by jinxtengu
Fri Sep 16, 2016 2:13 am
Forum: Bug reports
Topic: vlc at the same time as Z game editor system crash
Replies: 0
Views: 49219

vlc at the same time as Z game editor system crash

Hi, I often listen to music while using software such as Z game editor. I've noticed that running vlc media player at the same time as using Z game editor, crashes my pc pretty consistently. This isn't a big problem, as it only occurs while vlc is running and Z game editor is quite stable otherwise,...
by jinxtengu
Tue Feb 17, 2015 11:41 am
Forum: General discussion
Topic: Looking for older version of Zgame.
Replies: 7
Views: 7528

Kewl, Im looking forward to finishing that game.
Thanks for all the support.

:)
by jinxtengu
Tue Feb 17, 2015 3:47 am
Forum: General discussion
Topic: Looking for older version of Zgame.
Replies: 7
Views: 7528

Thanks alot!!

I just have one further question, My anti virus checker, which is comodo,
comes up with a warning.

TrojWare.Win32.TrojanDownloader.Delf.gen@117138821

in 2 of the files.
is this a false positive, or what?
by jinxtengu
Mon Feb 16, 2015 11:05 am
Forum: General discussion
Topic: Looking for older version of Zgame.
Replies: 7
Views: 7528

About a year ago I was working on a project in Zgame editor. I took a break from it for a while to work on some other projects. Recently I wanted to pick it up again and finish it, since it was such a fun and promising project. Unfortunately since I was last working on it, I had a hard drive failure...
by jinxtengu
Sun Feb 15, 2015 2:46 am
Forum: General discussion
Topic: Looking for older version of Zgame.
Replies: 7
Views: 7528

Looking for older version of Zgame.

Hi Im looking for version 1.9.9 of Zgame editor, does anyone know where I can find a copy?
by jinxtengu
Tue Jan 21, 2014 3:56 am
Forum: General discussion
Topic: Problem building game
Replies: 7
Views: 8307

The program seems to be working fine now. I think what was happening was that it was opening but was opening up minimized, I had some other programs open and I think they had application priority. Whoops, sorry. The last time I tried to upgrade the project some of the models displayed differently wh...
by jinxtengu
Mon Jan 20, 2014 9:46 am
Forum: General discussion
Topic: Problem building game
Replies: 7
Views: 8307

The reason I haven't upgraded is as Kjell mentions. It needs some very time consuming modifications to run correctly under later versions. The game uses bass.dll but it's located in the same folder and should work. Every other version of the game (all 50) are also located in the same folder. I can r...
by jinxtengu
Sat Jan 18, 2014 4:52 am
Forum: General discussion
Topic: Problem building game
Replies: 7
Views: 8307

Problem building game

Hi, I've been working on a game in z game for a while. The game has about 16 app states so far and has been progressing well. However Today I encountered a problem. After creating a new app state and doing the f9 build and run, the game doesn't run, and there are no error messages. It compiles but d...
by jinxtengu
Fri Jan 11, 2013 12:57 pm
Forum: General discussion
Topic: Mod play questions
Replies: 8
Views: 9612

ah thanks. Sorry to be a bother.
by jinxtengu
Fri Jan 11, 2013 1:13 am
Forum: General discussion
Topic: Mod play questions
Replies: 8
Views: 9612

thanks for your help.
I'll read bass.chm documentation.

changing the code to "return healthy<=0;"
fixed the error.
I got a few other errors. I fixed a few of them but I got stuck on this condition:

return App.CollidedCategory==22;

I tried removing "App." but that didn't help
by jinxtengu
Thu Jan 10, 2013 11:02 am
Forum: General discussion
Topic: Mod play questions
Replies: 8
Views: 9612

I fixed the problem with the mod play in my game: after moving the Zexternal library bass.dll to the top of the "on loaded" file tree the code for playing mods works when placed in the app states. also I tried migrating the project to z game version 3 beta but as soon as the game was run I...
by jinxtengu
Wed Jan 09, 2013 10:19 am
Forum: General discussion
Topic: Mod play questions
Replies: 8
Views: 9612

the code I'm trying to run is copied from the mod play demo. int ok; //Start music ok=BASS_Init(-1, 44100, 0, 0, 0); if(!ok) { App.Caption="Error init: " + intToStr(BASS_ErrorGetCode()); return; } //Music downloaded from http://modarchive.org/ string musicFile = "398vcf.mod"; int...
by jinxtengu
Tue Jan 08, 2013 3:37 am
Forum: General discussion
Topic: Mod play questions
Replies: 8
Views: 9612

Mod play questions

Hi iv'e been having some issues with playing mod files in my z game (the same game I was working on before) Iv'e had a look at the mod play example and I've gotten a mod to play on start up of my game, but for some reason I get an error message when I put the initialize code in the "on start&qu...