Jump to content

Recommended Posts

Posted

So I have just published a slim down version of my game here: *Link Coming Soon*

Right now it is just woodcutting + the first quest.

 

I was wondering if I could get some feedback in a few areas.

 

1. The playability - How well does this game run on your hardware? What hardware do you have?

2. The usablilty - Is it clear how to play the game? How user intuitive is it?

3. The questing system - If you can make it through the first quest, let me know. I'd be highly curious to see if it is clear enough.

 

I would greatly appreciate some feedback on this.

 

In a week or two I hope to have another update ready (Depending on performance of this version).

 

Thanks,

Marty.

 

 

 

 

 

Edit:

------------------

 

Link removed until I can deploy for C++ later today

Posted

Why would it be pulling start.map?

 

The map name is hard coded in the C++.

 

std::string mapname = PlayerData::GetPlayerData()->GetStrValue("map_name");
if (mapname.length() == 0)
{
 mapname = "Maps/grid1.map";
}

 

Does the "Publish" feature work for C++?

Posted

Why would it be pulling start.map?

 

The map name is hard coded in the C++.

 

std::string mapname = PlayerData::GetPlayerData()->GetStrValue("map_name");
if (mapname.length() == 0)
{
mapname = "Maps/grid1.map";
}

 

Does the "Publish" feature work for C++?

Not on Steam. We can't distribute user-made executables on Steam.

Let's build cool stuff and have fun. :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...