Games made with TyranoScript
English
Japanese
Relationship to original Japanese Fork
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 evan.burchard+tyranoscript@gmail.com). Translation status is at the bottom of this readme.
Main Features
Runs with HTML5 and JavaScript
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.
KAG3/吉里吉里(kirikiri) Compatible
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!
Smooth integration with JavaScript
TyranoScript allows for using JavaScript freely throughout.
Free for individuals or for businesses
Free to use as you wish, including commercially.
Original software is open source (MIT License) and free to the public.
How to Use
To start out, you should probably play through the tutorial in English.
Once you've completed that, you can refer to the translated docs on this website.
Tag Reference
- English
- docs.html
- Japanse
- http://tyrano.jp/home/tag
Usage and Tutorial
- English
- tutorial.html
- Japanse
- http://tyrano.jp/usage/tutorial
Developing locally
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.)
Terms of use
TyranoScript is free for commericial and non-commercial use. Modifications and improvements are permitted.
Author/tool cannot be liable for damages, setbacks, accidents, etc.
Contact
Author
Email: shikemokumk@gmail.com
Twitter: http://twitter.com/shikemokuMK
English Maintainer:
Email: evan.burchard+tyranoscript@gmail.com
Twitter: http://twitter.com/jsarcade
Attribution
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/
Release Notes
Ver2.60:
Added MIT LicenseVer2.50:
Menu screen customization Interface
TyranoScript Booster PackVer2.40:
Added Clear Frame Animation
Added Transition Effect
Other additionsVer2.30:
Support for save screen customization
Added Fix Layer
added tags: [savesnap][clearfix], etc.Ver2.20:
added glyph tag. Other fixesVer2.10:
Windows Application export supportVer2.01:
Fixed FireFox sound Playback
Added TG variablesVer2.00:
Improved application transformationVer1.01:
fixed bug with [call] where label is not set and first command is skippedVer1.00: (2012 / 09 /24)
Added [clickable] tag
Added character tags
Other bug fixesVer0.11:
Made audio playback work in all environments (added FLASH fallback)Ver0.10: (2012/09/10)
Beta releaseV0.01: (2012/08/21)
Initial release!