Jump to content

[ALPHA] Project Keira


xChimerical

Recommended Posts

**BUGS** - This section I will post all the bugs I encountered

1: Character Sheet not drawing correctly for a fresh created character

  Reveal hidden contents

for some reason the app is trying to cast a string where a bitmap is detected. Game continues fine when clicking Continue to ignore.

 

2: Trying to inspect an item in the inventory menu creates an error

  Reveal hidden contents

Easy fix... the item images are not in the "items\" subfolder, but the "data\items\" subfolder

 

3: Hermaphrodite characters are only generating male names (and should select between both male and female I believe...unless this is intended)

 

4: Grammatical and spelling errors

  Reveal hidden contents

Not really too important during this phase of development but something to look into if you want an increased player base at a final release. If you are foreign and need help later down the road send me a string dump, I will help in this area :)

 

5: New Item: Clay (0) ... this is not a new item (If itemsFound > 0)

 

6: The second time I opened my character sheet, the Belongings tab showed I have no items in my inventory.
This is game breaking I can no longer consume or equip items. (fix suggestion is in bug 7)

 

7: Finding a new item (I dug for clay) with the character sheet open, refreshed my item list! Use the command that refreshes item list from this section of code and reference it in the Create Character Sheet Form to fix bug above.

 

8: Craft window needs to close to be refreshed (have it refresh when a new item is obtained like the character sheet does)

 

9: Clicking items in belongings list (The first click is fine, but when you select a second item to inspect during the same form it errors.) It is creating the following exception:

  Reveal hidden contents

check code to see why it is not updating with the proper item index.

 

10: Not really a bug but I'm playing on a laptop (has no numpad) so an alternate way of moving? I literally stood 2 days at the wreck site for all the previous bugs logged LOL...opening on-screen keyboard to continue :)

 

11: Walked two tiles and got this exception:

  Reveal hidden contents

No clue here you probably do, though... maybe progress going -1 because I'm dying...I did just stand by water until near death LOL!
EDIT: Yep as soon as I clicked "Continue" to ignore the exception it popped up and said you died :( My next life I will be able to walk though!

 

12: Occasionally movement just stopped working for me, had to click "Walk, Run, or Sprint" to resume functionality
should capture keyboard input regardless of which part of the form is active for movement

 

I will find more I'm sure as I play but as far as the actual game, I'm loving it after getting over the annoying bugs. Bugs were expected though as it is an early release, and I will be following this project for sure. First form-based game I enjoyed since the old-school Dope Wars. Keep it up, and sorry for the extensive list (and in advanced for the next list LOL)

 

Good work!

Link to comment
Share on other sites

  On 9/24/2016 at 3:03 PM, Damian666 said:

may I ask why this is done in forms?

 

why not draw it to screen?

 

just curious :)

Expand  

Because I'm a total noob. Ivery been programming for years, but it's just a hobby. The engine has no gfx system, so it struggles with loading pictures into picture boxes.  I dread to think how it handles drawing to screen :D

 

Ideally the game would be a top down multilayer game, I can pixel for it, just not program for it.

Link to comment
Share on other sites

ah I see :)

 

you could always look at Orion+ for the drawing ya know, it uses the default drawing, and SFML, I think default would suit you just fine ^.^

 

or a simple example like this> https://msdn.microsoft.com/en-us/library/system.drawing.graphics(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1

Link to comment
Share on other sites

PROJECT KEIRA - V0.1.0.1 - BY THE HEARTH

PLEASE ENJOY RESPONSIBLY

 

DOWNLOAD HERE

 

Please report any bugs found, as there will be many.

This game is very early release, as you'll see as there is very little user interface graphics or content in place.

 

Please feel free to change and create files in the "Data" and "Graphics" sub-folder, which will allow you to create content in-game,

such as items, events, new sentient races and creatures.

 

You can move around the map using the numpad directional keys.

You can exit most screens by double-clicking on the background (You may need to try different

spots on some screens. Sorry)

 

 

  Quote

CHANGELOG

Expand  

 


BY THE HEARTH - V0.1.0.1 - 25.09.16

Bug Fixes
- Hermaphrodites will now draw properly without error.
- Hermaphrodites will not generate starting traits.
- Inspecting an item without a graphic will not error.
- Fixed "New Items" reporting when 0 found.
- Gaining new items will now refresh the character sheet and crafting screen.
- Selected a second (or third, etc) item in the Belongings tabn will no longer error.
- Key Input for movement should now be far more detected.

Theoretical Bug Fixes
- Dying of starvation/thirst -SHOULD- no longer cause an error in regards to Progress Bars. Still needs confirming.

Features
- 9-directional QWEDCXZA Movement added.
- World Crafter added.
- Game Options added.
- Added a difficulty modifier to need draining.

Improvements
- World Gen algorithms improved.

Link to comment
Share on other sites

@PhenomenalDev you should be able to make your own races now. Check out Fauna, or whatever I called the animals sunflower.  Humans have a sentient tag and some bits about biomass and settlements. I'm sure I made a dwarf species that only settle in mountains at one point. 

 

And what do you mean by all races are all genders?

Link to comment
Share on other sites

  On 10/9/2016 at 10:13 PM, PhenomenalDev said:

@Azkanan You saying you give up on keira? Or am I really stupid?

Expand  

 

Yeah. 9/10 months of it and I'm burned out. It's too big a project for one man. And it doesn't really have that much appeal in gameplay. It's my first lengthy production, and I doubt the infrastructure it has will allow a CPU to survive past the second day.

Link to comment
Share on other sites

  On 10/9/2016 at 10:16 PM, PhenomenalDev said:

@Azkanan Shame I might download the latest version and try to cobble something together if I have some spare time, I hope you come back to it soon and what are you gonna use your new forums for then? Other projects?

Expand  

 

Yeah, possibly the GIF I just showed you on the shoutbox, if anything comes of that.

 

And sure. Feel free to take the code off of me if you want to continue it yourself.

Link to comment
Share on other sites

  On 10/10/2016 at 3:59 PM, PhenomenalDev said:

@Azkanan Lel I mean the files location as in hard drive location also any chance I could get the source code?

Expand  

 

They get set up in your user > local > app (or so) folder.

 

Sure. I'll set it up to you when I get a chance. PM me your email and I'll add you to the dropbox for it.

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Γ—
Γ—
  • Create New...