Page 3 of 7
Re: aGorm Mod Images
Posted: 29 Sep 2011, 23:25
by PicassoCT
agreed on that. unfortunatly you can count the people who can write shaders with one infolog-sawmill workers hand. So what we need is a software that writes shaders for people

Re: aGorm Mod Images
Posted: 10 Oct 2011, 15:12
by aGorm
Bam, just made the main base building for the cybernauts. Turrets are an upgrade (or will be, when I learn how to do such things...)
How hard are custom resources to add in, as I don't wanna copy TA.
aGorm
Re: aGorm Mod Images
Posted: 10 Oct 2011, 15:15
by PicassoCT
make Versions of the building (one Turret)++
use knorkes replacescript modifyied
????
PROFIT
Re: aGorm Mod Images
Posted: 10 Oct 2011, 15:28
by AF
There's always the morphing business
Re: aGorm Mod Images
Posted: 10 Oct 2011, 15:29
by smoth
aGorm wrote:How hard are custom resources to add in, as I don't wanna copy TA.
I am unsure of your coding background and what your vision of a custom resource system entails but I can say, it takes a little work. You should probably start a thread discussing what it is you want to do in
game/mod development. That way it can be discussed more at length. I cannot spend much time talking as I will be busy today.
Re: aGorm Mod Images
Posted: 10 Oct 2011, 16:01
by knorke
aGorm wrote:How hard are custom resources to add in, as I don't wanna copy TA.
There has been much bla on this... Some threads are here:
http://springrts.com/wiki/CollectionOfStuff
use knorkes replacescript modifyied
my wut?

Re: aGorm Mod Images
Posted: 10 Oct 2011, 17:03
by FLOZi
Custom resources depends on how many you want and how far away from the engine you want to go.
S44 uses engine metal and energy (Command - for buying units, and logistics - for supplying ammo) but they are gained and used quite differently to TA, as does BTL (CBills - for buying, Tonnage - to limit how many units you can control at once).
Re: aGorm Mod Images
Posted: 16 Nov 2011, 15:14
by aGorm
Cybertanks on the hills, one in deployed mode for missile launching. Not actully firing yet, but hopefully you can see why I'm happy.

Re: aGorm Mod Images
Posted: 16 Nov 2011, 16:59
by knorke
put together with woodscrews!
Re: aGorm Mod Images
Posted: 16 Nov 2011, 18:42
by PicassoCT
we need to get some nubs i his teams, he is good and he is getting to fast!
Dont forget that you have to apply open source standards to get it certificated! If it doesent have the absolut minimum of documentation and bugfree code, all the bea-modells wont get you anywhere!

Re: aGorm Mod Images
Posted: 16 Nov 2011, 18:46
by smoth
IT LIVES!
Re: aGorm Mod Images
Posted: 16 Nov 2011, 20:12
by PicassoCT
If it werent for ... i could believe in mod-reincarnation. But it cant be, imperial winter, is that you?
Re: aGorm Mod Images
Posted: 17 Nov 2011, 21:18
by 1v0ry_k1ng
no, IW is surfing in australia
Re: aGorm Mod Images
Posted: 17 Nov 2011, 22:49
by SirArtturi
Moar! plx...
Re: aGorm Mod Images
Posted: 18 Nov 2011, 15:07
by rattle
bake normals!
Re: aGorm Mod Images
Posted: 18 Nov 2011, 17:21
by aGorm
bake normals!
? What do you mean ?
Re: aGorm Mod Images
Posted: 18 Nov 2011, 18:41
by aGorm
double post...
http://pastebin.com/zu1Q2X0a
When I get near very steep cliffs, I get NAN errors on things like "BR_height"... which obviosly means everything else then errors. Anyone know why spring would return somthing like that? Or Is is because I'm doing somthing wrong? Do I need to have some kind of fail safe for that eventuality (and how would you suggest doing it?)
Also, If it's clunky as hell, I'm only learning at the mo... (hence all teh comented out bits...)
aGorm
Re: aGorm Mod Images
Posted: 18 Nov 2011, 18:59
by PicassoCT
nan means not a number. Imagine a sensor in a car, sometimes he just doesent get something and sends back a empty signal. Now if this was just 0 stuff could get ugly, or you would have to build in a thousand checks (if-else) per second, creating a huge workload. Thus nan was created. nan means the data doesent get delivered, but the calculation can continue with it anyway, without resulting in instant error. Basically NaN eats all calculations done with it, and vannishes at the end into thin air or echos.
http://en.wikipedia.org/wiki/NaN
Re: aGorm Mod Images
Posted: 18 Nov 2011, 19:07
by KaiserJ
damn is that ever looking great!
Re: aGorm Mod Images
Posted: 18 Nov 2011, 19:18
by knorke
y u no the real error.
guess: on steep cliffs math.asin gets passed numbers outside [-1,1]