#life

1 messages · Page 1 of 1 (latest)

gray veldt
#

life is a vr game where its something like gta5 but in vr it has an id card where you will see your saved data like ocolus name id profile pc money and level.id card will be used for friending people and verifying .life uses a json saving with iv keys so its much much harder to mod.as of now it dosent have a logo icon and no map for now.life will also have realistic thirst and hunger.life also will have multiplayer and running.life uses vWater.

#

idk if i should make the buildings for the map in unity or in blender if i did it in unity i would have to make multiple renderesr for LOD for vr but if i did it in blender i could make 3 models for LOD hmmmmmm idk

gray veldt
#

Using trelli and keep in mind ill maybe add more or change some or putting them back from done but still have to do A lot

#

When i add the multiplayer ill release a beta

gray veldt
#

ill probably start working on models that will be important like bank store money interst robbing

#

ill use blender

#

cus i can use a modifier that will make it have less poly counts

gray veldt
#

not great at modelling but good enough

gray veldt
#

guys might need to make the map and right away the store meta page

gray veldt
#

Ok so i just finshed making the road

#

Now time for the buildings

#

And im using photon for multiplayer

#

And remember feel free to give any ideas or feedback

gray veldt
#

adding bank interaction

gray veldt
#

code so far for the bank

#

`using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;
using PlayFab.EconomyModels;

public class bank : MonoBehaviour
{
[Header("mainScripts")]
public Player player;

[Header("saing config")]

public TMP_Text bankerText;
public string defualt;
public float durationBeforeNormal;
// Start is called before the first frame update
void Start()
{

}

public void redeeemChecks()
{
    if (player.AmountInChecks < 10)
    {
        manualsay("same as my salary:(.");
    }

    else if (player.AmountInChecks == 0)
    {
        manualsay("Broke boy");
    }

    else if (player.AmountInChecks >= 10 && player.AmountInChecks <= 100)
    {
        manualsay("not bad.");
    }

    else if (player.AmountInChecks >= 100 && player.AmountInChecks <= 500)
    {
        manualsay("why does the mayor give me that salary!");
    }

    else if (player.AmountInChecks >= 500 && player.AmountInChecks <= 1000)
    {
        manualsay("almost for a house!!");
    }

    else if (player.AmountInChecks >=1000)
    {
        manualsay("I hate my job:/.");
    }

    player.money = (player.AmountInChecks+player.money);
    player.AmountInChecks = 0;
    player.SavePlayer();
  
}

public void manualsay(string text)
{
    StartCoroutine(WaitAndPrint(text));
}

IEnumerator WaitAndPrint(string tosay)
{
    Debug.Log("Wait starts...");
    bankerText.text = tosay;

    // Wait for 5 seconds
    yield return new WaitForSeconds(durationBeforeNormal);
    bankerText.text = defualt;

    Debug.Log("5 seconds passed!");
}

}`

#

i know it could be simpler but idk how to

gray veldt
#

finally got an logo and icon

#

its not ai

timber hazel
#

I love this idea. Super ambitious maybe, but vr simulation games are literally my favorite. Best of luck!

gray veldt
#

Hmmmm tahts weird i put my image to an ai image detector and it said 98% ai 💀i drew it💀

timber hazel
#

There are a few weird visual artifacts on the version with the background, that might be it?

gray veldt
#

I think

gray veldt
#

i think i know how the house system will work:you bu a house from three options(old-1Kmoney rent-20/hour ,classic-5K rent - 50/hour,lluxury- 10K rent-100/hour)

gray veldt
#

the data right now:

public class PlayerData { public bool agreeded; public int lvl; public int money; public int AmountInChecks; public float hunger; public float thirst; public string house; public int houseRent; }

wispy island
#

love it!

gray veldt
#

guys trust me you dont wanna sell the house after

#

public void sellHouse()
{
if (player.house != null)
{
manualsay("nuh uh im keeping that money and you just lost your house LOL");
}
}

#

ALSO IM NOT good at making games so when you see the game i think you will be dissapointed cus im not good at making games so trust me it will look horrible so sorry

gray veldt
gray veldt
#

i really dont reccomend cheating or hacking

gray veldt
#

okie dokie so i done the meta the bank and more stuff this is how the board looks now

#

i think the beta demo will almost out only without fighting and without almost all features cus its only for testing and reviews

gray veldt
#

nice here are some pictures drom the meta app

timber hazel
#

I’m making my first game and it kinda sucks rn, although its a lot smaller than yours and is a bog standard 2D game, not even vr

#

So it’ll get better with time and once U get all the core features you can polish it up

wispy island
#

Looking forward to this, will it cost money or will it be free?

gray veldt
#

so dont worry

wispy island
gray veldt
wispy island
#

I will get this the moment it is released bro

#

I love the idea

gray veldt
#

my plan is when it releases there wont be all fetures like cosmetics and more cus if i release all fetuares then theres nothing to add

wispy island
#

Yea thats a good idea, then you can still have your game be popular.

gray veldt
#

and i gotta be carfuel with how much im placing down cusright now for optimization im using LODs oclusion culling

wispy island
#

True, it should run quest 2 atleast..

gray veldt
#

cus at some point im gonna add drinkable stuff that make you drunk

#

it will distrod how you see

wispy island
gray veldt
#

hmmmmmm maybe ill add that

#

just kidding

wispy island
#

Lol, have fun my friend!

#

I have to go

gray veldt
#

i should add it but when you try to enter ill roast you by a character telling you:wow i didnt know you were that freaky.hell naw even in vr.yeah ill take your money thanks. AND IT WOULD TAKE YOUR MONEY lol

gray veldt
gray veldt
#

you can use them just make sure to give credits

gray veldt
#

now idk wich job i should add first

#

bartender

#

cook

#

office job(clicker)

#

these are just the starters

#

but of course im gonna add gamble system before the beta

wispy island
#

Btw how are you doing all this so fast without losing interest?

gray veldt
#

ateas i want to be one my vr game to atleas have 100 users that actually play the game and some videos about the game

gray veldt
wispy island
gray veldt
wispy island
#

If they dont work then try chasing trends

gray veldt
#

idk how to make good videos :/ same with trailers

wispy island
#

I have some tricks up my sleeve...

#

I can test the game for you aswell

gray veldt
#

really?

wispy island
#

Sure man! I love the idea!

gray veldt
wispy island
gray veldt
wispy island
#

When do you think will the game be in Beta testing?

gray veldt
#

Maby today tonight or tommorow

gray veldt
#

18:00

wispy island
gray veldt
#

Scriptinh hospital bills and hunger thirst + some food wate +house +job for the betanotlikethis

wispy island
#

Thats so much bro! How are u doing all this so fast?

gray veldt
#

idk i just do what i think will work and im scripting + building soo

gray veldt
wispy island
#

WIll cars be a thing?

#

If yes how will it be controlled?

gray veldt
wispy island
#

I think for a more fun experience you can make them like turn the wheel in-game but its your game so you can choose

gray veldt
#

i actually never made cars in ve so idk

gray veldt
# wispy island I think for a more fun experience you can make them like turn the wheel in-game ...

ill follow https://www.youtube.com/watch?v=PRG1PyXPw1g this tut just for the controller then i have to sync with all people in the loobyy same as the day and night cycle

Can all game be made in VR ? Today I'm challenging myself to recreate Mario Kart in VR using Unity. What will we learn on this journey ? Let's find out!

❤️ Support on Patreon : https://www.patreon.com/ValemVR
🔔 Subscribe for more Unity Tutorials : https://www.youtube.com/@ValemTutoria...
🌍 Discord : https://discord.gg/5uhRegs
🐦Twi...

▶ Play video
wispy island
gray veldt
#

yeah

wispy island
#

Dang bro, I didn't know that! Now it makes me want to play it even more!

#

Btw your game will be released in an hour or two right?

gray veldt
#

i think cus found errors so maybe tommorow or today late night

#

sorry

gray veldt
gray veldt
wispy island
#

Yeah im fine

#

how are you gonna send it? Through google drive or...?

gray veldt
#

how do you want it i can do google drive or you can wait for the meta beta where id will be avaliable and when i sy beta i mean by early access beta

#

outline test1

gray veldt
#

sorry guys i gotta delay becuase of errors

wispy island
gray veldt
#

when i say errors right now i mean almost 254:(

wispy island
#

Its fine, I believe in you!!!

gray veldt
wispy island
#

No problem bro, don't give up!

wispy island
#

Btw @gray veldt could you maybe send us more videos or photos because we dont really know what the game is like or looks like

wispy island
#

Thanks

gray veldt
gray veldt
wispy island
gray veldt
#

the office job

#

so clicks will = 0.01 point can work for 10 mins per ingame day

#

when i say day i mean ingames da one da = 24mins about

wispy island
gray veldt
#

i know its just becuase of the meme

#

meme

wispy island
#

Yeah I know lol

gray veldt
#

the map

#

the plan

gray veldt
wispy island
gray veldt
#

the road mesh is ummmm

timber hazel
#

yo this is turning out so cool

#

its crazy how fast you're moving tho lol

wispy island
gray veldt
#

(My secret is i dont know what the hell im doing LOL)

wispy island
#

lol

gray veldt
#

building the oficce right now with elevator and the office will have an executive lounge on the top for me and other moderators it will look modern withglass sooo

gray veldt
gray veldt
#

i wanna make it so you have to pull out your id but i also dont want to do it like that hnmmmmmmmmmm

gray veldt
#

i finally fixed the playfab problems yay

gray veldt
#

so i just builded the apk just for test and its 103 mb not bas

#

bad

gray veldt
gray veldt
#

For the office dialouge i wanna kinda make it funny cus they will not care

gray veldt
#

Okay so i just finished the dialouge

wispy island
#

btw what country u from?

wispy island
gray veldt
#

idk how i should make the office look

#

1.one giant board so everyone works on the same

#

2.everyone has their own table

#

And then

#

1.you need to take a test to get the job and pay one time

#

2.it will be a free starter job so no test just go work but lower pay

#

If you guys want feel free to choose cus right now taking a break and waiting for the game to get aprooved on the meta store

wispy island
#

2 and 2 again,

gray veldt
gray veldt
#

desk v1

#

also player lobbys are 20

gray veldt
#

Gotta delay due to photon name and playgab and office problems im very sorry

gray veldt
#

now with better styling

gray veldt
#

also upgraded it again to be more cooler

#

now working on a script that will get your name and set it as the playfab name and the photon name

gray veldt
#

lets gooooooooooooooooooooooooooooooooo it works

#

but if your n vr it will be you ocolus username instead

wispy island
gray veldt
#

meta/ocolus name but i call it oculus name but sure meta name

gray veldt
wispy island
gray veldt
#

daaamn

#

@wispy island remember how you said 2 for voting everybody has their own desk then here it works finally after 2 days LOL

wispy island
#

its amazing bro

#

keep up

gray veldt
#

and demo almost out just need to finish the office work ui and manager script and i can build it

#

also last build took 30mins

gray veldt
#

thats right you are gonna scam LOL

gray veldt
#

yaaaaay now time for scripting office logic 🙂

#

everybody vote if you want

#

1.vip

#

2.vip later

#

3.vip never

#

if 1,2 then

#

1.vip duration 1day costs money

#

2.vip one time

gray veldt
#

player.AmountInChecks = ((Random.Range(min, max + 1)/cutRate)+multiplayer)+player.AmountInChecks; formula for scamming and if there will be vip ill update it with vip

#

also i wanna add a bill from output like on the wall wich will say

#

you scammed 500dollars

#

/cut rate

#

+multiplayer

#

+current

#

=new

#

then you will go to the bank it will round up s if you had 0.5 it will e 1 if 0.1 it will be 0

gray veldt
gray veldt
gray veldt
#

beta servers will be 5 players/lobby

gray veldt
#

okay lets goooo

gray veldt
#

so i added a shop for upgrading added office scamming

#

FFFFFFUUUUUU i forgot to add more desks

#

so whoever joins the lobby irst hs the desk /

#

:/

wispy island
gray veldt
#

No moderation

#

Yet

gray veldt
#

noooooooooooooooooooooooo

wispy island
gray veldt
#

hell yeah ill never stop

#

also when they aproove then i can give out fully functinal betas

gray veldt
#

hell yeaaaahhhh

#

and everybody dont forget to whishlist it now

#

well its not meet but meat LOL

gray veldt
#

okay fixed it

#

also fixed id and username not working

#

also fixed office

#

also fixed LODs

#

also adding a phone for the player (localy)

gray veldt
#

Wont be able to work couse of problems

wispy island
#

make the roads wider and try fixing the dialogs reseting to the start for no reason

#

if you can maybe make the players avatar be the meta avatar and cosmetics can be attached to it like hats, etc..

gray veldt
gray veldt
#

the project got sadly corrupted

#

my pc overheated

#

and becuase of unity pay for cloud couldnt afford it i couldnt backup it

#

but now of my improvements ill start working on a new project

gray veldt
#

we are back baby @wispy island and got new pc

#

found old saved on cloud

#

btw added car + car crashing

#

gonna probably add medical bills soon

gray veldt
#

ragdolls go brrrrrrrrrrrrrrrrrrrrrrrrrrr

gray veldt
#

welp got it to 18+

#

ok so i m improved the physycs of the ragdolls so the cars interact with them added respawning for the ragdools

gray veldt
#

OKI Send it for sumbission

gray veldt
#

alr got the red dot

gray veldt
#

hope ill be able to make any gun with this

#

exept for shotguns i see

gray veldt
#

@wispy island its up

#

coming soon yet

wispy island
#

Whats up

dull cosmos
#

@gray veldt Sounds sick man, slide me beta if I xan.

gray veldt
dull cosmos
gray veldt
dull cosmos
#

So like Alright boss, alright big man etc.

gray veldt
#

also guys imma do a small voting for map loading
1.)all in one map with LODs

#

2.)map loading piaces so park youll have to load that main map load that like enabling and disabling a group of gameobjects

#

cua the "low poly park" is 32M verticies but i can make it high poly if it will be the map loading in pieces

gray veldt
#

crazy how oclusion culling can do that

dull cosmos
gray veldt
#

little easter egg

gray veldt
#

adeed elevator music

gray veldt
#

adding better cars and crosswalks

gray veldt
#

upgrading the terrain

#

im turning it into an actual terrain

#

usnng microverse

gray veldt
#

also it will hide the void + added grass

wispy island
#

you actually got good

#

wow

#

iim gonna play this on my vr rn

gray veldt
#

adding quests now

#

for more ways to get money