aGorm Mod Images - Page 3

aGorm Mod Images

Share and discuss visual creations and creation practices like texturing, modelling and musing on the meaning of life.

Moderators: MR.D, Moderators

User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: aGorm Mod Images

Post 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 ;)
User avatar
aGorm
Posts: 2928
Joined: 12 Jan 2005, 10:25

Re: aGorm Mod Images

Post by aGorm »

Image

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
Attachments
cyberbase.jpg
(67.36 KiB) Downloaded 2 times
Last edited by aGorm on 10 Oct 2011, 22:34, edited 1 time in total.
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: aGorm Mod Images

Post by PicassoCT »

make Versions of the building (one Turret)++
use knorkes replacescript modifyied
????
PROFIT
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: aGorm Mod Images

Post by AF »

There's always the morphing business
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: aGorm Mod Images

Post 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.
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: aGorm Mod Images

Post 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? :shock:
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6240
Joined: 29 Apr 2005, 01:14

Re: aGorm Mod Images

Post 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).
User avatar
aGorm
Posts: 2928
Joined: 12 Jan 2005, 10:25

Re: aGorm Mod Images

Post 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.

Image
Attachments
cybertank.jpg
(138.05 KiB) Downloaded 2 times
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: aGorm Mod Images

Post by knorke »

put together with woodscrews!
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: aGorm Mod Images

Post 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! ;)
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: aGorm Mod Images

Post by smoth »

IT LIVES!
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: aGorm Mod Images

Post by PicassoCT »

If it werent for ... i could believe in mod-reincarnation. But it cant be, imperial winter, is that you?
User avatar
1v0ry_k1ng
Posts: 4656
Joined: 10 Mar 2006, 10:24

Re: aGorm Mod Images

Post by 1v0ry_k1ng »

no, IW is surfing in australia
User avatar
SirArtturi
Posts: 1164
Joined: 23 Jan 2008, 18:29

Re: aGorm Mod Images

Post by SirArtturi »

Moar! plx...
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Re: aGorm Mod Images

Post by rattle »

bake normals!
User avatar
aGorm
Posts: 2928
Joined: 12 Jan 2005, 10:25

Re: aGorm Mod Images

Post by aGorm »

bake normals!
? What do you mean ?
User avatar
aGorm
Posts: 2928
Joined: 12 Jan 2005, 10:25

Re: aGorm Mod Images

Post 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
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: aGorm Mod Images

Post 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
User avatar
KaiserJ
Community Representative
Posts: 3113
Joined: 08 Sep 2008, 22:59

Re: aGorm Mod Images

Post by KaiserJ »

damn is that ever looking great!
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: aGorm Mod Images

Post by knorke »

aGorm wrote:http://pastebin.com/zu1Q2X0a

When I get near very steep cliffs, I get NAN errors on things like "BR_height"
y u no the real error.
guess: on steep cliffs math.asin gets passed numbers outside [-1,1]
Post Reply

Return to “Art & Modelling”