Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

5v3n

37
Posts
66
Followers
33
Following
A member registered Sep 20, 2021 · View creator page →

Creator of

Recent community posts

Cant share ccb file .. i use and add more models that i did buy from cgtrader.  Maybe i make version with free dummy models and share that version in future.

Hi, i havent used CC physics ..just once i played with it.  Will check it out later..

i dont have studio version so cant see the code but probably its fixable.

I am glad you like it.

Thanks

Thanks, this healthbar is meant for being used on AI players to display health (game actor with health) but with some simple edits it can be used anywhere.. but there are also script made
https://hadoken-records.itch.io/coppercube-power-bars

Its not free but worth its price and its probably exactly what you need.

Very cool

You need to setup command for this.. its actually simple. if object picked up you send out command so object will set invisible for others -object can be idenified by its name.. so command can be "oVisible,nodename,false" 
Script will parse this line as 3 parameters..
command:oVisible
par1:nodename
par2:value
setScenenodeProperty(getNodebyname(par1) ,"Visible",par2);

I have example for this actually .. i will upload example with many commands soon.

Yes this project will get update ..i have many ideas in my mind and i add these ideas into code. If you have ideas what to add or what to change then let me know ..feedback always welcome and helps me improve it.

Thank you very much

You already did support-you dont have to support each project. I am thankful for your support.. i will keep doing stuff for sure.

Thank you very much.. its a big amount -too big.

Thank you. NB i got double payment.. if you made mistake then i send you second payment back.

Yes, I added payment option (its optional).  i removed payment options in past because most people didnt understand that they can skip the payment and download file for free.

thanks, this project will get updates and optimizations in future so any suggestions and feedback always welcome.

https://drive.google.com/file/d/1nMOYQ4-_8nxezWtaQ8lHujSgvtcAN2Ty/view?usp=shari...

its a good language to learn ,very powerful. Freebasic have friendly community..so if you need help then ask www.freebasic.net forum

I am glad you find it useful.

Thanks, will keep going.. more cool stuff comeing soon.

Thanks,glad you like it.

(1 edit)

EDIT: Here is example from documentation:https://www.freebasic.net/wiki/KeyPgDdfbargv

I made simple example for this.. https://drive.google.com/file/d/1AJO_4rU9BpybIF6Bum9BQ8pvV0TOBCuP/view?usp=shari...

Hi ,yes i use external exe that i created with freebasic.. but it can be done without freebasic also (with javascript you can do same thing-but i am basic programmer so i went easier way)

Sure, you can contact me by email: svenlname@gmail.com  i dont have discord or other apps that people uses nowadays.. but i have facebook messenger that i use sometimes .

Thanks- there was bug when you changed scale for the keypad or its position. its fixed now (download link updated)

Because it uses files to communicate with coppercube game it is more just for testing and for fun ( constant file read/write probably not good for hard drive either so this method is not good) , for real multiplayer developer must code networking part in c++ with Coppercube Studio version. 

client and server code can be modified so it will be healthy to use for turn based or rts  games. 

Hi, thanks- i have many unfinished projects that i am working on- but i share my tests and simple scripts here.

Thanks, i did quit doing youtube videos-i try to spend more time with other stuff. but if you need some tutorial or help then you can freely ask i will help if i can.

All my stuff that has no price is free to use /modify/share without any payment- I have added my PayPal information to my scripts header if somebody feels they want to support my work- but its all optional.

Thanks, I am glad that my work can give ideas to you.

Hi , It exports custom txt file with info that coppercube plugin i made can use.. so its meant for using with Coppercube game engine.

Thanks,i am glad you like it.

Thanks for your feedback. Laser will appear at random interval so sometimes it may take time until it appears (its meant to be rare item to appear).

i didnt find any problems with this script-it works as it should and meant to be. NB you have no reason to hold key C down because if you press it then it will switch between cameras-it doesnt cancel crouch or stand automatically.(so holding key down has no reason).
You can simply add variable that disables switching if you keep holding key down- because its action script that you can call in WhenKeyPressed-so you have full control over this behaviour.

You can try this with WhenKeyUP and WhenKeyDOWN if you need it to be crouch if C held down and stands up automatically if key C is up.


will check this out and repair it soon.

Nice game you have there.
I have made many games but not with CC. I need these technologies before i can start making a game.. i need AI / pathfinder/ elevators/doors/weapons / turrets /maybe networking/  cameras / lasers / mines and so on.. i make components that i will use in my real game in future- also i share some of these components that i have made so other people can use them in their games also or learn from it. 

Your welcome.  Yes its OK for you to use it in your game.

Yes you can use it in China. its LAN multiplayer so if you have two computers connected to the same network then you can connect them..