Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
I made 2 good tools for your projects ! Check them :) — Gideros Forum

I made 2 good tools for your projects ! Check them :)

jeromegsqjeromegsq Member
edited May 2015 in General questions
I'm currently a trainee in a little company,

I use gideros, and the first thing that bothered me is the file browser on the left.
Gideros need us to set the folders and the files with a right-click etc...
Not for me, too long and sometimes i create a file but it doesn't correspond with my file hierarchy...

So ! Here my first tool that i want to share with you, it is written in JAVA.
You place the .jar in your project folder between your *.gproj, it will check your files recursively and edit your *.gproj in order to correspond with your file hierarchy :)>-

Becarful to make a backup before test it, there may be bugs.

This tool ignored the folder .tmp, and get only lua, txt, png, jpg, jpeg, ttf, mp3 and wav extension in order to avoid errors.


The second one, maybe you will don't need it but i share it too, is to auto create something like this :

_button = Texture.new("./img/button.png")

It will check recursively your file hierarchy and make the good syntax to a variable.
The text will be saved into "toload.lua" which is ignored by my first tool too ;)

If you need more infos tell me !

http://image.noelshack.com/fichiers/2015/19/1431002801-tuto.png

Here are the 2 files.
https://onedrive.live.com/redir?resid=6C6C9D378CD5B72!8069&authkey=!AKeX__Z_8k9LQQg&ithint=folder,
tuto.png
1920 x 2719 - 511K

Likes: hgy29, pie, Holonist

+1 -1 (+3 / -0 )Share on Facebook

Comments

Sign In or Register to comment.