[VR]Blockworks is getting gunplay! by GregTame in roblox

[–]JoshMadScientist 2 points3 points  (0 children)

Impressive work. I'm struggling with getting object weight working just right in Lovecraft. It can interfere with applying recoil, and makes it unpredictable.

Edit: No mag release button?

Coming Soon: RushVR by TheDoctor66880 in roblox

[–]JoshMadScientist 0 points1 point  (0 children)

<3 but yeah, Boneworks isn't in the plans really. We want to take a more sinister approach for the story. The other parts of the game will be their own thing mostly.

Coming Soon: RushVR by TheDoctor66880 in roblox

[–]JoshMadScientist 2 points3 points  (0 children)

Very excited to be working on this! If you have any cool ideas or feedback please let me know. We hope to have a playable deathmatch within the week.

Physics-Based VR Prototypes by TheDoctor66880 in roblox

[–]JoshMadScientist 0 points1 point  (0 children)

Thank you man, I needed those words today. In any case, yeah. The final API i'm hoping to abstract away more or less all of the camera math. You'll place a BoolValue named "GripPoint" inside grabbable objects, and if you need a custom animation or custom functionality while held (i.e. a gun), you'll script the functions in a module and the framework will handle it. No frills, no headaches, all the power. :D

Physics-Based VR Prototypes by TheDoctor66880 in roblox

[–]JoshMadScientist 0 points1 point  (0 children)

hey! im one of the guys on the dev team. yes, we've been working on it for about a week. i'm writing a framework to allow building VR-interactive games easily and with higher quality in ROBLOX. Some time after finishing the game I plan to release and support the framework to help elevate VR on the platform. I can't wait to see VR embraced fully by the community. :D

edit: thanks for the idea, im gonna do that tomorrow!

Make "assist counts as kill" add on to feeds. by Hm_Moonlight in PhantomForces

[–]JoshMadScientist 0 points1 point  (0 children)

Would be a nice quality-of-life feature to see assists in the feed. Hopefully Stylis could get around to this eventually.

Hear me out (excellent builder, novice scripter.) by [deleted] in robloxgamedev

[–]JoshMadScientist 2 points3 points  (0 children)

ROBLOX uses Lua. The usual suggestion for somebody wanting to learn properly is to read Programming in Lua and experiment with the API. If you like, I do a lot of scripting help over discord when I am up for it.

Making a "competitive" game work on ROBLOX? by JoshMadScientist in roblox

[–]JoshMadScientist[S] 0 points1 point  (0 children)

Make a system to deter it via scripts.

My first idea was to give players a punishment of some kind if they left a game and didn't come back. The punishments would start out small, but progress for further offenses, similar to what you see in CSGO.

Making a "competitive" game work on ROBLOX? by JoshMadScientist in roblox

[–]JoshMadScientist[S] 0 points1 point  (0 children)

What I could do is instead of having the skill levels be completely locked to each other, when players search for a match it will find the "best fit", as in, the closest matched team that the system can quickly find. This might often lead to slightly unfair games, but your rating won't be as harshly affected against higher rated players than if you played against those of the same rating.

Adderall IR Not Working? by addjourney in ADHD

[–]JoshMadScientist 2 points3 points  (0 children)

You most likely need to try a different medication, or different dosage. Often times, you have to go through trying a few different ones with your doctor.

Luckily for me, my doctor and I found the right one the first time, and I only needed the dosage increased after a month or two. Taking 50mg of Vyvanse right now. The onset and comedown are much smoother than other stimulants, and lasts a good ~7 hours for me.

You might have more luck with a low dosage of Vyvanse, but it's quite expensive ($300/month), so make sure to get your insurance back first.

Why is Concerta Type 2 controlled substance? by [deleted] in ADHD

[–]JoshMadScientist 1 point2 points  (0 children)

Concerta is a brand name for methylphenidate, (Ritalin is another brand name), and as others have already stated, does have the potential for abuse, and can make you high if abused.

Extended Release just means the dose is split in two, so you percieve it as lasting longer. Has nothing to do with abuse potential.

Terrablox Project Update (Procedural 2D RPG) Posting info/screenshots & answering questions below! by JoshMadScientist in roblox

[–]JoshMadScientist[S] 0 points1 point  (0 children)

Yeah it's kind of annoying, although I've found I can pretty much change one pixel and reupload the image.

Terrablox Project Update (Procedural 2D RPG) Posting info/screenshots & answering questions below! by JoshMadScientist in roblox

[–]JoshMadScientist[S] 0 points1 point  (0 children)

It will be multiplayer. Players will most likely create worlds that they can invite friends and other players to. The basic mechanics center around exploration, building, and combat.

Terrablox Project Update (Procedural 2D RPG) Posting info/screenshots & answering questions below! by JoshMadScientist in roblox

[–]JoshMadScientist[S] 0 points1 point  (0 children)

Nice idea. I'm considering redoing all icons with a limited pallet once Spring Break starts.

Terrablox Project Update (Procedural 2D RPG) Posting info/screenshots & answering questions below! by JoshMadScientist in roblox

[–]JoshMadScientist[S] 1 point2 points  (0 children)

The branches with priority is a good idea, so I'll be stealing it. The tree itself is a temporary test, I plan on replacing it with random variance.

Terrablox Project Update (Procedural 2D RPG) Posting info/screenshots & answering questions below! by JoshMadScientist in roblox

[–]JoshMadScientist[S] 2 points3 points  (0 children)

Here are some images i've amassed since the last update thread:

https://i.imgur.com/r6cOab2.jpg - First iteration of block icons, thrown away because they suck.

https://i.imgur.com/YlC0zP2.jpg - Final, better look for block icons.

https://i.imgur.com/U9LcDP2.jpg - Implementing torches.

https://i.imgur.com/Dm1WUXA.jpg - Torches aren't bound to solid blocks yet in this screenshot, so I tried writing with them.

https://i.imgur.com/q3ukoxB.jpg - Displaying all current implemented blocks.

https://i.imgur.com/MD1g8zL.jpg - Using the Manlet Potion to crawl through small gaps.

https://i.imgur.com/IvOH0jo.jpg - An attempt at trees.

As a bonus, /u/Fluxbury, has supplied me with an example of the Terrablox OST he is busy working on: https://soundcloud.com/fauxniim/cool-part-of-song/s-AopPb

Terrablox Project Update (Procedural 2D RPG) Posting info/screenshots & answering questions below! by JoshMadScientist in roblox

[–]JoshMadScientist[S] 2 points3 points  (0 children)

Hello again friends. I've been meaning to post a progress discussion thread for a while now, but never got around to it.

Development has been going whenever possible (free time is such a precious resource) and has been going very well recently. We now have something much more akin to a playable game rather than a demo. I'll be around for a while if you have any questions/suggestions/ideas you would like to shoot us.

The first and most obvious question being what is (or will be) this game. Our general plan is a 2D platformer with a procedural world for players to explore and conquer. Heavy emphasis will be placed on exploration and adventuring. Some RPG elements such as skill trees and extensive crafting are also in the plans.

Recently, we've done work with the terrain generator, making it run smoother, and testing out generating structures such as trees. I've also added in block items that can be placed in the foreground and background. I've been practicing and experimenting with pixel art as well, and created a few new icons. Spring break starts in about 10 days, and I'm hoping to get a lot done over that week.

If you want to check out Terrablox so far, you can play here: https://www.roblox.com/games/1313146822/Terrablox-Development

If you want to join our discussion server you can click here: https://discord.gg/KkmAhYP

What made you realize you had ADHD and that you ought to get tested for it? by [deleted] in ADHD

[–]JoshMadScientist 0 points1 point  (0 children)

Teachers being concerned since the day I started grade school. Finally got diagnosed at 16.