9Compile is a tool for automating Windows batch processes with the ability to work on the compilation of several files of type .9.png
simultaneously. It has been developed especially for Android Roms theme makers. 9Compile also has extra features such as
InjectTheme mode to apply all changes to images in their respective APKs, it still has the zipalign resource, increasing the practicality
of the tool with its themes of modified ROMs.
9Compile came out from the need for applying changes on mybaSTOCK ROMs themes.
After the thematizing job I had 110 folders with 7500 itens and many of these
files were images of type .9.png, hence it came out the ideia to make the
computer work for me in an automated way.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to use 9Compile:
Run 9Compile.bat file to create a structure of the necessary folders for the job.
_INPUT_APK: Folder to be added your APKs in order to be thematized or treated as zipalign.
_INPUT_IMG: Folder to be added all image files. Notice that on the image below there are other
folders like (color & values); even those folders containing XML files, they will not interfere
in compiling process, for what concerns “9Compile” are the images of type .9.PNG
_OUTPUT_IMG: Output folder after image treatment of type .9.PNG.
---------------------------------------------------------------------------------------------------------------------------------------------------------
Tested on Windows 7.
9Compile by: F4bioo
English translation: ocaldini
Other works: brAPK
Visit my Blog: http://zumbidroid.blogspot.com.br/
CHANGELOG v1.7.31
Improvements mode output for error logs
The code was revised unnecessary lines were removed
you can now follow the action and see the path of the folder in compilamento
Added draw9patch editor with the menu
Download:
A wonderful tool for advanced users!
Congrats dude.
Very professional work and so far flawless!!! :good:
Lots of thanks
Nice regards.
.
Love the work in this batch. It is a flawless tool thank you! Tested and it works for me in Windows 8. Keep up the amazing work.
App looks
I feel very noob to ask this, but is there any way to see how the app looks after theming right on the PC? it's a extremly difficult and boring process to push the app to device, reboot and find the effects
this is awesome, great jobs for this
it'll make easier for themer to modified system app
UNBELIEVEABLE! Cuts compiling time down by 75%! Amazing job!! Absolutely amazing!!
Sent from a Shaftamle Galaxy S4
"Thanks Button" is always appreciated!
http://mycolorscreen.com/Shaftamle/
Thank you all. update available
It's getting Awesome-er !!!
Tks dude.
.
EDIT:
As I don't have the necessary knowledge to answer my own questions, if you guys could explain I would be very thankful ...
Versions of 9compiler's batchs (before this wonderful tool) when they process the png's, those non-.9 got processed too as their sizes came out different. As I've understood, this tool only deals with .9's so, after this all my question is:
What the hell the previous versions were doing with those non-.9 png's ?
Tks a lot.
.
Hi @F4bioo
Is there a way to implement an "DECOMPILE (.9.PNG)" option ? Same INPUT to OUTPUT process but decompiling.
I've just lost my source of SamsungIME and this would have been a solution. :crying:
Tks for the work.
.
Kdio said:
Hi @F4bioo
Is there a way to implement an "DECOMPILE (.9.PNG)" option ? Same INPUT to OUTPUT process but decompiling.
I've just lost my source of SamsungIME and this would have been a solution. :crying:
Tks for the work.
.
Click to expand...
Click to collapse
Edit: Foot in mouth. I see your point. :beer:
Sent from a Shaftamle Galaxy S4
"Thanks Button" is always appreciated!
http://mycolorscreen.com/Shaftamle/
@F4bioo
Inspired in your amazing accomplishment I've released the below set of tools that does have some similarities with yours and implement some new features.
[THEME][7 TOOLS] GIMP Theme Batch Processor [+ .9.png REVERSE ENGINEER]
Thank you very much.
Shaftamle said:
I see your point.
Click to expand...
Click to collapse
Hi Shaftamle ... may be you can benefit of it too
Nice regards.
.
Kdio said:
@F4bioo
Inspired in your amazing accomplishment I've released the below set of tools that does have some similarities with yours and implement some new features.
[THEME][7 TOOLS] GIMP Theme Batch Processor [+ .9.png REVERSE ENGINEER]
Thank you very much.
Hi Shaftamle ... may be you can benefit of it too
Nice regards.
.
Click to expand...
Click to collapse
Looks good. I wool give it a shot, thanks!
Sent from a Shaftamle Galaxy S4
"Thanks Button" is always appreciated!
http://mycolorscreen.com/Shaftamle/
I recently got into theming and this tool is invaluable. Thank you!
Related
All cradits to iridaki (original post)
I just made THAT change.
View attachment 1321258
iridaki said:
:victory: :silly: :laugh: :highfive: :good: :fingers-crossed: :cyclops: :crying: :angel:
Admit it, you secretly like emoji icons that iOS users seem to (ab)use in their messages.
OK maybe you don't, but you do hate the "blocks" or blank spaces appearing in their place on Twitter, Instagram, Foursquare, Email, SMS, etc.
Google knows. And has worked out a way to implement their own version in Android, starting from Jelly Bean 4.1.
Now, ICS users seem to be out of luck and that made me think and finally figure out a way to implement them in ICS.
Here is a little sneak-peek on how they look:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Note that they are black and white. This is because they are font symbols and not drawables (as they are in iPhones).
HOW?
First of all, Android uses a set of so-called "fallback fonts" for displaying characters that are not included in the primary fonts (DroidSans, Roboto, etc).
In the older days, to get emoji support, we used a modified DroidSansFallback ttf file, placed in /system/fonts. Well, if I wanted to merge AndroidEmoji font and DroidSansFallback, I'd probably lose a great part of my patience sanity and eye-vision... (there are 471 emoji icons)
So, I modified the fallback_fonts.xml in /system/etc/ and added the AndroidEmoji.ttf, as well as changing the priority with which the fallback fonts are called.
And TADA, I could view Google B/W emojis everywhere!
HOW DO I INSTALL IT?
Flash with CMW.
(If you are rooted and on stock kernel, check how to get CMW here)
Preferably make a backup prior to installing.
I am not responsible for your device, YOU are!
Nandroid backups take 5-10 minutes to complete and can save lives.
Enjoy!
The tinkering needed for it to work on all devices is minimal.
Depending on the company, there may be different fallback fonts included.
For those you feel confident enough to edit system files, all you have to do is
add this line in the fallback_fonts.xml, save it, replace it in the CMW zip and flash:
Code:
<family>
<fileset>
<file>AndroidEmoji.ttf</file>
</fileset>
</family>
Just make sure it is before all the other entries, so that the Emoji font gets called first upon an unknown character.
HOW CAN I PUT EMOJIS IN MY MESSAGES/STATUSES/TWEETS/etc?
If you also want to be able to insert them anywhere, you have some choices:
1. A brilliant choice is Multiling Keyboard, which uses the newer encoding system.
2. There is also Emoji Keyboard.
However, it uses and older encoding system, so you will also need to flash this package. This mod is totally independent, you can flash it whether you flash the main mod or not. They will not interfere with each other at all. Having both mods means you can view emojis of both older and newer encoding.
___________________
NOTES
- If you like this, just press Thanks.
Do not post just to say how awesome I am. I know.
- If you are having questions/problems, post here, do not PM me.
Other people might also benefit from our conversation.
- If you are a ROM cooker/developer, PLEASE, ask for my permission before including this mod in your ROMs.
And I shall elaborate on this:
What I did here is no rocket science. Yes, I am sure anybody who would set their mind on it, could pull it through eventually. And maybe someone already has. However, I do enjoy being appreciated, because I took some time off my life to create this thread rather than just parading with my cool emoji-enabled phone, unwilling to spread the joy. I do wish for all the members of this community to benefit from this small tweak, but if I see something like this:
without my name mentioned anywhere and a link to this thread, I am going to be hurt. And probably mad.
That's all folks!
Click to expand...
Click to collapse
Thanks for spreading the word!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The tool for creating ROMs is here
I, gnmmarechal, am the creator of GS-Kitchen, which aimed to port Dsixda's ROM Kitchen to Windows. That project has been stopped, and GS-Kitchen *RELOADED* replaced it. GS-Kitchen *RELOADED* was completely remade, and it includes more features, such as easier creation of ROMS and more supported formats for source (such as IMG files, ZIP files and ODIN TAR.MD5 files). This is still work in progress, as this version will take much more time to develop. Feel free to try the old version of GS-Kitchen.
Version 0.4.1 includes a LTC mining tool to help us paying for file hosts, for example. However, this option can be disabled inside the kitchen.
DONATE TO SPEED UP DEVELOPMENT
Thanks for the donations!
Marco Costa
eattheapple
Tobias Rath
Superuserisme
All donators will have their names here, or any other username, if they don't want to use the real name.
Features this tool will have
Code:
*Deodex ROM [DONE]
*Zipalign ROM [DONE]
*Make project from ZIP/IMG/TAR.MD5 [DONE]
*Make project from device
*Port ROM [WIP]
*Build.prop tweaker
*updater-script Generator
*Change ROM Name [DONE]
* Build ROM to ZIP [DONE]
*And more!
Downloads
[0.4.2 Stable]
[0.4.1 Stable]
[0.4 DP Mirror Link]
[0.4 DP Snapshot]
[0.3 Developer Preview]
[0.1 Developer Preview]
XDA:DevDB Information
GS-Kitchen *RELOADED*, Tool/Utility for the Android General
Contributors
gnmmarechal
Version Information
Status: Alpha
Created 2014-03-30
Last Updated 2015-02-25
can not wait to try this...thank you sir...??
Waiting for the next BETTER Build!
brijeshep said:
Waiting for the next BETTER Build!
Click to expand...
Click to collapse
I may release it sunday.
I'm now making the Build.prop editor. This script will then be adapted to 1)Build.prop tweaker and 2)Settings. Both will be avaliable under the ROM Settings menu. Currently, it is working, and it also makes a backup of build.prop
Great work,i cant wait to try it out.[emoji106]
-TEAM OPTIMA-GREEEETZ!!!
-CALIBAN666- said:
Great work,i cant wait to try it out.[emoji106]
-TEAM OPTIMA-GREEEETZ!!!
Click to expand...
Click to collapse
Here's a screenshot. This kitchen is still being worked on, this will take a lot of time because I will add more functionality to this one, more than I ever did to the other one.
Spoiler
damn cool,please take your time,because good devlopment need time and i have many of this,good luck for your baby.
-CALIBAN666- said:
damn cool,please take your time,because good devlopment need time and i have many of this,good luck for your baby.
Click to expand...
Click to collapse
Thanks!
Also, if you choose any option that requires the creation of a project, GS-Kitchen will open a popup message to inform you
Also, here's a demo of the program:
New demonstration video!
Thank you very much that you give us the oportunity to build
our own Custom Rom!!!!
I may release an early version of this tool for you to try this Sunday. I hope you like it!
It seems that I won't be able to publish it tomorrow, I need more time. Stay tuned for more information about GS-Kitchen Reloaded
Im stay tuned and wish good luck.
-TEAM OPTIMA-GREEEETZ!!!
Developer Preview #01!
Hello, I need some testers to test the ROM Porting option found inside Advanced Settings (a project must be created in order to access Settings, create a project with the "Empty Project" option. This is only a developer preview, and it is not ready to be used yet.
So, did anyone test this?
Thanks to a tester, I can say that the ROM Porting Options must be fixed, because for some reason the program quits after extracting both ROMS. Could anyone open the batch file and try to find the error? I will continue trying to find the error, but I must work on other features, so, I won't be so focused on ROM Porting. Anyone, join the team?
Does this plan been discontinued?
nikosma said:
Does this plan been discontinued?
Click to expand...
Click to collapse
No, but I have faced several errors, like the one in the ROM Porting tool, and I can't find it. If someone could help me, I would continue working on GSK.
gnmmarechal said:
No, but I have faced several errors, like the one in the ROM Porting tool, and I can't find it. If someone could help me, I would continue working on GSK.
Click to expand...
Click to collapse
Returning to active development!
Now, I would like to recruit a team. To be part of this team, you should have good knowledge of batch (Windows CMD Script), and knowledge on how Android works in general. PM me if interested.
Cook your own MBN with several clicks!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Choose tweaks you want
Add something new directly to file content if you're a cool dev
Change phone model if you have Neo or Odyssey
Flash your phone without huge .wp8 file or dangerous fakeROM
This tool supports both WP8 and WP8.1 (all tweaks are compatible) and any Samsung WP8 phone.
This tool supports flashing via latest WP8.1 bootloader, but custom CSC doesn't work on latest FW!
MBN Creator can be used to flash ANY mbn file.
Copy file "csc.mbn" to the same folder where you have MBN Creator.
Open the tool.
Don't click "create", go straight to flash dialog.
nice work buddy :good:
Good job Wolfie!
HD2Owner said:
nice work buddy :good:
Click to expand...
Click to collapse
More than nice...:good:
Super wolf
Super wolf , great job :good:
Good job :good:
super thank you very much :good:
Thanks -W_O_L_F- :good:
Nice
Still waiting for Lumia hacking tricks .
? ?? ?? ?? ?
Thanks!
Thanks WOLF!! you're the big boss!!
Great! How can then I flash the rom?
Sent from my Ativ S using Tapatalk 2
lukas_ita said:
Great! How can then I flash the rom?
Sent from my Ativ S using Tapatalk 2
Click to expand...
Click to collapse
Like any other custom CSC for Ativ S. The tool makes "csc.mbn" file.
Going to test sooner or later. Since I last used the flashing tool, the Odyssey has been odd since. Cant lock the screen. just pressing it does nothing. holding it will give me the shutdown prompt, but then the phone will turn back on like a reboot. Not sure what happened with it beyond that.
Thanks to wolf to provide us this supertool.
I only have one question, with MBN creator is possible to get Full System Acces in wp 8.1?
Thanks in advance.
serpico84 said:
Thanks to wolf to provide us this supertool.
I only have one question, with MBN creator is possible to get Full System Acces in wp 8.1?
Thanks in advance.
Click to expand...
Click to collapse
I think yes for WP8.1.
Just insert registry keys managing Full-FSA.
serpico84 said:
Thanks to wolf to provide us this supertool.
I only have one question, with MBN creator is possible to get Full System Acces in wp 8.1?
Thanks in advance.
Click to expand...
Click to collapse
You can add any tweak on the REG tab.
Sorry for the trouble but I have another question about the tool.
What is the difference between Bootstrap and Basic in the Capabalities unlock menu?
Thanks.
Pd: Does it exist a way to edit the mbn files? Because I've been doing some test with my Ativ S and each time that I want to add something new to my mbn I have to do a new one.
serpico84 said:
Sorry for the trouble but I have another question about the tool.
What is the difference between Bootstrap and Basic in the Capabalities unlock menu?
Thanks.
Pd: Does it exist a way to edit the mbn files? Because I've been doing some test with my Ativ S and each time that I want to add something new to my mbn I have to do a new one.
Click to expand...
Click to collapse
Bootstrap unlocks only one capability needed by EnableAllSideloading. Like BootstrapSamsung does.
Basic unlocks the same capabilities as wolfROM.
A way to edit mbn files: http://forum.xda-developers.com/showthread.php?t=2429741
LockScreen capability added to "Basic" option.
Minor update. Default config is wolfROM-like now.
Hey guys,
in case anyone needs to quickly create an Android launcher icon with that typical long material style shadow, here's a small tool I wrote which might help with that.
https://android-material-icon-generator.bitdroid.de/
Some example icons generated with that:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Source is available on GitHub. Hope its of some use
Cheers,
Philipp
maddoc42 said:
Hey guys,
in case anyone needs to quickly create an Android launcher icon with that typical long material style shadow, here's a small tool I wrote which might help with that.
http://bitdroid.de/Android-Material-Icon-Generator/
Some example icons generated with that:
Source is available on GitHub. Hope its of some use
Cheers,
Philipp
Click to expand...
Click to collapse
Looks good, definitely will be using it for creating app icons :good:.
Nice work bro. Looks sick and easy to use!
This is pretty awesome, but I'm trying to get Adguard to become an icon, but struggling since I get this error and not sure what to do with it. Any advice?
No path found
Make sure that your SVG file looks something like this:
<svg><path ... /></svg>
Woow dude, awesome. +1
This looks intriguing... Nice work, thanks!
Very thanks, works fine!
awesome project really like it
Kudos,this tool is magnificent!!!
vahdyx said:
Any advice?
Click to expand...
Click to collapse
That happens when the tool is unable to extract a (single) SVG path from your file. Is there any chance you could send me that SVG file?
Ideally if you open your image with a text editor you should get a structure similar to this:
Code:
<svg ...>
<path ... />
</svg>
Nice work! This seems to be really great and look forward to using it. :good:
Absolutely awesome!!
Simply great +1
Nice Work.. But..
I used your Website and converted the svg file, but its not opening in my PC.
May i know where it can be used and can this file be an .ico file(Icon).
Waiting for reply..
Thanks in advance...
Wow, thank you!
sarang.sss29 said:
This is amazing. Is this open source? Can I use it for my Android App?
Click to expand...
Click to collapse
Yep, it's open source https://github.com/Maddoc42/Android-Material-Icon-Generator
And yes, you may use it for your Android apps. Only thing to look out for in case you take one of the Google Icons is their license which is CC-BY (they don't require you to give attribution though).
Shanmukarajan said:
I used your Website and converted the svg file, but its not opening in my PC.
Click to expand...
Click to collapse
Can you provide me the SVG file that is not working for you? What program are you using to open the file? Have you tried opening the image in the browser?
Shanmukarajan said:
May i know where it can be used and can this file be an .ico file(Icon).
Click to expand...
Click to collapse
If you are referring to this ICO file format then I'm afraid the tool does not generate those at the moment. If you are looking for this feature please feel free to open an issue on GitHub such that we can discuss the details
Here is both PNG and SVG files in my Drive..
I converted this PNG file to SVG file from the website(image.online-convert.com/convert-to-svg).
Then i uploaded it in your website and when i press the download button, i got unknown file type downloading and also i tried your icons in the website too.
That too, downloads the unknown file type..
Add Beta Banner
Hello,
Yesterday I clone your project and decide to add something.
I add a beta banner option in the editor side panel.
Result below:
htt p:// i.imgur.com/rBnRhAw.png (remove spaces, I'm an new user)
But no way to push on the repository :/
Shanmukarajan said:
I converted this PNG file to SVG file from the website(image.online-convert.com/convert-to-svg).
Click to expand...
Click to collapse
Is your original image a PNG? If so then the icon generator won't be able to create any shadows for it, since the image conversion link you mentioned most likely simply places the raw PNG inside an SVG container, without extracting any paths from the original PNG. The icon generator only works on SVG paths, as it uses those to calculate how the shadow should fall.
Hi, this is basically an alpha version of an Digital signing application i made for the guys that make the watchfaces for the chinese smartwatches like no1. d6 and finow q1. It signs both the xml files and the png graphics with a signature made with the help of a self signing certificate. The certificate is generated in the application and all of the signatures can be verified.
With the application you can :
*Create self signed certificates (certificates are saved in a ".pfx" file locally)
*Delete self signed certificates
*Sign XML files
*Sign Png files
*Verify signed XML and Png files
I have made some choices along the way with this app that i think are logical like if you try to sign files that already have a digital signature in them then it is overwritten and they are re signed. So for example if you guys don't agree that it should be that way i will listen and make the change before i put out the next version which will be a proper release complete with an installer and everything. The main reason that i have posted the application and started this thread is so you the watchface designers can test out the application and voice your suggestions.
As far as i see everything is working good. So try it out and let me know in the thread if you have any suggestions for improvement or if you find any bugs.
P.S. run the application as admin for now because of permissions!
The application is written in WPF so there might be some differences between older windows versions and newer ones, if the application does not look like in the following screenshots, i would appreciate if you could take a screenshoot and post it in this thread so i can fix the problem.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thank you very much for this.
I hope you don't mind but I have linked it to our G+ forum where a lot of the trouble was discovered.
I have told them to visit here to say thanks,
Cheers
ado_dado said:
Hi, this is basically an alpha version of an Digital signing application i made for the guys that make the watchfaces for the chinese smartwatches like no1. d6 and finow q1. It signs both the xml files and the png graphics with a signature made with the help of a self signing certificate. The certificate is generated in the application and all of the signatures can be verified.
With the application you can :
*Create self signed certificates (certificates are saved in a ".pfx" file locally)
*Delete self signed certificates
*Sign XML files
*Sign Png files
*Verify signed XML and Png files
I have made some choices along the way with this app that i think are logical like if you try to sign files that already have a digital signature in them then it is overwritten and they are re signed. So for example if you guys don't agree that it should be that way i will listen and make the change before i put out the next version which will be a proper release complete with an installer and everything. The main reason that i have posted the application and started this thread is so you the watchface designers can test out the application and voice your suggestions.
As far as i see everything is working good. So try it out and let me know in the thread if you have any suggestions for improvement or if you find any bugs.
P.S. run the application as admin for now because of permissions!
The application is written in WPF so there might be some differences between older windows versions and newer ones, if the application does not look like in the following screenshots, i would appreciate if you could take a screenshoot and post it in this thread so i can fix the problem.
Click to expand...
Click to collapse
Thanks ado
Sent from my SM-G930F using XDA-Developers mobile app
pablo11 said:
Thank you very much for this.
I hope you don't mind but I have linked it to our G+ forum where a lot of the trouble was discovered.
I have told them to visit here to say thanks,
Cheers
Click to expand...
Click to collapse
No problem happy to help but this is not the final version. And there are likely bugs i have not noticed/been able to test for. Hopefully people will give some feedback on it so i can make it better for you guys.
ado_dado said:
No problem happy to help but this is not the final version. And there are likely bugs i have not noticed/been able to test for. Hopefully people will give some feedback on it so i can make it better for you guys.
Click to expand...
Click to collapse
It's great that you put in the effort to make it happen :good: