Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

5v3n

47
Posts
88
Followers
81
Following
A member registered Sep 20, 2021 · View creator page →

Creator of

Recent community posts

(1 edit)

Enemie health you can set (it uses built in health system) -download includes only scripts. muzzle script you can take from my weapon script.

You can use your own AI script.. no need to use what i included. Main part of this share is trigger behavior. 

Inside action input as usual.

Project updated.

Currently its for lowering weapon.. next weapon will be set visible after current is low..

With animation blending it looks like lowers current and then rises next weapon.

Its easy to add both animations -if i have more time i might consider adding it.

I accidently set price to it..its free to download..so you can see it in action.

Landmine example: https://drive.google.com/file/d/1TkNKTZ5zBMmxavLNWh2HHPpy02ggWdgE/view?usp=shari...

Hi, i lost it.. i will make new and post it

Hi, with scripting its doable.. my example is made for player vs player. -to make it work to update AI positions  needs scripting , i made for my own use simple AI update script (if i find it then i post it here- but still for custom game its all about scripting)

Hi, coppercube writes file .. client program sends it to server.. server sends ot to client programs.. client writes it to a file .. coppercube read it from file- then in script it parses the string: string looks like - command_name, value,value ..

i dont currently have second computer so its not possible for me to test and make fixes  properly.

Player positions are sent out with interval..minimal event action sends commamd only if action is made and should be update something..for example remove node or create one or set visible or invisible something.

Commamds to parse you can add in script ..

In my example i dont have many of them but can be added as many as needed.

Hi.. for 3d model (half in the ground) make sure its pivot point is set to the floor just like sleepwalker have it. Probably i make new version for networking (its very old project of mine so its simpler to make new version than repair old one ) 

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.