Jump to content
ketsucorp

KetsuCorp: KetsuSuite (incl. ArmA Config Parser)

Recommended Posts

CVUgMcG.jpg

KetsuCorp is honored to announce the first release of the KetsuSuite set of

tools for aiding in development purposes. The KetsuSuite is developed by an

expert programmer by the name of Zooloo75. His work originally focused and

aimed at cutting down repetition and code fatigue and grew into a larger set

of tools as time progressed. Here is the basic outline of the KetsuSuite now.

KetsuSuite includes:

*ArmA Config Parser;

A dedicated .cpp analyzer, allowing quick searching of parent

class information and parameter searches. This speedy tool is

critical in developing classname readme's such as the one for

GEARS, or General Equipment Addon Release by KetsuCorp. A

project with many classnames & equally as many config.cpp.

http://pastebin.com/dX3YFF81

arma-config-parser-v10-1_4.png

*ArmA Sound Class Information Initializer;

ASCII (ArmA Sound Class Information Initializer) is a tool for a

new generation of sound artists. Modders can now hastily set

new config files up by simply dragging and dropping audio files

into the program and it will parse and generate a config simply

based on the information input. This is the second feature now

included in their KetsuSuite saving users hours of programming!

ketsusuite-v10_4.jpg

DOWNLOAD LINKS:

ArmA Config Parser:

http://www.armaholic.com/page.php?id=28245

KetsuSuite:

http://www.armaholic.com/page.php?id=28244

KpuiCWL.jpg

Final Words:



Essentially we requested Zooloo75 at KetsuCorp to build this

series of tools as a pro-active measure to ensuring our work

is finished on time. What we would like to do is ask YOU the

community to suggest tools that would make your time easy

in developing. We appreciate the abstract as much as we do

the precise, so any discussion on what we can do to add for

the future will help you as much as it will help us. Thank you.

License / Disclaimer:

* Copyright © Gavin N. Alvesteffer, KetsuCorp - All Rights Reserved

* Unauthorized copying of this file, via any medium is strictly prohibited

* Proprietary and confidential, software is currently not in open source

* Written by Gavin N. Alvesteffer, February 2015

x1C2uCu.jpgfAMmCcm.jpg

Edited by KetsuCorp

Share this post


Link to post
Share on other sites

Now I dont need headache pills anymore, You have no idea how thankfull Im. Anyway great job and a great release !

Share this post


Link to post
Share on other sites
Now I dont need headache pills anymore, You have no idea how thankfull Im. Anyway great job and a great release !

We really appreciate this, anything we can do to help make your work's

easier is something we all wanna do. If you have missions or characters

on mods you want to make, or even weapon config issue's, really any of

these annoying tasks would be in our benefit to create easier ways for

you all to develop. That being said, if you have any particular tool you'd

like creating let us know and we can try to pipeline it into the suite too!

Edited by KetsuCorp

Share this post


Link to post
Share on other sites

Excellent work ! I have made my own Python script for that ( and in a horrible way since i'm coding like my feet )

You should add a way to add more word possible at the same time ( by example, i'm extracting all the value possible of gear and weapon of DayZ SA, like hit, hitshockhead, bleechance ) and extract it so it can appear like

MeleeDamage: BulletBase
   hit = 2;
   indirectHit = 0;
   indirectHitRange = 0;
   hitShockHead = 2000;
   hitShock = 50;
   hitBlood = -100;
   hitHealth = -10;
   bleedChance = 0.3;

MeleeProd: MeleeDamage
   hit = 0.8;
   hitShockHead = 200;
   hitShock = 100;
   hitBlood = -5;
   hitHealth = -10;
   bleedChance = 0;

And also a way to "rearrange" the value in the order we want, or extract it directly in a CSV style, that would be awesome :p

Edited by Akira123

Share this post


Link to post
Share on other sites

Is your suggestion to add an array of queries such as the following example;

"DisplayName, HitBlood, Bleedchance" and type it in spaced by comma input?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×