Page 1 of 1
..
Posted: Thu Sep 10, 2015 11:41 pm
by Holt
..
Re: PLUG-IN QUESTIONS?!
Posted: Fri Sep 11, 2015 7:02 pm
by bloodfox
the problem with that idea is that it takes away from the AOS and OS style. Not to mention that the scripts wouldn't be able to retain that much data. (I'm guessing from the ram usage OS already uses...) Now plugins aren't exactly a piece of cake. LeCom has done it before with a tank server but I don't think that it'll be neccessary to add in a currency for a game like this. :)
Re: PLUG-IN QUESTIONS?!
Posted: Tue Sep 22, 2015 4:37 pm
by Chameleon
Well everyone's got ideas
HOW EXACTLY ARE YOU GOING TO IMPLEMENT THEM?
And there is a question they don't like answering
Re: PLUG-IN QUESTIONS?!
Posted: Fri Sep 25, 2015 11:17 am
by MushyMosaic
Holt wrote:What do u guys think of adding the option of being able to pick up weapons from dead players on the ground? Also would it be possible to create a plug-in for openspades similar to CODs buying weapons off wall? Thx
This ain't CS:GO nor TF2, but good idea tho
EDIT: Don't add the buying thing, it ruins everything and changes OS to a Pay-2-Win Game
Re: PLUG-IN QUESTIONS?!
Posted: Sun Nov 08, 2015 9:49 am
by Chameleon
bloodfox wrote:(I'm guessing from the ram usage OS already uses...)
I dont want to be fun-killer m8 but OS should use no more than 500 mb of wam. map+models+sounds - that isn't as much as you think...
Re: PLUG-IN QUESTIONS?!
Posted: Mon Nov 09, 2015 1:03 am
by Marisa Kirisame
Chameleon wrote:bloodfox wrote:(I'm guessing from the ram usage OS already uses...)
I dont want to be fun-killer m8 but OS should use no more than 500 mb of wam. map+models+sounds - that isn't as much as you think...
Your friendly reminder that vertex arrays are a thing and so are integrated graphics chips that use system RAM for things - expect about 24MB, double that on integrated.
On top of that, global illumination jacks up the VRAM usage as well as it needs to store a 512x512x64 3D texture which uses either 2 or 4 bytes per texel, thus 32MB VRAM or 64MB VRAM respectively. The map itself is probably going to use up 64MB RAM if stored raw, about 6MB if stored bitarray+hashmap, or about 4MB if stored in VXL format (Voxlap uses the latter).
I know for a fact that the Iceball renderer does use up a lot of video memory for vertex arrays. Main reason to just leave it that way instead of trying to pack everything into smaller ints is that the latter option for some reason seems to slow things down (I tried this twice). No idea why. I've seen my GPU docs and it seems that they would actually benefit from that, but maybe it's the required int-to-float conversion that slows things down. Who knows.
Basically, it does cost memory to shove things into a place that a graphics chip can read.
Re: PLUG-IN QUESTIONS?!
Posted: Thu Nov 12, 2015 12:05 pm
by MushyMosaic
Holt wrote:What do u guys think of adding the option of being able to pick up weapons from dead players on the ground? Also would it be possible to create a plug-in for openspades similar to CODs buying weapons off wall? Thx
You can't compare OpenSpades with COD, go back and keep using that intervention quickscoping tactic.