playMaker

Author Topic: ORK actions  (Read 9009 times)

Cynel1

  • Playmaker Newbie
  • *
  • Posts: 13
ORK actions
« on: November 10, 2012, 03:30:10 PM »
okay the request  is actions to work With Okashi RPG Kit

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ORK actions
« Reply #1 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

Cynel1

  • Playmaker Newbie
  • *
  • Posts: 13
Re: ORK actions
« Reply #2 on: November 12, 2012, 08:22:59 AM »

poofdragon

  • Playmaker Newbie
  • *
  • Posts: 11
Re: ORK actions
« Reply #3 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:

  • Find a way to store custom types as some kind of standard type (Possibly found a work around... maybe...)
  • GameHandler
  • DataHolder
  • PartyHandler
  • BattleSystem
  • MusicHandler
  • GameSettings
  • LevelHandler
  • LoadSaveHUD Handler
  • MainMenuHandler


Requirement:

ArrayMaker - 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.
« Last Edit: November 18, 2012, 02:08:41 AM by poofdragon »

Cynel1

  • Playmaker Newbie
  • *
  • Posts: 13
Re: ORK actions
« Reply #4 on: November 15, 2012, 05:38:10 AM »
thanks

poofdragon

  • Playmaker Newbie
  • *
  • Posts: 11
Re: ORK actions
« Reply #5 on: November 16, 2012, 02:38:17 AM »
you're welcome ^^

Cynel1

  • Playmaker Newbie
  • *
  • Posts: 13
Re: ORK actions
« Reply #6 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?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ORK actions
« Reply #7 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

bye,

 Jean

Cynel1

  • Playmaker Newbie
  • *
  • Posts: 13
Re: ORK actions
« Reply #8 on: November 17, 2012, 01:09:29 PM »
thanks for the fix

poofdragon

  • Playmaker Newbie
  • *
  • Posts: 11
Re: ORK actions
« Reply #9 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

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.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ORK actions
« Reply #10 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

poofdragon

  • Playmaker Newbie
  • *
  • Posts: 11
Re: ORK actions
« Reply #11 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

Cynel1

  • Playmaker Newbie
  • *
  • Posts: 13
Re: ORK actions
« Reply #12 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.