Ver2.60(C)ShikemokuMK http://tyrano.jp
If you want the latest and greatest in Japanese, check here: github.com/ShikemokuMK/tyranoscript
This is the English fork. If new features are introduced, I will localize as possible. If you want to bring a feature in, have a translation request in a particular file, or want to help out with translations, please let me know (@jsarcade or [email protected]). Translation status is at the bottom of this readme.
Applications will run on iPhone, iPad, Android, etc.
Also, using tools like PhoneGap, applications can be ported to be sold on the AppStore or Android marketplace.
Of course, games will also run on desktop browsers.
Using an expansion pack, you can also distribute games as Windows applications.
TyranoScript is made with KAG3/吉里吉里 compatability in mind.
For that reason, windows games made with KAG3 can easily be ported to the web and smartphones!
TyranoScript allows for using JavaScript freely throughout.
Free to use as you wish, including commercially.
Original software is open source (MIT License) and free to the public.
Check out the home page tutorial and tag reference.
(English users may want to stick to opening doc.html and index.html in a browser for now)
http://tyrano.jp/home/tag
(English users open doc.html in a browser for now)
http://tyrano.jp/usage/tutorial
(English users open index.html in a browser for now for the sample game)
Chrome or Safari are recommended.
When using Chrome, set the "-allow-file-access-from-files" property so that files in the local environment can be accessed.
Alternatively, you can serve files from a server on the web or locally.
As for using KAG, Check out this url:
http://devdoc.kikyou.info/tvp/docs/kag3doc/contents/index.html
(sorry non-Japanese speakers. There is not an equivalent doc.)
TyranoScript is free for commericial and non-commercial use. Modifications and improvements are permitted.
Author/tool cannot be liable for damages, setbacks, accidents, etc.
Email: [email protected]
Twitter: http://twitter.com/shikemokuMK
Email: [email protected]
Twitter: http://twitter.com/jsarcade
Making TyranoScript, the following source code, references, and programs were used:
・吉里吉里2 SDK (KAG・TJSのソースおよびドキュメントなど)
(kirikiri2 SDK(KAG・TJS source, document, etc.))
Copyright (C) 1997-2008 W.Dee
http://kikyou.info/
-
Ver2.60:
Added MIT License -
Ver2.50:
Menu screen customization Interface
TyranoScript Booster Pack -
Ver2.40:
Added Clear Frame Animation
Added Transition Effect
Other additions -
Ver2.30:
Support for save screen customization
Added Fix Layer
added tags: [savesnap][clearfix], etc. -
Ver2.20:
added glyph tag. Other fixes -
Ver2.10:
Windows Application export support -
Ver2.01:
Fixed FireFox sound Playback
Added TG variables -
Ver2.00:
Improved application transformation -
Ver1.01:
fixed bug with [call] where label is not set and first command is skipped -
Ver1.00: (2012 / 09 /24)
Added [clickable] tag
Added character tags
Other bug fixes -
Ver0.11:
Made audio playback work in all environments (added FLASH fallback) -
Ver0.10: (2012/09/10)
Beta release -
V0.01: (2012/08/21)
Initial release!
Contributors: Evan Burchard (@jsarcade), Cory Potwin (@cpotwin)
- This readme (README.md) - Done!
- Docs (doc.html) - Done!
- Source code comments - Done!
- Demo (index.html) - Done except for the menu screen.