Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: Cynel1 on November 10, 2012, 03:30:10 PM

Title: ORK actions
Post by: Cynel1 on November 10, 2012, 03:30:10 PM
okay the request  is actions to work With Okashi RPG Kit
Title: Re: ORK actions
Post by: jeanfabre on November 12, 2012, 08:04:56 AM
Hi,

 Can you precise what you would like to see first, or a priority list you would like to see, then it's kind of more digestable, cause ORK is a big framework isn't it?

bye,

 Jean
Title: Re: ORK actions
Post by: Cynel1 on November 12, 2012, 08:22:59 AM
i found this it might help

http://www.rpg-kit.com/wiki/index.php/Scripting#General (http://www.rpg-kit.com/wiki/index.php/Scripting#General)
Title: Re: ORK actions
Post by: poofdragon on November 13, 2012, 01:29:35 AM
Hello,

I would like to second this request, and request some assistance. So far I have transcribed a significant amount of the DataHolder and GameHandler portions of ORK into Playmaker Actions, but I'm new to working with Playmaker and ORK, so I could use some assistance.

If anyone is interested on taking on some aspects of the ORK conversion, I would find it extremely helpful. I'm not sure exactly what is and is not possible, but here's what I am working on.

Thanks in advance ^^

+++Update+++

TODO:



Requirement:

ArrayMaker - https://hutonggames.fogbugz.com/default.asp?W715 (https://hutonggames.fogbugz.com/default.asp?W715)

I'm not exactly sure if this is necessary for moving the ORK data around, but I have used it in some of the actions. If anyone can suggest a method which does not require ArrayMaker I would love to see an example. Thanks ^^


These actions are extremely simple and have not been tested thoroughly. Feel free to try them and suggest code changes. When updating, remove all scripts installed with the previous version before installing the update.
Title: Re: ORK actions
Post by: Cynel1 on November 15, 2012, 05:38:10 AM
thanks
Title: Re: ORK actions
Post by: poofdragon on November 16, 2012, 02:38:17 AM
you're welcome ^^
Title: Re: ORK actions
Post by: Cynel1 on November 17, 2012, 09:05:53 AM
it appears Ive been getting errors
Assets/PlayMaker/GameHandler/orkArmors.cs(13,24): error CS0246: The type or namespace name `PlayMakerHashTableProxy' could not be found. Are you missing a using directive or an assembly reference?

Assets/PlayMaker/GameHandler/orkItems.cs(13,24): error CS0246: The type or namespace name `PlayMakerHashTableProxy' could not be found. Are you missing a using directive or an assembly reference?

Assets/PlayMaker/GameHandler/orkWeapons.cs(13,24): error CS0246: The type or namespace name `PlayMakerHashTableProxy' could not be found. Are you missing a using directive or an assembly reference?
Title: Re: ORK actions
Post by: jeanfabre on November 17, 2012, 10:58:25 AM
Hi,

 this is because it uses somehow ArrayMaker, you can download it here:
https://hutonggames.fogbugz.com/default.asp?W715 (https://hutonggames.fogbugz.com/default.asp?W715)

bye,

 Jean
Title: Re: ORK actions
Post by: Cynel1 on November 17, 2012, 01:09:29 PM
thanks for the fix
Title: Re: ORK actions
Post by: poofdragon on November 17, 2012, 06:24:44 PM
Hi,

 this is because it uses somehow ArrayMaker, you can download it here:
https://hutonggames.fogbugz.com/default.asp?W715 (https://hutonggames.fogbugz.com/default.asp?W715)

bye,

 Jean



good catch. I forgot to mention that I had used ArrayMaker, and to be honest I'm not sure how necessary it is. Like I had mentioned, I'm new to Playmaker and I'm not entirely sure how everything works. I'll update my post above with the link and info just to be thorough.
Title: Re: ORK actions
Post by: jeanfabre on November 19, 2012, 01:06:41 AM
Hi,

 you have a lot of ground covered indeed!

 I would suggest you package these actions properly so that users can simply double click on it to get them installed.

bye,

 Jean
Title: Re: ORK actions
Post by: poofdragon on November 19, 2012, 02:56:53 AM
Since this has become less of a request and more of a pet project, I have created a new post in a more appropriate forum. For further updates, refer to the new thread:

http://hutonggames.com/playmakerforum/index.php?topic=2592.0
Title: Re: ORK actions
Post by: Cynel1 on December 07, 2012, 07:26:43 PM
Since this has become less of a request and more of a pet project, I have created a new post in a more appropriate forum. For further updates, refer to the new thread:

http://hutonggames.com/playmakerforum/index.php?topic=2592.0
well your in charge now.