Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.037
  • Joined

  • Last visited

  • Days Won

    525

Everything posted by Stan`

  1. Looking good but I'm not sure we should continue to add single textures props.
  2. @Alexandermb Sail : Looks really good. Do you think you can fold it ? Net : The drop is a bit weird, I think it should be faster, and the anims is off sync I think. If you fix this it'll be perfect.
  3. All the units should be the same size.
  4. @elexis What are the specs of the computers you are using ?
  5. I still have those icons I didn't commit them because it wasn't obvious to me if they were DE or Vanilla units, maybe some fix the above @Nescio
  6. It's gonna be c++ I can't access the tickets right now for some reason but I'll add the reference soon. One of the main issues is you are gonna have to serialize terrain. Edit : seems to be fixed here is the ticket https://trac.wildfiregames.com/ticket/2264
  7. Then try using an Ethernet cable maybe ? If your WiFi is bad it won't work well
  8. @wowgetoffyourcellphone Thanks for reporting.
  9. If you are on the same network, use the direct IP connect, not the lobby.
  10. There is a LaTeX Python generated manual I worked on some time ago. Unfortunately since the templates schema changed a lot since then the values might be off.
  11. Currently you cannot make walkable meshes. You can make props adapt to terrain like what fields, and certain things blocking (ie walls) like it's done for gate, but if you make the slope in 3D units will go through and not follow the shape. There is currently no way to deform terrain after placing a building. It was planned at some point and there is a trac ticket for it, but I don't know what the current plan is.
  12. Related to sound. Did you disable your sound ? > pyrogenesis.exe!snd_detect() Line 65 C++ Symbols loaded. pyrogenesis.exe!WriteSystemInfo() Line 87 C++ Symbols loaded. pyrogenesis.exe!InitGraphics(const CmdLineArgs & args, int flags) Line 1041 C++ Symbols loaded. pyrogenesis.exe!RunGameOrAtlas(int argc, const char * * argv) Line 579 C++ Symbols loaded. pyrogenesis.exe!SDL_main(int argc, char * * argv) Line 623 C++ Symbols loaded. pyrogenesis.exe!main_utf8(int argc, char * * argv) Line 126 C Symbols loaded. pyrogenesis.exe!wmain(int argc, unsigned short * * wargv, unsigned short * wenvp) Line 151 C Symbols loaded. [External Code] Annotated Frame pyrogenesis.exe!CallStartupWithinTryBlock() Line 364 C++ Symbols loaded. kernel32.dll!7575efac() Unknown No symbols loaded. [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll] Annotated Frame
  13. Just download this mesh -> https://github.com/0ADMods/kushites/blob/master/art/meshes/props/helmet/kush_skull_cap.dae
  14. <?xml version="1.0" encoding="UTF-8"?> <actor version="1"> <castshadow/> <group> <variant frequency="1" name="Laconic Sword"> <mesh>props/weapons/spartan_test.dae</mesh> <textures> <texture file="props/weapon/prop_test.png" name="baseTex"/> </textures> </variant> </group> <material>basic_trans.xml</material> </actor> Yeah just like this example you can have no props.
  15. Stan`

    GLSL Crash

    Hello and thanks for the report. Disabling glsl and postprocessing should fix it. > ig8icd32.dll!6a81caa1() Unknown No symbols loaded. [Frames below may be incorrect and/or missing, no symbols loaded for ig8icd32.dll] Annotated Frame pyrogenesis.exe!CShaderProgramGLSL::Link() Line 380 C++ Symbols loaded. pyrogenesis.exe!CShaderProgramGLSL::Reload() Line 465 C++ Symbols loaded. pyrogenesis.exe!CShaderManager::NewProgram(const char * name, const CShaderDefines & baseDefines, std::shared_ptr<CShaderProgram> & program) Line 271 C++ Symbols loaded. pyrogenesis.exe!CShaderManager::LoadProgram(const char * name, const CShaderDefines & defines) Line 68 C++ Symbols loaded. pyrogenesis.exe!CShaderManager::NewEffect(const char * name, const CShaderDefines & baseDefines, std::shared_ptr<CShaderTechnique> & tech) Line 545 C++ Symbols loaded. pyrogenesis.exe!CShaderManager::LoadEffect(CStrIntern name, const CShaderDefines & defines1, const CShaderDefines & defines2) Line 369 C++ Symbols loaded. pyrogenesis.exe!CShaderManager::LoadEffect(CStrIntern name) Line 351 C++ Symbols loaded. pyrogenesis.exe!SkyManager::RenderSky() Line 262 C++ Symbols loaded. pyrogenesis.exe!CRenderer::RenderSubmissions(const CBoundingBoxAligned & waterScissor) Line 1526 C++ Symbols loaded. pyrogenesis.exe!CRenderer::RenderScene(Scene & scene) Line 1885 C++ Symbols loaded. pyrogenesis.exe!CGameView::Render() Line 489 C++ Symbols loaded. pyrogenesis.exe!Render() Line 228 C++ Symbols loaded. pyrogenesis.exe!CGame::ReallyStartGame() Line 322 C++ Symbols loaded. pyrogenesis.exe!ProgressiveLoad() Line 233 C++ Symbols loaded. pyrogenesis.exe!Frame() Line 322 C++ Symbols loaded. pyrogenesis.exe!RunGameOrAtlas(int argc, const char * * argv) Line 581 C++ Symbols loaded. pyrogenesis.exe!SDL_main(int argc, char * * argv) Line 623 C++ Symbols loaded. pyrogenesis.exe!main_utf8(int argc, char * * argv) Line 126 C Symbols loaded. pyrogenesis.exe!wmain(int argc, unsigned short * * wargv, unsigned short * wenvp) Line 151 C Symbols loaded. [External Code] Annotated Frame pyrogenesis.exe!CallStartupWithinTryBlock() Line 364 C++ Symbols loaded. kernel32.dll!75df495d() Unknown No symbols loaded.
  16. @wackyserious For clipping, there is not much I can do, It's because @Alexandermb animations move the prop point incorrectly it seems. Lazy fix would be a cavalry special skullcap
  17. Would likely fix it if you replace xm1 by xml Happy modding
  18. If they are accurate, they should be put in the game, patches are welcome. Cross references too.
  19. For actors: binaries/data/mods/public/art/actors/structures/{civ}/building_name.xml For prop actors: binaries/data/mods/public/art/actors/props/structures/{civ}/building_name_propname.xml For meshes binaries/data/mods/public/art/meshes/structural/{civ}/building_name.dae For mesh props binaries/data/mods/public/art/meshes/props/structures/{civ}/building_name.dae Though currently it's a complete mess and is in the following folder. binaries/data/mods/public/art/meshes/props/{civ}_building_name.dae For textures for main buildings binaries/data/mods/public/art/textures/skins/structural/{civ}_struct.png
  20. Hey @Garry Joshi See the relevant https://trac.wildfiregames.com/wiki/ReportingErrors and https://trac.wildfiregames.com/wiki/GameDataPaths to help us debug your issue.
  21. What version are you playing ? Capture is by default, you ask units to "attack buildings" and their capture bar will slowly decrease. If you press ctrl + click it will attack instead
×
×
  • Create New...