[OS Game] Polylands Open Sourced Survival Game

The download link is in my post above as you can see!

2 Likes

A small update to everyone interested in this project.

I will be livestreaming all the developments at https://www.twitch.tv/Roasiak

You can find the development stream for the 0.0.2 update there too.

2 Likes

This is awesome,Because I can look how to do crafting system or inventory system

4 Likes

Amazing. I hope that it can be of any help for you. I am currently busy fixing the armor system and already have plenty of new updates waiting such as new sounds, a weather system, day night cycle, New Resource type Images for Iron, code fixes and improvements and the new resource regeneration system.

Feel free to share your code changes or game modifications with others here in the topic!

2 Likes

If you want I got scripted some day night cycle If you want it contact me

2 Likes

You’re a life saver! :pray:, ill be sure to mess around with this and see what i can make out of this, again thank you for making this open source :heart:

2 Likes

You welcome and feel free to contribute to the project in your own way so that other developers can make use of it!

2 Likes

The current night cycle is working perfectly fine. However there are some code errors within the open source game including an error with the leg armor not being able to be equipped if this is something you are able to fix then do let me know.

1 Like

Please sir can you specific it ?
Like what Error is script doing

Right now you can’t drag the leg armor “Wooden Greaves” into the slot available for the item all though there is nothing equipped. The cause of this for as of now is unkown to me.

What we do want is that you can equip and de-equip you armor pieces.
“MouseButton1Down is not a valid member of ImageLabel” this error is caused in [Script ‘StarterGui.MainGui.LocalScript’, Line 436 - global armourControls]

I be sharing a new update in a few minutes that allows you to look into the errors and would allow you to publish a update with a fix here with everyone else.

1 Like

Woah I didn’t know this thing can be download that’s very big help when making a survival game. Thank you for making this game! <3

1 Like

Update 0.0.3 is here and it brings improvements, changes and bug fixes but also still has certain bugs in there.

In update 0.0.3 you will be able to find new skyboxes, a weather system and a day night cycle.

You may did notice that I have added improved lighting and shading effects that’s also why there are now sun rays available in your survival game.

I have also added a new skybox for when it’s day.

I have to make a big thanks to uncopylocked game the Dusk for those Skyboxes but they also been a big help for our under development resource regeneration system.

Another big thing the game Dusk makes possible is new and improved sounds for the game.
Image

Update 0.0.3 now includes image for the iron ore resource so they are waiting in your inventory as soon as you got them collected.
Iron

Another thing that has started development for update 0.0.4 will be the pickaxe that will replace the gathering of iron ore’s by hand and will only be possible using a pickaxe.
Pickaxe

In the ReplicatedStorage you will be able to find the Pickaxe module under the Item Modules folder.

This new module includes reused code from the Axe and looks as following.

Update 0.0.3 also includes a lot of work on the armor system again.

A noticeable improvement would be the underwear image named Pants.
Image Image02

This item can be safely placed in the inventory but does not spawn as a object when you drag it out of the inventory or armor slots outside of the Armor slots or Inventory.

There where a lot of code changes made to make the underwear(pants) appear in it’s own armor slot.
Image

Update 0.0.3 still offers bugs that where caused by the new armor type Underwear so leg armor still can’t be equipped and support on fixing this is more then welcome.

The bug of not being able to equip or de-quip underwear has been fixed and Underwear now spawns in it’s own inventory slot instead of the Leg Armor slot.

Another bug that appeared on in the code the possibly has something to do with the leg armor is

“MouseButton1Down is not a valid member of ImageLabel” this error is caused in [Script ‘StarterGui.MainGui.LocalScript’, Line 436 - global armourControls]

For the next update I do plan to have the pickaxe in, a stove to create iron bars and the issues fixed that currently appear.

Since the project is open source I love to ask everyone to contribute there changes here in the topic and help with bug fixes so that we can together create the next developer friendly survival game.

Enjoy the update and the download link to the current place is down below!
Survival Game_version_0.0.3.rbxl (154.0 KB)

3 Likes

You welcome. I do encourage you to share your changes in code, animations and models with other developers here in the topic by simply making a download link with your changes available for other developers here in this topic.

You can find the new download link here now feel free to look into the code issues.

A small update to all the people that where already aware of this topic. I have edited the entire topic to look more professional and appealing in the way of a open source project.

There is now information about the project, the story behind the project, best ways of contributing, features, unstable features, known bugs and direct download links to the 5 most recent development updates in the main thread I will keep commenting update logs in replies.

1 Like

I have a small update for you guys to show what I am working on implementing but no release date planned or exact date on which this will release.

I wanted to have a new player model that’s fully animated into the game and this is the result for now.

3 Likes

I’m not sure if you already fixed it, but that error is due to the fact that there is no MouseButton1Down event in ImageLabels. You should use either ImageButtons or InputBegan and that should fix it.

Ok I have seen [the Output] print "MouseButton1Down… ".Can you send me your fixed project?

Fixed projects may be contributed here to everyone. That’s the best way. Apart of that do a lot of things still work perfectly fine and that’s a little issue I am working on but I much appreciated that fixes people explore be shared here so that I can see what needs to be changed in the overall code to get other elements working again.

1 Like

If you do have a fix please contribute a download link in a comment here. Explanation in the post above!

2 Likes