-
Posts
17.989 -
Joined
-
Last visited
-
Days Won
579
Everything posted by Stan`
-
Hey @Juli51 It looks nice, I really like the fountain in the middle ! What is your next drawing gonna be about ? BTW good news, @wraitii managed to fix the Sierra bug, they are going to submit a new package.
-
My concern would be the performance cost of such an ability. Imagine the disaster for the pathfinder if they are bridges everywhere. That's why I'd rather have them thought of by mapmakers.
-
Changed maps ? Map size can come into play
-
IA has a big impact on memory consumption, and might have some serialization issues. So that might cause issues.
-
Any downloads in progress / issues with the router ? EDIT: My bad I missed the info. What RJ45 speed have you got ?
-
mesoamerican [Design] guide to make Mesoamerican mod.
Stan` replied to Lion.Kanzen's topic in Projects
I meant there is no reason to put those awesome animals representations on shields if that is not more accurate than them using aztec patterns. -
mesoamerican [Design] guide to make Mesoamerican mod.
Stan` replied to Lion.Kanzen's topic in Projects
Yeah but the idea is not to replace a wrong pattern by another inaccurate one. -
mesoamerican [Design] guide to make Mesoamerican mod.
Stan` replied to Lion.Kanzen's topic in Projects
Did they use it all on their shields ? -
mesoamerican [Design] guide to make Mesoamerican mod.
Stan` replied to Lion.Kanzen's topic in Projects
Would you mind providing the source links ? Just to know if those are compatible with our license for instance. -
@wowgetoffyourcellphone could you try the attached patch for visible garrisonning ? 3488.16.diff
-
While I like the idea of bridges working like walls I think they should be of a standard size the players should't be able to place it wherever they want.
-
Hello and welcome to the forums. I apologize in advance for not answering the whole post. While I touch a lot of things as a modder i'll leave balancing and some other matters for the others. I'm quite surprised you manage to play with 2000 pop. Just curious what are your specs ? About citizen soldiers. While for romans I agree with you for gauls it makes total sense to me that the ones building villages are the ones who fight. Gauls weren't even a faction they were just random tribes just like celts represent all the barbarians of europe at once (source british museum) About the fact of adding more buildings and especially eyecandy I'd suggest you'd turn yourself toward mods such as delenda est. About the inclusion of ROTE the main issue is this one of the more complete mods which makes it a good example. I am however inclined for it to be included as another faction as I along with niektb and ayakashi made most of it. About the Kush faction by looking at some internet sources I can't really see how it differs from ptolemies architecturally speaking. Were it to become a mod someday i'd say youd need a pretty strong design document on the art side at least to make it interesting.
-
Can't you just provide the binaries ?
-
@Juli51 Any luck ?
-
One way to solve this would be to restrict naval classes on some maps, which would I think make more sense. Naval Maps → Boats Other Maps → Bridges Also, since we do not have weather ( #40 ) and thus no frozen lakes, it could make it interesting, to have big bridges keypoints to hold could even be a new game mode. (For now likely lag mod but heh)
-
Can't become a smith if you don't start smithing right ? =)
-
Okay, so what went wrong ?
-
==[TASK]== Wood bridge multi-civilizaton
Stan` replied to Juli51's topic in Eyecandy, custom projects and misc.
Well me too, I wanted to learn c++ but that wasn't an option. But I believe the only way you can make progress in c++ (assuming you know the basics) is by practising. -
Not soon. Are you sure we cannot help you ? I managed to compile it by myself after a few attempts, I had never done it before. We could write a step by step tutorial, for people who are not tech savy.
-
I'm reviving this thread to continue the discussion. Here is the above refered IRC discussion (Dead links) : 23:55 < _0ADFan> lol code that 23:56 < _0ADFan> ships pass under bridges 23:56 < _0ADFan> you know..even in real life ;-) 23:56 < franklin> Maybe a length limit... Or weight limit... 23:56 < _0ADFan> at least we will get archers on walls..that's something 23:56 < _0ADFan> in alpha 17 23:57 < franklin> You can already garrison them in towers 23:57 < _0ADFan> but not on walls like in stzronghold 23:57 < _0ADFan> will come in 17 23:57 < _0ADFan> eager to see it...yiüiie 23:58 < scythetwirler> leper: Did the design committe consider bridges yet? 23:58 < franklin> How about stone bridges carrying more weight than wooden ones? 23:58 < _0ADFan> would make sense as well franklin 23:58 < _0ADFan> logical 23:59 <@leper> Would make pathfinding even more fun 23:59 <@leper> (also you need to find a nice way to implement it) In order to make map mapping and gameplay more interesting, I thought of two implementations of bridges. 1. Hack the current system of gates for bridges at least draw bridges Theory: Just like gates change obstruction, bridge change the water moving restriction. It would then make an area passable on a simple click just like for gates. for full bridges though. Bridges should have a higher weight than the rest of the paths, because they are more annoying to cross, especially if we aim to have formations. (In this case they should be disbanded when on the bridge) Advantages: Performance savvy compared to other solutions. Less coding required Issues: Not really aesthetically pleasing (you cannot have arched bridges for instance) Bridge height depends on water height unless a origin hack is used. 2. Use prop points to define the path. Theory: units would be using the prop points in the Collada (*.dae) file in order to make a custom path following the points. Path would be cached to avoid to recompute the arc again and again. Depending on a given size in the template, the game would make a fake and invisible terrain in stead of the bridge. Advantages: Visually more pleasing. Arched bridges Different heights possible Not related to terrain around Issues: Performance costly compared to other solutions. More coding required More use of interpolation functions. Common Issue: Both bridges should have a height offset not to have the bridge collide with the water and units collide with the mesh. Xml coul Xml file could look like this : <Obstruction> <Obstructions> <Right width="11" depth="8" x="13" z="0"/> <Left width="11" depth="8" x="-13" z="0"/> <Pathway heightOffset="15" width="15" depth="8" x="0" z="0"/> </Obstructions> </Obstruction> Variants: Draw Bridges If you want to make bridge passable for boats It would require an active query to check whether the approaching unit is a boat or a unit, which might it really slow performance wise. Also the case when both units happen to get on the bridge that could get messy To solve this, maybe don't make it automatic like gates. Bridge will switch with the same button than for gates. Today's discussion <Vladislav> Stan`: yep, but AFAIK current pathfinder doesn't support few passable layers on the same (x, z), so another solutions looks like a hack .:Stan`:. Vladislav, I'm pretty sure we could get the same result that on the first screenshot .:Stan`:. which is the theoreticall terrain <Vladislav> Stan`: the bridge demo map already implements this "bridge" .:Vladislav:. But for ships it's not passable .:Stan`:. Vladislav, but as terrain, not as a buildable mesh <Vladislav> Stan`: yep, so for us it would be good to have sanderd17 patch about terrain modificators .:Stan`:. Vladislav, I don't really understand what it does? Does it create a fake heightmap ? <Vladislav> Stan`: It could change visible height of map, or only collision height, or both, at least it should be there I think .:Stan`:. Vladislav, Ah yeah indeed in that case. And if you can do that interactively, you can make draw bridges .:Stan`:. which imo .:Stan`:. should be the only ones allowing ships to cross them .:Vladislav:. If we will a bridge logic to pathfinder then it will be slower in common case, because more conditions aren't good for caches .:Vladislav:. *have .:Vladislav:. *add .:Vladislav:. Or I could suggest to use 2 different maps, for ships, and for ground units .:Vladislav:. then it will be possible .:Vladislav:. fast and easy enough to implement .:Stan`:. Vladislav, Would make sense as wll .:Stan`:. having uncrossable areas unless you make a bridge would change gameplay a lot .:Vladislav:. Yep .:Stan`:. I guess the best thing would be this .:Stan`:. map makeers put foundations .:Stan`:. on random areas of the map .:Stan`:. (not random) .:Stan`:. and then players can only build bridges there .:Stan`:. thoses bridges should be neutral .:Stan`:. and for now... indestructibles
-
They can be, as long as someone is willing to make a faction out of them.
-
==[TASK]== Wood bridge multi-civilizaton
Stan` replied to Juli51's topic in Eyecandy, custom projects and misc.
-
+1 for restraint Looks nice ! Keep it up
-
Statue was made by Enrique (wild guess) from another mesh made by an other artist under cc0
-
==[TASK]== Wood bridge multi-civilizaton
Stan` replied to Juli51's topic in Eyecandy, custom projects and misc.
Indeed I'm going to make a thread for it soon in my idea on how to implement them giving as much technical details I can. Maybe that'll motivate someone to work on it. Even myself had I got the skills.