What are you working on currently? [2016]

Among other things, I’m performing some major refactoring in a Unity HTC Vive Horror Puzzle game called the Halloween VR Experience that some friends and I are designing for a convention. The source will be available with attribution upon completion, if successful we might do a kickstarter and make a full game but the convention source will be available with attribution regardless.

Right now I’m working on a system for saving / loading puzzles in the event of a crash (Murphy’s Law), but when doing so I found a lot of problems with the current game manager , so I’m tearing out large chunks of it and replacing things such as public variables with methods, events, and properties.

Our website:
http://hvredev.wixsite.com/home

1 Like

That looks AMAZING

1 Like

Started on a starter shield and sword to replace the old models I made with CSG for my old rig. Haven’t started on the sword yet, here’s the shield so far:




I think I’m starting to get the hang of modeling in Blender, it’s definitely a lot more flexible than modeling in studio. Now we just need specular & bump maps, that would be a godsend.

Edit: This is why we need normal/specular map support:

6 Likes

Block signals.

going pretty well, had some issues with updating signals, but the issue was out of my control.

1 Like

pls make
blob.jpg

1 Like

Really excited to add this into my game. Finally, an exciting progression system :smiley:

Not that any of the coding is done, but at least the guis and perk ideas are. I’m not the greatest at art so I went with a pixeley theme to compensate for it. I’m proud of my pixel bunny.

https://gyazo.com/b6b69b8b85555098501f70a0f9fa077a

3 Likes

I made a website on weebly (lol) called Lua Guides to teach people how to script (I get asked about it all the time)
Now because thats an offsite link, I’ve decided to make it into a ‘game’. Heres some very early screenshots.

Explaining how code works can be pretty difficult. The feedback from my site that I shared on twitter was very positive though, and most of the explanations that will be here were on that site.

Unlike most other games that proclaim to teach people how to script, there is no Paid Access here. The game will make money from voluntary donations that you are encouraged to make if you found the material helpful.

14 Likes

That is awesome! I tried making something very similar to this once and then gave up :confused:

Thanks :smiley: I’ve had the idea for a few years. I decided to make it more of a reference guide than a kind of script builder and that makes it quite a bit easier to make.

Yeah I imagine so. I hope you don’t mind, I still plan on making tutorials and informational tools of my own :stuck_out_tongue: But this is really very awesome!

1 Like

I love the roblox community sometimes. Way to do it right man!

1 Like

Why would I? :joy: More resources for the community can only be a good thing! Good luck with it.

Made a better version of my track generator thingy. It’s still horrifically basic but at least it’s smoother now.

2 Likes

Will this be a plugin?

Probably not; I’ve never actually made any plugins and this is for @alvinbloxx in any case.

Having said that, I would like to make a generic track plugin at some point that makes something like this.

1 Like

More weapon animations! :smiley:

I’d love to get VR to work with this
http://i.imgur.com/AjUzWLF.gif
http://i.imgur.com/toEKXr0.gif
This one needs some work :stuck_out_tongue:
http://i.imgur.com/Sxng1Vh.gif

Everything I’m doing is generalized for different character types, so I could easily give pets their own weapons or combat animations.

7 Likes

I’ve noticed a little split second movement of the sword before the hand reaches it so…

Use the Force, Luke

3 Likes

It starts blending between joints a little early lol. Some day I might try and use inverse kinematics to get it to lock in place perfectly before grabbing/letting go.
:joy:

5 Likes

Churchward 3500 gallon tender.


As far as the Timkens is concerned, I don’t care :stuck_out_tongue:

3 Likes

Have you considered exporting the file as an OBJ, texturing it, and re-importing to save part count, and allow for a more detailed texture?

I set up a few basic materials on my G12, and (at least i think) it turned out great. because it allows stuff like ambient occlusion, and gentle reflections to be rendered into the texture.

the graphics level on both these screenshots is set to level 1


you can see in this one the subtle red on the boiler.


and the pre-rendered lighting of the cab. i know i probably should have like… actually put some controls in here, but a 5k poly limit can only do so much when you need a lot of little tubes.

3 Likes