Search found 42 matches

by Crossing
Fri Sep 02, 2016 12:21 am
Forum: Games and Creations
Topic: Hex Engine
Replies: 11
Views: 11569

Hex Engine

Hey guys, I wouldn't consider this an "Engine". However, basically it's a map creator for a hex based game I'm working on. It's pretty simple. Coming soon: More tiles, overlay tiles (ex: forts, castles, farms) Randomizer UPDATE: Please note, Colors and art is not complete, nor is the UI! ...
by Crossing
Sun Aug 28, 2016 11:18 pm
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 743044

Re: Simple Tiled Implementation - STI v0.16.0.3

Thanks so much!
by Crossing
Sun Aug 28, 2016 11:01 pm
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 743044

Re: Simple Tiled Implementation - STI v0.16.0.3

Yeah. So I have my code setup like on the tutorial at Luaspace. My map is in the correct directory. However it's saying when I try to add a new map "attempt to call field "new" (a nil value)" any suggestions?
by Crossing
Tue Aug 23, 2016 11:57 pm
Forum: Games and Creations
Topic: The Salty Sea
Replies: 13
Views: 11436

Re: The Salty Sea

Sir_Silver wrote:The game idea sounds cool man, good luck with it!
Thanks!
by Crossing
Fri Aug 19, 2016 8:57 pm
Forum: Games and Creations
Topic: The Salty Sea
Replies: 13
Views: 11436

Re: The Salty Sea

Also, one thing i forgot to mention, was the rate that you are catching fish. Keep in mind I haven't tested the rates you recive fish. However, you catch one fish every random interval between 1 and 3. What I have not added to that yet is the fishing level which will decrease the max amount of time ...
by Crossing
Fri Aug 19, 2016 8:53 pm
Forum: Games and Creations
Topic: The Salty Sea
Replies: 13
Views: 11436

Re: The Salty Sea

Today, I added a "Fishing Level" which caps out at 99, each fish gives a different amount of xp. Fishing Level gives you Extra Chance to catch something good. the max % it adds is 7% at 99 fishing. I've also added a Player Sailing level which goes up based upon the distance you have moved...
by Crossing
Fri Aug 19, 2016 1:20 am
Forum: Games and Creations
Topic: The Salty Sea
Replies: 13
Views: 11436

Re: The Salty Sea

Today, I added a "Fishing Level" which caps out at 99, each fish gives a different amount of xp. Fishing Level gives you Extra Chance to catch something good. the max % it adds is 7% at 99 fishing. I've also added a Player Sailing level which goes up based upon the distance you have moved....
by Crossing
Sun Aug 14, 2016 9:50 pm
Forum: Games and Creations
Topic: The Salty Sea
Replies: 13
Views: 11436

Re: The Salty Sea

Today iv'e completed alot. I reached a huge milestone by finishing the fishing system, Certain fish are found in certain sectors. I also updated the looting system and inventory system which is alot more complex. Each item has a special id which is based on it's rarity and position. I started workin...
by Crossing
Sun Aug 14, 2016 7:46 am
Forum: General
Topic: I did a Major Revision on "Tutorial:Platformer Jumping"
Replies: 7
Views: 6431

Re: I did a Major Revision on "Tutorial:Platformer Jumping"

The way I learned was by adding on to small stuff. I planed on making some you tube tutorials and i might pretty soon, I just haven't got around to it.
by Crossing
Sat Aug 13, 2016 8:34 pm
Forum: General
Topic: I did a Major Revision on "Tutorial:Platformer Jumping"
Replies: 7
Views: 6431

Re: I did a Major Revision on "Tutorial:Platformer Jumping"

Great job. Honestly, some of the bigger problems that newer people are having with love right now are out of date tutorials, or incomplete tutorials that no longer work due to updated love. we honestly need more material for learning.