Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Coding] Pen's Programming Polisher
#5
That's exactly what I use Text to RGSS for. External set up of data (custom monster data structures in my case). I can see the appeal of wanting to be able to use existing JSON encoding libraries to minimize the amount of code you have to write, however.

What's your economy data structure look like? If it's just a list of fields (like items or monsters in RPG Maker) then Text to RGSS is all you need. If its a polymorphic or inheritance OOP pattern then you would need a JSON parser.


Yes a JSON parser would be reasonable to have in any RPG Maker, it just sounds soooo boring to write! I mean I guess I could work on porting http://flori.github.io/json/ to RGSS if you really really need it.
Reply }


Messages In This Thread
Pen's Programming Polisher - by MechanicalPen - 07-18-2014, 07:03 PM
RE: Pen's Programming Polisher - by tnsi - 07-21-2014, 04:32 AM
RE: Pen's Programming Polisher - by MechanicalPen - 07-21-2014, 04:49 PM
RE: Pen's Programming Polisher - by tnsi - 07-21-2014, 05:51 PM
RE: Pen's Programming Polisher - by MechanicalPen - 07-21-2014, 06:18 PM
RE: Pen's Programming Polisher - by MechanicalPen - 08-01-2014, 09:44 PM



Users browsing this thread: