Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 1,089 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
a bug? sys_replay is not working #318098
04/05/10 08:03
04/05/10 08:03
Joined: Aug 2008
Posts: 63
=Strogg=3rd_com_cent.
O
Omicron_NEGA Offline OP
Warez kiddie?
Omicron_NEGA  Offline OP
Warez kiddie?
O

Joined: Aug 2008
Posts: 63
=Strogg=3rd_com_cent.
hello!
is sys_record/sys_replay supposed to remember mouse clicks?
i wanted to record a demo,but failed to play the demo because all of keys and mouse movements are running well but mouse buttons.
seems like the engine cant or didnt record mouse buttons' actions?

my code:

sys_record("rec_test.rec",1);

...bla bla bla......

sys_replay("rec_test.rec");

crazy


P4 3.6GHz x2 8GB RAM DDR2 GeForce8800GTS
Re: a bug? sys_replay is not working [Re: Omicron_NEGA] #318230
04/06/10 10:47
04/06/10 10:47
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
I've looked into it, but the mouse buttons are stored in the .rec file, at least in theory. How are you using the mouse? Are you checking the buttons, or are you using mouse events?

Re: a bug? sys_replay is not working [Re: jcl] #318547
04/08/10 11:57
04/08/10 11:57
Joined: Aug 2008
Posts: 63
=Strogg=3rd_com_cent.
O
Omicron_NEGA Offline OP
Warez kiddie?
Omicron_NEGA  Offline OP
Warez kiddie?
O

Joined: Aug 2008
Posts: 63
=Strogg=3rd_com_cent.
hi jcl!
thx for your reply!

well,i use it like this:


level_load("stage_01.wmb");
wait(10);
if(key_r==1&&key_p==0)sys_record("record.rec",1);
if(key_p==1&&key_r==0)syt_replay("record.rec");
wait(1);
while(1)
{
if(mouse_left==1) my.x+=1;
if(key_space==1)my.z+=1;
my.pan+=mouse_force.x;
my.tilt+=mouse_force.y;
wait(1);
}

first time you run it,press "r", do something,then shut it down.
then launch it again , press"p" to replay.
the character will do everything what you have been recorded BUT
mouse_left==1(middle,or left). crazy

my friend has 7.82 comm, and the mouse buttons are not being replayed aswell. crazy
i have 7.07.

btw, my OS is windows 7,but i tried it on WinXP,still not being replayed.

sorry for my bad English grammar. blush

Edit: looks like im not the only one who have this problem:
http://www.opserver.de/ubb7/ubbthreads.p...true#Post189909

Last edited by Omicron_NEGA; 04/08/10 13:11.

P4 3.6GHz x2 8GB RAM DDR2 GeForce8800GTS
Re: a bug? sys_replay is not working [Re: Omicron_NEGA] #318565
04/08/10 14:32
04/08/10 14:32
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
You're using the warez version? I'm wondering that sys_replay works at all in that version. You won't get that fixed I'm afraid, but you'll get a special user title instead.

Re: a bug? sys_replay is not working [Re: jcl] #318570
04/08/10 14:58
04/08/10 14:58
Joined: Aug 2008
Posts: 63
=Strogg=3rd_com_cent.
O
Omicron_NEGA Offline OP
Warez kiddie?
Omicron_NEGA  Offline OP
Warez kiddie?
O

Joined: Aug 2008
Posts: 63
=Strogg=3rd_com_cent.
no! it cant be warez version!
i've paid for it!
dammit,i bought it from my borther in germany,
and if mine is warez version,then why the same problem happen to
7.82 ?
is 7.82 cracked? i dont think so?
btw,what do you mean "you'll get a special user title instead."?
Edit now i know what do you mean.... plz remove that stupid title!!
I'VE PAID FOR IT! mad

Last edited by Omicron_NEGA; 04/08/10 15:01.

P4 3.6GHz x2 8GB RAM DDR2 GeForce8800GTS
Re: a bug? sys_replay is not working [Re: Omicron_NEGA] #318575
04/08/10 15:21
04/08/10 15:21
Joined: Jan 2004
Posts: 3,023
The Netherlands
Helghast Offline
Expert
Helghast  Offline
Expert

Joined: Jan 2004
Posts: 3,023
The Netherlands
Originally Posted By: Omicron_NEGA
no! it cant be warez version!
i've paid for it!
dammit,i bought it from my borther in germany,
and if mine is warez version,then why the same problem happen to
7.82 ?
is 7.82 cracked? i dont think so?
btw,what do you mean "you'll get a special user title instead."?
Edit now i know what do you mean.... plz remove that stupid title!!
I'VE PAID FOR IT! mad


hahahaa, I actually think it's a pretty funny joke tongue


Formerly known as dennis_fantasy
Portfolio - http://www.designorhea.com/
Project - http://randomchance.cherrygames.org/
Re: a bug? sys_replay is not working [Re: Helghast] #318590
04/08/10 16:27
04/08/10 16:27
Joined: Aug 2008
Posts: 63
=Strogg=3rd_com_cent.
O
Omicron_NEGA Offline OP
Warez kiddie?
Omicron_NEGA  Offline OP
Warez kiddie?
O

Joined: Aug 2008
Posts: 63
=Strogg=3rd_com_cent.
Originally Posted By: Helghast
Originally Posted By: Omicron_NEGA
no! it cant be warez version!
i've paid for it!
dammit,i bought it from my borther in germany,
and if mine is warez version,then why the same problem happen to
7.82 ?
is 7.82 cracked? i dont think so?
btw,what do you mean "you'll get a special user title instead."?
Edit now i know what do you mean.... plz remove that stupid title!!
I'VE PAID FOR IT! mad


hahahaa, I actually think it's a pretty funny joke tongue




come on!
did you mean i am lying? confused
oh thats funny,
because i downloaded and installed 7.82 trial ver.
same problem.
unless the software itself is a warez ver frown


P4 3.6GHz x2 8GB RAM DDR2 GeForce8800GTS
Re: a bug? sys_replay is not working [Re: Omicron_NEGA] #318600
04/08/10 17:00
04/08/10 17:00
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline
Expert
JibbSmart  Offline
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
Perhaps you did pay for it, but that just means you bought a warez version from someone else who would've gotten it for free.

You should be careful about who/where you buy software from.

Jibb


Formerly known as JulzMighty.
I made KarBOOM!
Re: a bug? sys_replay is not working [Re: JibbSmart] #318654
04/09/10 00:32
04/09/10 00:32
Joined: Aug 2008
Posts: 63
=Strogg=3rd_com_cent.
O
Omicron_NEGA Offline OP
Warez kiddie?
Omicron_NEGA  Offline OP
Warez kiddie?
O

Joined: Aug 2008
Posts: 63
=Strogg=3rd_com_cent.
i dont know, but at least remove that stupid title!
and BE RESPECTFUL!!!!!! mad mad mad mad
im not that warez kid!
so,this is my answer?
the TRIAL VER still have the problem.
how do you explain that?
you cant solve the problem,then owe to im using warez ver
and gimme a stupid title?
IS THAT ALL WHAT YOU CAN DO, JCL??

im really disappointed in you,jcl.
and i have the key,it cant be warez ver.
i thought you would help.... dammit!
im about to buy a 7.82 and you said it can upgrade to A8.
now i wont buy it until i've got a reasonable explanation!!
mad mad mad mad

Edit: banning me will prove your ability.

Last edited by Omicron_NEGA; 04/09/10 00:40.

P4 3.6GHz x2 8GB RAM DDR2 GeForce8800GTS
Re: a bug? sys_replay is not working [Re: Omicron_NEGA] #318655
04/09/10 00:41
04/09/10 00:41
Joined: Mar 2006
Posts: 2,252
Hummel Offline
Expert
Hummel  Offline
Expert

Joined: Mar 2006
Posts: 2,252
roflcopter!



Last edited by Hummel; 04/09/10 00:44.
Page 1 of 2 1 2

Moderated by  old_bill, Tobias 

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