Jump to content

Several questions


newcivs
 Share

Recommended Posts

I've merged several of your questions threads together. Please refrain from creating threads for each question, as this clutters the forum.

I translated this to Spanish.

Trata de mantener todas tus dudas aquí , tus nuevas y cortas preguntas en este tópico, crear nuevos tópicos con no tan grande información no ayuda mucho al foto gracias.

Link to comment
Share on other sites

y otra pregunta, como remixeo una faccion "mante los actores" pero en simulation/templetes creo nuevos, hasta ahi entiendo y lo logre "como mi minimod germano". pero ahi tengo problemas: la AI no lo soporta para naaaaada! y mi minimod tiene el barracon britano, no el germanico, planeo hacer un "mod" de tebas!, manteng los holipitas griegos, solo cambio los campeones por el batallon sagrado de tebas, pero de rest, lo mismo que cualquier faccion griega de 0AD, todo va de maravilla, pero la AI no lo manipula "solo entrena del CC"

Edited by newcivs
Link to comment
Share on other sites

y otra pregunta, como remixeo una faccion "mante los actores" pero en simulation/templetes creo nuevos, hasta ahi entiendo y lo logre "como mi minimod germano". pero ahi tengo problemas: la AI no lo soporta para naaaaada! y mi minimod tiene el barracon britano, no el germanico, planeo hacer un "mod" de tebas!, manteng los holipitas griegos, solo cambio los campeones por el batallon sagrado de tebas, pero de rest, lo mismo que cualquier faccion griega de 0AD, todo va de maravilla, pero la AI no lo manipula "solo entrena del CC"

Ya veo por q no te entiendo , que es remixar? Ok

He is modding the game all is fine but he don't knows how change a building , but the AI don't support his mod, the units don't do anything, he have many celts building as template but the Ai I guess Aegis and Qbot don't execute a action.

Podes subrir imágenes de como se ven podes hacer capturas de pantalla con F2, y ponerlos en un mapa normal. Obviamente sabemos que vas hacer un germánico por que necesitas un modelo en Blender. Blender no es tan difícil subí varios tutoriales básicos de como empezar a usarlo.

También podes poner bilingüe el,post así te entiendo más yo y Sanderd17 y trata de mantener el orden. Las sugerencias de gameplay a al foro de ideas y las de modificaciones a este topic.

Link to comment
Share on other sites

Ya veo por q no te entiendo , que es remixar? Ok

He is modding the game all is fine but he don't knows how change a building , but the AI don't support his mod, the units don't do anything, he have many celts building as template but the Ai I guess Aegis and Qbot don't execute a action.

Podes subrir imágenes de como se ven podes hacer capturas de pantalla con F2, y ponerlos en un mapa normal. Obviamente sabemos que vas hacer un germánico por que necesitas un modelo en Blender. Blender no es tan difícil subí varios tutoriales básicos de como empezar a usarlo.

También podes poner bilingüe el,post así te entiendo más yo y Sanderd17 y trata de mantener el orden. Las sugerencias de gameplay a al foro de ideas y las de modificaciones a este topic.

que tengo que modificar para que en vez de las estructuras britanas, las unidades construyan la suyas "germanas"

what i must mod for the germanic units, build its own structures, build briton buildings no germanic as i want

el mod germano

germanic mod

https://dl.dropboxusercontent.com/u/101275290/tribusgermanasmod.zip

  • Like 1
Link to comment
Share on other sites

Ok, vamos por partes, aquí ni lo sencillo es sencillo. Ya tenes los modelos de los germanos? O con suyas te referís al nombre del edificio?

PD usa un párrafo para inglés y otro para español.

* i have the germanics /simulation/templetes/* and some actors "axeman"

* i have the building "a remix of brythonic structures", unfortunately the germanics build brit buildings no germanic

* tengo los modelos propios "bueno remix de estructuras celtas"

* suyas = unidades y toodo

Link to comment
Share on other sites

* i have the germanics /simulation/templetes/* and some actors "axeman"

* i have the building "a remix of brythonic structures", unfortunately the germanics build brit buildings no germanic

* tengo los modelos propios "bueno remix de estructuras celtas"

* suyas = unidades y toodo

ok ya te lo busco. Deberías buscar un poco más en el trac, allí hay todo tipo de ayuda.

Voy a buscarlo.

  • Like 1
Link to comment
Share on other sites

the new is an independient prop and that repair the bug?

You need change celts_prop_new.dds .dds for your file. And three textures in png.

No se te olvide asegurarte de que tus archivos 3D son los mismos y tampoco se te olvide los props, los edificios están hechos en varias partes. Vas a tener que cambiar varios archivos Y que den ser .dae

Están en meses los meses son las cosas 3D sin animación.(creo)

8SoyTIH.png

esos son los otros a sustituir. como dije son los que se abren en blender.

Edited by Lion.Kanzen
Link to comment
Share on other sites

Este es el archivo más importante en lo visual.

este te dice donde esta todo lo que queres cambiar visualmente.

lo encontras en

mods\public\art\actors\structures\celts

OczxTAl.png

mejoro y sse ve mejor, pero, me sigue saliendo las estructuras britanas, el barracon germano se ve perfecto!, no lo niego, pero, siguen las britanas

Link to comment
Share on other sites

Tomales capturas

mi error era de lo mas gracioso que te poder imaginar

ponia

<Identity>

<Civ>brit</Civ>

<SelectionGroupName>units/brit_infantry_spearman_b</SelectionGroupName>

<SpecificName>Gaeroa</SpecificName>

<GenericName>Celtic Spearman</GenericName>

<History>The spear was the main weapon of the Celts, arming the bulk of their forces. The average Celt would only have to take up his long spear and body shield to be ready for battle. While armor was rare, the rabid fighting spirit of the Celts more than made up for in vigor what was lost in protection.</History>

<Icon>units/celt_infantry_spearman.png</Icon>

</Identity>

<Promotion>

<Entity>units/brit_infantry_spearman_a</Entity>

</Promotion>

y el codigo correcto era:

<?xml version="1.0" encoding="utf-8"?>

<Entity parent="template_unit_infantry_melee_spearman">

<Armour>

<Hack>2</Hack>

<Pierce>1</Pierce>

<Crush>2</Crush>

</Armour>

<Attack>

<Melee>

<Hack>3.0</Hack>

</Melee>

<Charge>

<Hack>5.0</Hack>

</Charge>

</Attack>

<Builder>

<Entities datatype="tokens">

structures/germ_kennel

structures/germ_barracks

</Entities>

</Builder>

<Identity>

<Civ>germ</Civ>

<SelectionGroupName>units/germ_infantry_spearman_b</SelectionGroupName>

<SpecificName>Gaeroa</SpecificName>

<GenericName>Celtic Spearman</GenericName>

<History>The spear was the main weapon of the Celts, arming the bulk of their forces. The average Celt would only have to take up his long spear and body shield to be ready for battle. While armor was rare, the rabid fighting spirit of the Celts more than made up for in vigor what was lost in protection.</History>

<Icon>units/celt_infantry_spearman.png</Icon>

</Identity>

<Promotion>

<Entity>units/germ_infantry_spearman_a</Entity>

</Promotion>

<UnitMotion>

<WalkSpeed>8.2</WalkSpeed>

<Run>

<Speed>24.6</Speed>

</Run>

</UnitMotion>

<VisualActor>

<Actor>units/celts/infantry_spearman_b.xml</Actor>

</VisualActor>

</Entity>m

antenia enlaces con los britanos, por eso eran dobles

Tomales capturas

te regunto:* c

omo crees que pongo las "vulnerabilidades" de "pobre pero abundante"

costo bajo y bajo armamento "5"????

o armamento normal pero salud baja "40"?

ya que "van por su cuenta" sin entrenamiento ni disciplina escudos de cuero "como maximo" o madera delgada "celta" y o cargaban desnudos "celtas" o con solo ropa "sparabara" o con maquillaje "astibara", pero en el combate "indefensos"

Edited by newcivs
Link to comment
Share on other sites

mi error era de lo mas gracioso que te poder imaginar

ponia

<Identity>

<Civ>brit</Civ>

<SelectionGroupName>units/brit_infantry_spearman_b</SelectionGroupName>

<SpecificName>Gaeroa</SpecificName>

<GenericName>Celtic Spearman</GenericName>

<History>The spear was the main weapon of the Celts, arming the bulk of their forces. The average Celt would only have to take up his long spear and body shield to be ready for battle. While armor was rare, the rabid fighting spirit of the Celts more than made up for in vigor what was lost in protection.</History>

<Icon>units/celt_infantry_spearman.png</Icon>

</Identity>

<Promotion>

<Entity>units/brit_infantry_spearman_a</Entity>

</Promotion>

y el codigo correcto era:

<?xml version="1.0" encoding="utf-8"?>

<Entity parent="template_unit_infantry_melee_spearman">

<Armour>

<Hack>2</Hack>

<Pierce>1</Pierce>

<Crush>2</Crush>

</Armour>

<Attack>

<Melee>

<Hack>3.0</Hack>

</Melee>

<Charge>

<Hack>5.0</Hack>

</Charge>

</Attack>

<Builder>

<Entities datatype="tokens">

structures/germ_kennel

structures/germ_barracks

</Entities>

</Builder>

<Identity>

<Civ>germ</Civ>

<SelectionGroupName>units/germ_infantry_spearman_b</SelectionGroupName>

<SpecificName>Gaeroa</SpecificName>

<GenericName>Celtic Spearman</GenericName>

<History>The spear was the main weapon of the Celts, arming the bulk of their forces. The average Celt would only have to take up his long spear and body shield to be ready for battle. While armor was rare, the rabid fighting spirit of the Celts more than made up for in vigor what was lost in protection.</History>

<Icon>units/celt_infantry_spearman.png</Icon>

</Identity>

<Promotion>

<Entity>units/germ_infantry_spearman_a</Entity>

</Promotion>

<UnitMotion>

<WalkSpeed>8.2</WalkSpeed>

<Run>

<Speed>24.6</Speed>

</Run>

</UnitMotion>

<VisualActor>

<Actor>units/celts/infantry_spearman_b.xml</Actor>

</VisualActor>

</Entity>m

antenia enlaces con los britanos, por eso eran dobles

te regunto:* c

omo crees que pongo las "vulnerabilidades" de "pobre pero abundante"

costo bajo y bajo armamento "5"????

o armamento normal pero salud baja "40"?

Vos decis ponerle tipo Los Maurianos o una tecnología?

Deberías tomarle capturas de pantalla, sos el único q no lo hace con sus mods así los demás van poder ver tus progresos .

Link to comment
Share on other sites

Vos decis ponerle tipo Los Maurianos o una tecnología?

Deberías tomarle capturas de pantalla, sos el único q no lo hace con sus mods así los demás van poder ver tus progresos .

hablas de "pobre pero barato" "tropas delicadas y mal armadas"?

el bono/antibono que te comente que:

* hace la infanteria celta

ataque: 50%

salud 30%

costo 40%

* Aquemenidas

ataque: 40%

salud 50%

costo 60%

* Maurya "cargan desnudos al estilo celta, pero con tecnologia militar seria ysoldades de facil reemplazo :"

ataque: 80% " por su tecnologia militar no les afecta tanto"

salud 30% "iban desnudos como los celtas, por eso es tan bajo"

costo 70% "mucha poblacion reemplaza a los caidos"

100% es el valor por defecto

Edited by newcivs
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...