Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
4 registered members (NewbieZorro, Grant, TipmyPip, AndrewAMD), 12,885 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 4
Page 3 of 15 1 2 3 4 5 14 15
Re: Slightly improved Zelda code [Re: Firestorm] #38037
12/24/04 14:16
12/24/04 14:16
Joined: Jan 2003
Posts: 246
The Hole, Australia
Josh666 Offline
Member
Josh666  Offline
Member

Joined: Jan 2003
Posts: 246
The Hole, Australia
Well, he sure is everything i'd like to be...


~J666
Re: Slightly improved Zelda code [Re: Josh666] #38038
12/24/04 20:51
12/24/04 20:51
Joined: Jul 2004
Posts: 785
Serbia
Iglarion Offline
User
Iglarion  Offline
User

Joined: Jul 2004
Posts: 785
Serbia
This sound great! I can't wait.


IGRAVISION Page - www.igravision.com
RPG project - The Battle For Forgol 92.75%
Re: Slightly improved Zelda code [Re: Iglarion] #38039
12/25/04 09:17
12/25/04 09:17
Joined: Mar 2002
Posts: 7,727
old_bill Offline
Senior Expert
old_bill  Offline
Senior Expert

Joined: Mar 2002
Posts: 7,727
Very nice contribution!
5 stars are yours!

And if you need some webspace to put the file up, contact me, thats no problem!

old_bill


Success is walking from failure to failure with no loss of enthusiasm.
Re: Slightly improved Zelda code [Re: old_bill] #38040
12/25/04 20:28
12/25/04 20:28
Joined: Jan 2003
Posts: 246
The Hole, Australia
Josh666 Offline
Member
Josh666  Offline
Member

Joined: Jan 2003
Posts: 246
The Hole, Australia
I got some serious errors happening when i tryed to use this


~J666
Re: Slightly improved Zelda code [Re: Josh666] #38041
12/26/04 00:16
12/26/04 00:16
Joined: Mar 2002
Posts: 7,727
old_bill Offline
Senior Expert
old_bill  Offline
Senior Expert

Joined: Mar 2002
Posts: 7,727
Which one?
I just had to move function scan_event{} over the action player_action{] and now it works!

old_bill


Success is walking from failure to failure with no loss of enthusiasm.
Re: Slightly improved Zelda code [Re: old_bill] #38042
12/26/04 08:34
12/26/04 08:34
Joined: Nov 2004
Posts: 862
Australia
DavidLancaster Offline OP
User
DavidLancaster  Offline OP
User

Joined: Nov 2004
Posts: 862
Australia
Just put this at the top of your code:

function scan_event;

Re: Slightly improved Zelda code [Re: DavidLancaster] #38043
12/26/04 11:12
12/26/04 11:12
Joined: Jan 2003
Posts: 246
The Hole, Australia
Josh666 Offline
Member
Josh666  Offline
Member

Joined: Jan 2003
Posts: 246
The Hole, Australia
I've got no freaking idea what i'm doing when it comes to scripting...
and... i think i've just butchered the script trying to get it to work...

Is it possable for someone to post the script that has already had the above function moved...
I've tryed a few times already, and i'm still getting errors...


~J666
Re: Slightly improved Zelda code [Re: Josh666] #38044
12/26/04 12:35
12/26/04 12:35
Joined: Nov 2004
Posts: 862
Australia
DavidLancaster Offline OP
User
DavidLancaster  Offline OP
User

Joined: Nov 2004
Posts: 862
Australia
Copy the original script. Put this "function scan_event;" at the top.

Also, post the errors you are getting. I have no idea how to begin to fix your problems unless you post the errors.

Re: Slightly improved Zelda code [Re: DavidLancaster] #38045
12/26/04 13:10
12/26/04 13:10
Joined: Jan 2003
Posts: 246
The Hole, Australia
Josh666 Offline
Member
Josh666  Offline
Member

Joined: Jan 2003
Posts: 246
The Hole, Australia
AH, ok..

heh.. my bad.... bad cut/paste job... thanks for tolerating my dumbness..
and for the script..


~J666
Re: Slightly improved Zelda code [Re: DavidLancaster] #38046
12/26/04 16:13
12/26/04 16:13
Joined: Nov 2004
Posts: 862
Australia
DavidLancaster Offline OP
User
DavidLancaster  Offline OP
User

Joined: Nov 2004
Posts: 862
Australia
A problem you might find with the lock on code is that if there is more than one lock on object in range, if you press right click you might not lock on to the closest object.

To rectify this, find this code:

temp.pan = 360;
temp.tilt = 50;
temp.z = lockon_min;
scan_entity (my.x, temp);

and place it before "IF (locked_on == 0) {" instead of after.

Page 3 of 15 1 2 3 4 5 14 15

Moderated by  adoado, checkbutton, mk_1, Perro 

Gamestudio download | 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