-
Posts
17.477 -
Joined
-
Last visited
-
Days Won
552
Everything posted by Stan`
-
I don't think it works either when in an uncompressed archive. I'm not able to figure out the code just yet. Yeah that's annoying and it only crashes on Windows. Adding a try catch doesn't work either else it'd be easy to check if it succeeded and if not copy the original file instead. Indeed. I am planning to fix that once I'm sure I'm doing things correctly ^^ Are you saying I'm not competent at programming ? (Just kidding) Yeah it's a PITA. It works better on Linux though. It doesn't crash at least. Can't say much about the result hence the RC filed. As too committing the package_mod to the main repository it would be completely redundant with the public mod... I could move the files out of public and ask people to commit there but then it would be a pain for devs I need to create tickets for (Some are done already) a few things naming namingly : - The game not using XMB files (faster XML files for everything) I believe that's a is bug. But it could be a limitation. The main point of only using XMB would be to reduce the size by more than 10% for files that shouldn't be in releases. Also let's say you want to make a mod that doesn't share it's templates you would be able to. Adding a command line option should be pretty straightforward. - Adding a ending message saying the build was finished - Finding a way to debug correctly on Windows so you don't have to rely on tools. - Fixing the freaking annoying crashes with daes in Fcollada on Windows. On Linux it doesn't even crash or care. Especially since there is no way I found to catch them. Using try {} catch (...) doesn't work. - Passing paths is messy and will change depending on your OS. So a file using binaries\Data\mods\whatever will not work on Linux. - Allowing mods to not copy their dependencies. Currently the entire skeletons folder will be copied over from the package mod to the destination pyromods which is lame. So maybe an argument like -packaging-mod - Pyromods don't copy to their destination if they are on a different file system. This is a pain for me on Linux because my repo is on an NTFS drive. - Pyromods do not replace existing ones. At least not that I can see. - It's totally dumb to have to extract the mod.json while keeping it in the archive. - It's also dumb to have to put them in specific folders. The game should just use the zip name.
-
Yeah cows could definitely use horns. With male and female variants. I don't know how bells were common but if they were itd be nice to have them. Ah and also collars with player color when convert unit is implemented
-
Ratings Disputes and Offence Reporting (Discussion)
Stan` replied to gator303's topic in General Discussion
I mean for instance setting the stone slab to give 6000 instead of whatever the default is. Glad to hear that. If you haven't already look at @Pyrophorus's work -
Okay so it's one o'clock in the morning and I packaged three mods. For some reason it would consistently crash on windows but it didn't on linux, so I guess there is something fishy with lineendings or something similar. Possible bugs: There should only be three civs in Ponies Ascendant, but deleted folders do not seem to work. The tweaked Terra Magna skeletons might break the shark and crocodile, this needs to be investigated. Get ready for anything, but please report them here, and only here. terra_magna.pyromod millenniumad.pyromod ponies_ascendant.pyromod
-
Ratings Disputes and Offence Reporting (Discussion)
Stan` replied to gator303's topic in General Discussion
Being able to edit resources objects count depending on maps would be cool too. It could also be used for scripts. and ambient sounds -
For a second I read like there wasn't a but
-
Just sent him an e-mail about half an hour ago. Maybe he'll answer there
-
@Sundiata @Alexandermb Here are the source files: https://github.com/0ADMods/share And the output: https://github.com/0ADMods/thracians So knock yourselves out
-
Hey @JoseM Unfortunately changing the resolution doesn't work in full screen mode. However you can add gui.scale=1.5 into that file you created and it should make the game playable for you
-
Some (not all for a reason I do not understand yet) XML files are cached to XMB files, for performance reasons, apparently reading those binary files are faster to read. Doesn't concern you much but PNG are converted to DDS reducing download size, dae are converted to either psa or pmd for the same reasons. Also if you didn't know, the game caches everything the first time something is used in the cache folder. With archives it doesn't have to do that.
-
@Grugnas Now that A23 is out do you have plans to submit your mod for download on mod.io ? If so do you need any help packaging it ?
-
The main advantage is allowing players to download your mod through the game interface Basically you have to run a command like binaries/system/pyrogenesis -mod=mod -archivebuild=binaries/data/mods/mymod -archivebuild-output=mymod.pyromod -archivebuild-compress And go through the form there on modio. So people can download it directly through the interface without having to clone a github repository. Also, all files will be cached making them smaller and in some cases faster. https://trac.wildfiregames.com/wiki/Modding_Guide
-
@Nescio Do you have plans to submit your mod for download on mod.io ? If so do you need any help packaging it ?
-
I believe default is capturing, because default attack for everything is capturing ^^ I mostly tagged you because he offered solutions, and I didn't know which one would be the most accurate
-
I did use wooden shingles for buildings so far. Thanks for those references. I should really upload it, but I'm busy packaging the other mods.
-
@Sundiata
-
Why are you wasting your life away?
Stan` replied to wowgetoffyourcellphone's topic in Introductions & Off-Topic Discussion
Was an interesting watch, thanks for sharing. -
Hello @Shadookami There is a way to make this game work on Android cell phones (There was IOS too at some point but I guess it was big hack). Due to licensing there was a problem fixing some part of the code to work with android. The latest progress made for it is there https://trac.wildfiregames.com/ticket/2996 In order to make it work again you'd have to rebase that, figure what was wrong at the time and fix it. Be wary though, it might not be smooth at all on a phone, considering how it runs on high end rigs.
-
Blender AddOns, Materials & Tutorials.
Stan` replied to Alexandermb's topic in Tutorials, references and art help
Yeah, the only concern left would be performance. -
Blender AddOns, Materials & Tutorials.
Stan` replied to Alexandermb's topic in Tutorials, references and art help
Well @wraitii implemented a run multiplier for Phab:D13 maybe some variant of that could work. I think it could cause issues though, especially with formations. -
Blender AddOns, Materials & Tutorials.
Stan` replied to Alexandermb's topic in Tutorials, references and art help
Those are awesome. -
Could we make that depend on the sun position ? Also source ?
-
Well that's interesting. @Itms @elexis did we change something to the way we process those files ?
-
If you don't mind waiting a few more days we will upload a fixed versions saving you the hassle