-
Posts
2.843 -
Joined
-
Last visited
-
Days Won
67
Everything posted by niektb
-
Looks good! Just to make sure: which ship are you currently creating? (Since I'm not sure if these are the correct proportions for a drekar which the dragon head points to: 36m long and 3.5m wide) And the rowing stations should be planks rathers than blocks:
-
Copied fully or is it possible to extend it with just one line? (Makes difference when running multiple mods at once)
-
I've updated the first post, looks way better now!
-
As already said through IRC: Those shieldcolors do not match very well in most cases... (And you should bring in some transparancy in the shields for the players color) Edit: but it is certainly an improvement in comparison with the former!
-
Whoops, I see I forgot to commit my latest changes, I've fixed the missing attack animation from the cavalry spearman and changed some stuff here and there.
-
I noted that we lack a couple of anims too. The fishing ship lacks a proper one, the cavalry spearman doesn't have an attack anim. Also the fireship hasn't a projectile attachpoint. I temporarily disabled building wonders and blacksmiths. And I'm currently looking into the temple, the house and the storehouse.
-
What kind of? (A list from what?)
-
Good, I tested RotE through, fixed a couple of things already but there are a few things left that needs discussion: 1. There are no blacksmith and wonder buildings. Fortress and temple actors are from the romans. => temporarily disabled the blacksmith and wonder 2. there is no female template for training them at houses: ERROR: Failed to load entity template 'units/chin_support_female_citizen_house' => Fixed. 3. the temple and the storehouse never get completed when building them. Might have something to do with these errors: ERROR: Script message handler OnGlobalOwnershipChanged failedERROR: Error in timer on entity 152, IID 80, function TimerHandler: TypeError: template is undefined ProductionQueue.prototype.CalculateEntitiesList/upgradeTemplate@simulation/components/ProductionQueue.js:111 ProductionQueue.prototype.CalculateEntitiesList@simulation/components/ProductionQueue.js:125 ProductionQueue.prototype.OnOwnershipChanged@simulation/components/ProductionQueue.js:477 Foundation.prototype.Build@simulation/components/Foundation.js:294 Builder.prototype.PerformBuilding@simulation/components/Builder.js:65 UnitFsmSpec.INDIVIDUAL.REPAIR.REPAIRING.Timer@simulation/components/UnitAI.js:2636 FSM.prototype.ProcessMessage@simulation/helpers/FSM.js:274 UnitAI.prototype.TimerHandler@simulation/components/UnitAI.js:3741 Timer.prototype.OnUpdate@simulation/components/Timer.js:93We should carefuly check whether there are any differences between the Chinese storehouse/temple and other storehouses/temples. (I could recall similar problems occured in Aristeia) => Fixed. 4. The game is unable to find garrisonflags: ERROR: CCacheLoader failed to find archived or source file for: "art/actors/props/special/common/garrison_flag_chin.xml"ERROR: CObjectManager::FindObjectBase(): Cannot find object 'props/special/common/garrison_flag_chin.xml'ERROR: Failed to build prop model "props/special/common/garrison_flag_chin.xml" on actor "tower"That is true, there aren't any. => Fixed. These are the errors I could find so far but only the unfixed ones. Of course the mod isn't finished after this but this is required to get it playable. Later I'll post a couple of tasks for this stuff. Oh, and I haven't checked anything naval related.
-
Translation [Discussion] Localization (again)
niektb replied to RedFox's topic in Game Development & Technical Discussion
Phase 2 should be the Town Phase. -
You hopefully did see the ones included in RotE?
-
The Chi-Rho was the most common used symbol, I suggest using that. Greek Fire would be cool but no flaming javelins: This is greek fire. All research should now focus on part 1, that is best. (Maybe part 2 will be a mod for Empires Besieged?) I leave the civilization logo to Lion...
-
Making building buildable is being done in a very similar way as making units recruitable. But instead of a production queue there is a builder tag: <Builder> <Entities datatype="tokens"> structures/athen_gymnasion structures/athen_theatron structures/athen_prytaneion structures/{civ}_wonder </Entities></Builder>(This example was taken from the athen spearman) And just copying from the Royal Stoa to normal Stoa should work, though I have to admit I never tried to let champion units build nor let non-training building train.
-
It seems that skirmishes do not work either (same goes for Millennium A.D.) Does anyone has clues on that?
-
Hephaestion, It is best to stick to two parts (First and second half of the Medieval Age) to not loose coherence with the other factions (Although there are currently only 2 WIP)
-
That's interesting, it apparently sees the selected civ as being undefined. (Likely the AI's civ)
-
The idea from Millennium A.D. is that it is split up in 2 part just like the main game. Part 1 goes from the Fall of the Western Empire till the Founding of the Holy Roman Empire. So 476 AD till 962 AD. That is the timespan we're looking at right now.
-
No buildings should convert units, the priest towers from Empire Earth were wáy to powerfull. And disable animal converting should be best.
-
Maybe we should adjust the converting speed a little??? And let's modify the tech tree so only ptolemian buildings are used in stead of persian.
-
Conversion using the cheats is working!!! Just select an enemy unit and type: 'wololo'.
-
From what I read the athen_support_converter_a should be up to the task, but I think he isn't assigned to a building. Also we might want to replace the actor with a ptolemian one instead of a greek healer.
-
preferglsl = truegentangents = trueDid you set these two both as true? That error is because he is unable to (what reason that might be) compile the ARB shader. Set preferglsl to true replaces ARB shaders with GLSL shaders, which might solve the error. Another solution might be that your model is not 100% correct which the program doesn't like.
- 175 replies
-
- Ocelotlazohteotl mod
- Olmec
-
(and 1 more)
Tagged with:
-
Try enabling preferGLSL and gentangent only, that doesn't cost a dime performance-wise.
- 175 replies
-
- 1
-
-
- Ocelotlazohteotl mod
- Olmec
-
(and 1 more)
Tagged with:
-
Could you try to enable/disable GLSL (that is preferGLSL=true or false) in your config file?
- 175 replies
-
- Ocelotlazohteotl mod
- Olmec
-
(and 1 more)
Tagged with:
-
From now on, the tutorial can be found in the wiki: http://trac.wildfiregames.com/wiki/CreatingNewUnits
-
Could it be that the error is like in this post? http://www.wildfiregames.com/forum/index.php?showtopic=18474&p=288470