EDIT: I have now uploaded the rest (bfight and onuse) of the translations..
Ok Fatt Shade, the zip below contains the afight code for Agvares, lets see how I explain this..
the start of the file you will see this:
Code:
afight=
200000000000000050000000100000001000000010000000100000001000000020000000B000000
4D554C5449414354494F4E: MULTIACTION
030000000100000001000000040000000200000007000000
616374696F6E73: actions
note the entire afight code is in file, what I did was translate everything that I could translate.. the parts that are not the code is the : followed by two spaces, then the translation..
This translation (what I could figure out) should help, fiddling with the code after the translation part should hopefully help through trail and error, change things.. you will hopefully see what I mean when you look at the file..
Note this hex code is from the companion.txt and is only the afight section from Agvares.. I hope this all makes sense.. again the code is all in order as it normally was, I simple "interjected" translations into it..
I was able to translate I think all of it.. the parts that are not translated, I beleive is simply the code for the translated part, for example:
Code:
45585052455353494F4E0300000000000000010000000100000003000000
would be:
Code:
This part is..
45585052455353494F4E: EXPRESSION
and the part below is what ever the EXPRESSION is..
0300000000000000010000000100000003000000
At least I think it is... although it could be the code above rather then below that is the EXPRESSION
Hopefully this can help mod it.. will still be a trial and error type of thing..
I'll upload the translation for the bfight and the rest soon... the afight part was by far the largest hardest part, thats why I did this part first, the rest wont take long. EDIT: Finished and uploaded
parts of the code that start with agv_ obviously I think most likley stands for Agvares, so the
agv_mode
agv_count
agv_unit
parts are of real interest
some of the codes in the file I think are:
var = Variable
rnd(10,15) = a random number between 10 and 15
nam = short for name or names? just a guess..
war = battle actions maybe?
cond = condition
EXPR = experience or expression
==0 or ==1 = either true or false