-
Posts
17.605 -
Joined
-
Last visited
-
Days Won
558
Everything posted by Stan`
-
It's definitely doable, but you'd be missing all the details.
-
It's kinda independant There are official safe (as in MIT code safe) mods, and all the other mods you can make Hopefully all of them can be official at some point but in the meantime they can be shared as pyromod files and installed easily. (ModIO mods will also be pyromods files)
-
I'm not sure...
-
@Itms your joke was better
-
Yeah I don't know why some people get so poor performance since a release or two. Knowing if it was graphics related would be nice.
-
This is a mod downloader client directly in the game.
-
@Rolf Dew Can you tell me if it has gotten worse between A21 and A22 ?
-
The Kingdom of Kush: A proper introduction [Illustrated]
Stan` replied to Sundiata's topic in Official tasks
Yep. You can already try them out by using the development version.- 1.040 replies
-
- 1
-
- civ profile
- history
- (and 5 more)
-
Can you tell us if A21 was faster ?
-
Okay. To be honest I don't know. I just felt like if we had code like the one from STK just lying around for us to use it, why not do it :). Why do I hear leper in my head telling me that some idiot is gonna make use of that ?
-
@elexis Also we do not have support for mods that do not change gameplay in the sense you can't join someone's game if he doesn't have the same mods as you right ?
-
You could look at how the iber fireboat is done. It will automatically damage nearby units.
-
One solution if a c++ programmer had the time to look at it would be to look at STK code. They have a LOD (Level of Detail System). One thing that could be done too would be to use the mipmaps we generate for no reason in the game so we could have low texture support. When we turn PNG into DDS we generate up to 8 sub resolution textures. Maybe @fcxSanya would like to make the transition from STK to our game. You did a great job with STUN
-
Sadly it does not not. The game only supports one mesh per file. The animated models also bundle the armature with them. I think the best thing to do would be to re-rig every old mesh with the new armature, and just switch that in a mod. @Alexandermb Would you feel like rigging the old camel, the old horse, and the old unit meshes with the new armatures you made ? This way we could keep the new animations while not killing graphical performance. That would also reduce the low poly mod size.
-
3D Artist Application - Khalil Tounakti
Stan` replied to Khalil's topic in Applications and Contributions
Hello @Khalil, First of all let me thank you for your interest and welcome you to the forums. I took the liberty to move this thread to the correct sub-forum. Then I'm gonna need you to answer the remaining questions asked here if there are missing any because you did not follow the thread. The most important question being: From there I'm going to need you to sign the Legal Waiver Now you are not forced to do animation, there are a lot of tasks that may suit you in the modelling department. You can see some of them here: https://wildfiregames.com/forum/index.php?/topic/17730-art-dev-task-tracking/ If you have any questions feel free to ask me either here or on a separate thread. Best regards Stan. -
Ah my bad @Gyrion forgot 0ad in the path "C:\Users\{YourUserName}\AppData\Local\0ad\logs" That's why you should always read the wiki before speaking ^^ One thing you could try is to make sure that the game runs on the right GPU. Maybe something like this would help http://www.tomsguide.com/answers/id-3332228/force-dedicated-gpu-apu.html
-
Ticket for autoresearch sound https://trac.wildfiregames.com/ticket/5135#ticket
-
Maybe @Le Druide Gaulois could have some more sketches for us ?
-
I feel like the civilization is still missing something. Maybe some vegetation. Or maybe more details. Sweet !
-
Hey @Gyrion, and sorry to hear that you are having issues running the game smoothly. Can you remind us what are your computer specs ? You can usually find a file summarizing all that in C:\Users\{YourUserName}\Appdata\Local\logs\system.info.txt if you are on Windows. There will be performance improvements, but since the art has also gone a bit more beautiful it might counteract it. I will try to provide a low poly mod in the next months to see if that helps people with lower computer specs. @elexis Is there any way he could run the profiler so we can know what is slowing his system down ? (In a simple way)
-
As you probably know I'm interested in extending it somewhat (Ambient sounds, fixing the multiple unit sounds) I'm not sure It would be in the sound manager. Likely in the technology manager I wonder though if that'd be really useful to have a sound for that. Like wouldn't it be confused with tjust phase being finished ?
-
Fixing the skybox for maps
Stan` replied to Stan`'s topic in Game Development & Technical Discussion
Huh guys what about commiting the current fix ? -
Sounds great.
-
Yeah that'd be nice. Maybe a special variant ?
-
Hey @mimo Thanks for looking into it, the ideas and the testing and the fix