Consider the postage stamp: its usefulness consists in the ability to stick to one thing till it gets there.- Josh Billings
My Tools, Tutorials and Resources
The creatures outside looked from pig to man, and from man to pig, and from pig to man again; but already it was impossible to say which was which.- George Orwell
Yes, if you could share at least a few uncompiled lua it would be very cool after you share the xml and xsd
Thank you very much Jack.
The idea was to use the same mecanism to try to add an "uniform" evolution in game.
So, what was particularly interesting was the core mechanism, the one that do the work : replacing an old unit with a new one.
I have few more from Unit Stats Land db:
Base_density - it varies from 7 to 20 (7-9-10-15-20) Does it represent unit density when being charged?
loose_formation_spacing_horizontal
loose_formation_spacing_vertical - looks like no effect, everytime I put there any values it has no effect on units.
Consider the postage stamp: its usefulness consists in the ability to stick to one thing till it gets there.- Josh Billings
My Tools, Tutorials and Resources
The creatures outside looked from pig to man, and from man to pig, and from pig to man again; but already it was impossible to say which was which.- George Orwell
yes, it is from ETW, but both have some values filled in. Last two have no effect, but just wanted somebody to confirm Density is also unused, or it has no effect in game. you know, being unused in game and having no effect in game, are two separate things...![]()
It is a bonus against cavalry.
I can try. do not know which UI template it is in, but you would need to edit one as the names are referenced in it.
I'll ask around see if it is possible.
None of those are used.
If a field is not used, it means it has no effect ingame. An unused field is not hooked into the code at all, changing it will do nothing.
Unit Design Lead on the Total War team.
Disclaimer: Any views or opinions expressed here are those of the poster and do not necessarily represent the views or opinions of The Creative Assembly or SEGA.
I suspect maybe it can be done with the category in the csv file. I.e. if the category is "unit_voices", then the game tries to find the localized version in the folder whose two letters name match the Abreviation column in the faction table. And if the category is something else it doesn't try to do that?
Basically, what I'd like to know, is how to associate a sound to a unit event that will not use the national language, but directly the path I provide in the csv, while being able to use national language to another unit event.
Actually, we have some decompiled lua. A few ae working, some of them are not working and cannot be compiled back, or give errors when we go to the part of the game that uses them.
Some don't decompile at all. Unfortunately template.battleunitcard.luac is among them.
That's why we asked several times if, as you shared the XML and XSD, you could also share some of the uncompiled lua (I suppose you have them somewhere).
This would be a tremendous help. I understand you don't want to release all of them, but perhaps some of them on a case to case basis?
Could you ask around if it's something CA could do ?
Last edited by Steph; September 08, 2011 at 02:30 AM.
Hello Jack, sorry for bringing this up again, but i spend some time searching for it in Projectile table and i cant find anything like rifled_naval_cannon shot type, the only one is "round_shot" which is used for both rifled and normal naval projectiles
picture is taken from released XML files
Consider the postage stamp: its usefulness consists in the ability to stick to one thing till it gets there.- Josh Billings
My Tools, Tutorials and Resources
The creatures outside looked from pig to man, and from man to pig, and from pig to man again; but already it was impossible to say which was which.- George Orwell
It's rifled_naval_cannon, had a look through the xml we released and it is in there for the naval rifled projectiles, odd that you are not seeing it in whichever program you are using to view it.
Unit Design Lead on the Total War team.
Disclaimer: Any views or opinions expressed here are those of the poster and do not necessarily represent the views or opinions of The Creative Assembly or SEGA.
That shot type didn't exist in ETW, it was introduced in NTW.
Unit Design Lead on the Total War team.
Disclaimer: Any views or opinions expressed here are those of the poster and do not necessarily represent the views or opinions of The Creative Assembly or SEGA.
but there is rifled naval gun technology that upgrades normal naval guns, and i found in the projectile_shot_type_enum projectile shot rifled_naval_cannon which is set to obsolete the round_shot
from ETW Main.pack:
now when i'm checking, same situation is with grape vs improved_grape also.
Sorry was thinking of uniform_shot. rifled_naval_cannon should work fine in ETW if you use it.
Unit Design Lead on the Total War team.
Disclaimer: Any views or opinions expressed here are those of the poster and do not necessarily represent the views or opinions of The Creative Assembly or SEGA.
Ok,thank you.
edit:
and i'm back again. Looks like when i use those shot types for rifled_naval cannon or improved_grape, guns wont make sound when firing (playing just clicking sound for flintlock). It looks like there is a sound definition missing for them. Is it possible to add it or it is hardcoded same way as unit voiceovers?
I have done some testing with the unit voices.
I managed to add a new voice to my new units, but if I want to play as France, it works only if the sounds goes to fr/MyFolde/MyVoice.mp3
And so the sound changes with the faction I'm playing.
Can someone from the sound team at CA explain if the unit voices are ALWAYS faction localized, or if there is a way to make the sound constant, i.e. always play the same voice, independantly of the faction playing it?
Is it possible to add a "copy" of the general and colonel that would be faction specific?
have another question regarding effects. I tried to modify effect_bonus_value_projectile_junctions by adding more projectiles (like musket_flintlock or musket_light_infantry_flintlock) to have reload_mod bonus, but while original musket_carbine got the benefit set in mod_reload_rate_carbine by military_army_shortened_carbines others added by me didn't gained that bonus. Is there any other table that needs to be modified,or this is completely hardcoded?
Unanswered questions
Sound and units
I suspect maybe it can be done with the category in the csv file. I.e. if the category is "unit_voices", then the game tries to find the localized version in the folder whose two letters name match the Abreviation column in the faction table. And if the category is something else it doesn't try to do that?
Basically, what I'd like to know, is how to associate a sound to a unit event that will not use the national language, but directly the path I provide in the csv, while being able to use national language to another unit event.
About UI and lua
Actually, we have some decompiled lua. A few ae working, some of them are not working and cannot be compiled back, or give errors when we go to the part of the game that uses them.
Some don't decompile at all. Unfortunately template.battleunitcard.luac is among them.
That's why we asked several times if, as you shared the XML and XSD, you could also share some of the uncompiled lua (I suppose you have them somewhere).
This would be a tremendous help. I understand you don't want to release all of them, but perhaps some of them on a case to case basis?
Could you ask around if it's something CA could do ?
New questions
Sergent voices
In the sound event xml for unit voices coming from the patch4, there are some comment about "sergent" voices.
It seems there are officer, sergeant and private sounds. The iddle part seems to be used for all of them, but from the comment, it seems that the "orders" use only the officer sounds, and the sergeant sounds, although defined in the csv, are actually not connected to an event. Or rather, they are connected in the XML, but the event doesn't seem to be triggered by the engine.
I believe the idea was that the "officer" would say the order, and the sergent would repeat it.
so... Is it implemented or not?
Close by sounds
They are some sounds linked to the "close by" events. It's not very clear to me when they are played.
If I have a close by event associeted to a cuirassiers unit:
- Is the sound played for any units when an ennemy cuirassiers comes near?
- Or is it played for a cuirassier units when any ennemy unit comes near?
Sound voices actor
A side remark: I don't know who's the idiot CA hired for the French voices... But several sentences are completly ridiculous and plainly wrong. The accent may be good French accent, but the guys know NOTHING about the Napoleonic warfare era and some translation are completly wrong.
There are currently 1 users browsing this thread. (0 members and 1 guests)