Project X Forums
http://px.worms2d.info/forum/

Sprite Builder (!!!) (R)EVOLUTION + Video Tutorial
http://px.worms2d.info/forum/viewtopic.php?f=13&t=595
Page 4 of 6

Author:  Twicken [ Wed Feb 13, 2013 8:33 am ]
Post subject:  Re: Sprite Builder (!!!) (R)EVOLUTION + Video Tutorial

sorry for the late reply,

http://www.sendspace.com/file/44zmde

that is the highlander scheme with my new libs using spritebuilder.

i believe the sprite builder libraries and Bulldozer push scripts conflict, causing sprites to disappear in game. but i dont know much more than that.

Author:  DarkLord [ Mon Feb 25, 2013 2:16 am ]
Post subject:  Re: Sprite Builder (!!!) (R)EVOLUTION + Video Tutorial

The url in the attached RAR file leads to a page that reads "account suspended"... :shock:
Any chance of a reupload?

I watched the entire video and I think I understand generally how it works. But I have one comment:
You are clicking way too fkin fast man! We are not all experts like you ;).
I'm going to have to rewatch this and pause and rewind and rewind again just to see everything.

But, very nice job; this looks like an awesome tool!
This will make making weaps (at the least the sprites part) much easier for everyone.
Now we need a 2nd tutorial on the scripting part (ie- making custom beheviour for weap). :mrgreen:

Author:  PyroMan [ Mon Feb 25, 2013 2:32 pm ]
Post subject:  Re: Sprite Builder (!!!) (R)EVOLUTION + Video Tutorial

I just need to pay for my hosting :)
Will do it these days and all links will be available.

Author:  Regi [ Sat May 18, 2013 11:01 am ]
Post subject:  Re: Sprite Builder (!!!) (R)EVOLUTION + Video Tutorial

Hello, i tried to make my own weapon (sniper) and i bumped in to a strange error when trying to use it (with the schem) in game

The error is
Cannot find field gframe in fixed class cturn game at lib (something in those lines)

Thanks in advice and i hope to hear from some one :D

Author:  StepS [ Sat May 18, 2013 12:23 pm ]
Post subject:  Re: Sprite Builder (!!!) (R)EVOLUTION + Video Tutorial

Regi wrote:
Hello, i tried to make my own weapon (sniper) and i bumped in to a strange error when trying to use it (with the schem) in game

The error is
Cannot find field gframe in fixed class cturn game at lib (something in those lines)

Thanks in advice and i hope to hear from some one :D

gframe is an exclusive integer present only in stepsutils.pxl, therefore you must add it to require list

Author:  Regi [ Sat May 18, 2013 12:32 pm ]
Post subject:  Re: Sprite Builder (!!!) (R)EVOLUTION + Video Tutorial

I did that and now i get a different error-

PSX:CError:TDP:Parsenext:unexpected operator:,at lib: p_utils.pxl:scripts: object_variables:1 (something in those lines)

Also i did a syntax check and it find some kind of an error which i cant fully see.
The only part i see is - Error in library p_utils.pxl: object variables: failed to f- and the rest is cut off (resizing the window does not help)

Thanks in advice

Author:  StepS [ Sat May 18, 2013 1:44 pm ]
Post subject:  Re: Sprite Builder (!!!) (R)EVOLUTION + Video Tutorial

Regi wrote:
I did that and now i get a different error-

PSX:CError:TDP:Parsenext:unexpected operator:,at lib: p_utils.pxl:scripts: object_variables:1 (something in those lines)

Also i did a syntax check and it find some kind of an error which i cant fully see.
The only part i see is - Error in library p_utils.pxl: object variables: failed to f- and the rest is cut off (resizing the window does not help)

Thanks in advice

are you doing it correctly?
for example
Code:
require utils,stepsutils;

separated by comma only. require must be only one

Author:  Regi [ Sat May 18, 2013 4:56 pm ]
Post subject:  Re: Sprite Builder (!!!) (R)EVOLUTION + Video Tutorial

OHHH! i was adding a space too, but removing the space did not seem to correct the problem

So what i had in my script was
require utils,p_utils,p_sprite_builder

and then i changed it to
require utils,stepsutils

and there still was a syntax check error

Thanks in advice

Author:  PyroMan [ Sat May 18, 2013 11:40 pm ]
Post subject:  Re: Sprite Builder (!!!) (R)EVOLUTION + Video Tutorial

Regi wrote:
OHHH! i was adding a space too, but removing the space did not seem to correct the problem

So what i had in my script was
require utils,p_utils,p_sprite_builder

and then i changed it to
require utils,stepsutils

and there still was a syntax check error

Thanks in advice

Apparently you have to try this:
Code:
require utils, stepsutils, p_utils, p_spritebuilder;

Dunno what you scripting there and what else variables (other from gframe) you are trying to use, but i'm pretty sure it will work.

Author:  Regi [ Sun May 19, 2013 9:01 am ]
Post subject:  Re: Sprite Builder (!!!) (R)EVOLUTION + Video Tutorial

Hmm.... dang that also did not help my problem.
Ill try to re-do the whole thing and see what happens (the syntax check error still persists)

And i only have project x, wormkit and your sprite builder on my worms armageddon maybe its wormkit? no idea at this point.

Page 4 of 6 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/