Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > CopperCube > Announcements and Showcase
Saturn 7

Robo
Guest
Quote
2019-06-28 09:14:21

Recent work done for my game - Saturn 7

Its coming along ok I feel for now...

Has a working inventory system & player status based on actions and temperature etc.

http://lasttrump.net/gamedev.html



Let me know what you think...
Rob.


yalazkan
Registered User
Quote
2019-06-28 16:06:14

Good working..

some useful advice i used to before….
An inventory system have to start with a single question
Is there an empty slot?

So the first array must be "status" (0 empty 1 full 2 addable items etc..) and you need "number_of_items" variable..

create number of items on start up as empty, end then check if one avaiable.

and using with one single function on "Before first drawing do something" tab, life may be easier for you :)


//*********************************
function saturn_on_start() {
var varname="food";
ccbSetCopperCubeVariable(varname,200);

varname="energy";
ccbSetCopperCubeVariable(varname,200);

varname="stamima";
ccbSetCopperCubeVariable(varname,200);

varname="temp";
ccbSetCopperCubeVariable(varname,100);

varname="ammo";
ccbSetCopperCubeVariable(varname,60);

varname="damage";
ccbSetCopperCubeVariable(varname,'0.0');

varname="heat";
ccbSetCopperCubeVariable(varname,'0.01');

varname="thirst";
ccbSetCopperCubeVariable(varname,'0.01');

// and so on....


}


Robo
Guest
Quote
2019-06-29 02:58:00

Thanks for your feedback yalazkan.

In my game I will end up having more inventory slots than the total number of total collectible items so being limited by space I wont be a problem - only limited by weight that you can carry around.

Also there will only be one slot per item as they just increase in number only - not add new slots - bit easier that way..
but yeah, otherwise would have to implement what you said...

I only have like 5 slots now for testing but when I make changes I can just delete the last 4 and copy paste new ones again with slight edit. Later will have like 20+ available slots.

Thanks for the code - I think its much cleaner looking to put all my initial variable values in one section in code like you have rather than 20+ menu list items - I will implement that...

Cheers.


srfstudio
Registered User
Quote
2019-08-10 14:58:57

Just tried it, I liked the atmosphere & the general direction of the game is good.
Since it's a wip file I won't go into details because I'm not sure what you planned to do next with the game but there's a few things I would like to see:
Because you don't use lightmaps you can use normal/bump mapping without any problems, that would enhance the look of the mountains significantly.
Maybe some general experimenting with lights, good usage of point-lights with directional light could make everything more atmospheric in the initial, outdoor level.
Also getting-hit animations for enemies & walk-cycle animation for player hand, but I'm sure you planned to switch CC revolver-hand with appropriate SciFi hand & laser :).
I like environmental-audio direction very much, non-music approach really adds to the atmosphere.


Robo
Guest
Quote
2019-08-10 16:44:59

Hi srfstudio,

Thanks for the feedback - I'm still a noob with making games so lots to learn - thanks for your feedback, will go through each point to see if can improve it.

Yes, your right, I haven't used bump/normal maps yet...have been deleting the blue images all this time wondering what was that for....hah!


just_in_case
Moderator
Quote
2019-08-16 06:32:31

Will download and try it once i reach home😇


Robo
Guest
Quote
2019-08-19 04:38:02

Hi just_in_case,

I made some significant improvements to save/loading last few days and seems to working well now. ie each game will always be different due to random allocation of loot items.

Its just testing phase currently to flesh out all the possibilities I can add to the game before making it bigger and adding more scenes or new load levels.

At the moment I feel making multiple areas within the same scene might be the best option and just turning off sections as you go to another section best for FPS.
I have tried changing scenes and didn't like it much as:
- so time intensive with updating starting location and target each time for each scene change
- updating the current Player to the new scene each time to match same Player from previous scene is a hassle (game function is mostly attached to original player)
- enemies are in limbo if you leave one scene and return they are back at exact same spot even hours later....
- unsure if saving previous scene data will even work as its on hold in other scenes

I have heard about loading new game level so that might be an option once the original large scene gets too big to load and run...

I will be changing the hands and gun used to match the loot item on the ground near the tent.

Any suggestions welcome....


Robo
Guest
Quote
2019-09-12 17:01:16

wrote:
Just tried it, I liked the atmosphere & the general direction of the game is good.
Since it's a wip file I won't go into details because I'm not sure what you planned to do next with the game but there's a few things I would like to see:
Because you don't use lightmaps you can use normal/bump mapping without any problems, that would enhance the look of the mountains significantly.
Maybe some general experimenting with lights, good usage of point-lights with directional light could make everything more atmospheric in the initial, outdoor level.
Also getting-hit animations for enemies & walk-cycle animation for player hand, but I'm sure you planned to switch CC revolver-hand with appropriate SciFi hand & laser :).
I like environmental-audio direction very much, non-music approach really adds to the atmosphere.


With the normal maps some of my assets become quite dark - even during mid day like crates - the sides are quiet dark when it should all be bright....not sure what to do about that. I use Gimp to brighten it all up but only a bit better.... any suggestions ??


srfstudio
Registered User
Quote
2019-09-12 22:04:20

I had a similar problem when I was experimenting with nm, the thing that worked out for me was using 3DS models.
That was the only format that received lights evenly, all other formats (fbx, dae, x, b3d...) had pitch-black faces on the other side of the light source, or even had lighting not properly applied to model's currant rotation in scene but to model's original/native rotation.


Robo
Guest
Quote
2019-09-13 02:08:34

wrote:
I had a similar problem when I was experimenting with nm, the thing that worked out for me was using 3DS models.
That was the only format that received lights evenly, all other formats (fbx, dae, x, b3d...) had pitch-black faces on the other side of the light source, or even had lighting not properly applied to model's currant rotation in scene but to model's original/native rotation.



Thanks srfstudio - I will try that and see what happens.
I did notice that with some imported mesh that you need to "clear vertex colors" in some cases to fix some texture related problems.
I also found the "Recalculate normals and tangents" fixed many a problem also.
Worst case scenario I will remove the normal mapas and just use 'solid' instead as that with my moving point light works well anyway for objects. The main scene however would really use some normal maps...


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Inter?ational" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact