Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/25/24 10:20
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (AndrewAMD, SBGuy, Petra, flink, 1 invisible), 699 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 8 of 9 1 2 3 4 5 6 7 8 9
Re: Download Glorious Combat 3DGS code [Re: dj_tommy_k] #328781
06/15/10 09:37
06/15/10 09:37
Joined: Mar 2009
Posts: 25
kholis Offline
Newbie
kholis  Offline
Newbie

Joined: Mar 2009
Posts: 25
thanks for converting this game to lite-c.

i've tried it. but it often stuck/hang with "Error E1515: Invalid arguments in attach_weapon"

another problem. when i add panel, there is no error messages but it display nothing.

any suggestion?

Last edited by kholis; 06/15/10 12:41.
Re: Download Glorious Combat 3DGS code [Re: kholis] #328901
06/15/10 22:02
06/15/10 22:02
Joined: May 2010
Posts: 9
Croatia
D
dj_tommy_k Offline
Newbie
dj_tommy_k  Offline
Newbie
D

Joined: May 2010
Posts: 9
Croatia
I had the same problem with adding panels by defining them with PANEL* so I
created new function with "pan_create(char* content, var layer)" in it and it worked.

As for invalid arguments, my guess is that some pointer is NULL when it should not be.
You could try to pinpoint exact pointer and adding a line before it:
while(that_pointer==NULL) wait(1);

I'm sorry I cant help you much because I don't have that problem with "attach_weapon" and everything else, except panels, is working normal.

Good luck!

Re: Download Glorious Combat 3DGS code [Re: dj_tommy_k] #329035
06/17/10 02:29
06/17/10 02:29
Joined: Mar 2009
Posts: 25
kholis Offline
Newbie
kholis  Offline
Newbie

Joined: Mar 2009
Posts: 25
the first error only happen in win7. when i switch to XP, it not happen anymore.

i've tried create panel with pan_create as in healthbar. but still disappear frown

i want to limit entity enemies to 10, although around him there are many enemies detected. but if one enemy died, another enemy close to him will attack to replace the death enemy.

i've tried to use array in skill but still have no luck.

any suggestion?

thanks

Last edited by kholis; 06/17/10 15:40.
Re: Download Glorious Combat 3DGS code [Re: kholis] #334277
07/22/10 09:09
07/22/10 09:09
Joined: Feb 2010
Posts: 886
Random Offline
User
Random  Offline
User

Joined: Feb 2010
Posts: 886
"deleted"

Last edited by Random; 07/24/10 11:33.


Re: Download Glorious Combat 3DGS code [Re: Random] #334630
07/24/10 11:34
07/24/10 11:34
Joined: Feb 2010
Posts: 886
Random Offline
User
Random  Offline
User

Joined: Feb 2010
Posts: 886
There is still something wrong...
For exsample;
In functions.c, in the function
function handle_weapon_collision(),
When I set;
if (result2 == 1 && you !=shield_state) { and then set some chareckters to no shield_state (they don`t carry a shild) and I hit them, they still block!
Thats very confusing.
Does somebody else has a problem like that???
Or know how to fix this???



Re: Download Glorious Combat 3DGS code [Re: Random] #335433
07/28/10 13:28
07/28/10 13:28
Joined: Feb 2010
Posts: 886
Random Offline
User
Random  Offline
User

Joined: Feb 2010
Posts: 886
No I updated my version, everything is fine!



Re: Download Glorious Combat 3DGS code [Re: Random] #351596
12/27/10 12:25
12/27/10 12:25
Joined: Jun 2010
Posts: 71
L
LawnmowerMan Offline
Junior Member
LawnmowerMan  Offline
Junior Member
L

Joined: Jun 2010
Posts: 71
If anyone knows why the fight is not doing well in C-script version please help? As if something is wrong with the collision, the enemy can not hurt player, like as player can not hurt enemy. In lite-c version everything work fine but not with c-script.

Re: Download Glorious Combat 3DGS code [Re: LawnmowerMan] #361636
03/04/11 03:37
03/04/11 03:37
Joined: Dec 2009
Posts: 217
Italy
PietroNifosi Offline
Member
PietroNifosi  Offline
Member

Joined: Dec 2009
Posts: 217
Italy
I still got a few issues, naming 1: everytime i press the attack, the whole thing is broken, the attack animation is stopped, sparkles happening and player hits nothing.
Actually another animation takes place like is he gets hit by his own weapon.

I did a search, the problem seems to be around here:

function handle_weapon_collision()


Dear Fans, to celebrate our 500.000 downloads,
Evhacon 2 is now FREE TO PLAY on Amazon Underground!
HD Version: https://www.amazon.com/gp/product/B071FKSVG2
LD Version (Optimized for lower devices): https://www.amazon.com/gp/product/B0719TXFJN
Re: Download Glorious Combat 3DGS code [Re: PietroNifosi] #361947
03/05/11 21:43
03/05/11 21:43
Joined: May 2010
Posts: 9
Croatia
D
dj_tommy_k Offline
Newbie
dj_tommy_k  Offline
Newbie
D

Joined: May 2010
Posts: 9
Croatia
Did you download GloriousCombat2?

The first file has that issue, but no. 2 should be working
fine.

Re: Download Glorious Combat 3DGS code [Re: dj_tommy_k] #361953
03/05/11 22:07
03/05/11 22:07
Joined: May 2009
Posts: 5,370
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,370
Caucasus
Where can I download second version? I didn't really know about it...


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Page 8 of 9 1 2 3 4 5 6 7 8 9

Moderated by  adoado, checkbutton, mk_1, Perro 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1