Search found 5 matches

by Stargazer
Mon Apr 30, 2018 11:42 am
Forum: Games and Creations
Topic: [WIP] Ultima-inspired RPG
Replies: 3
Views: 3856

Re: [WIP] Ultima-inspired RPG

I wrote it in a slightly older version. Since then I updated to 11.1 and got the same error. It's actually easily fixed and I'll upload the latest main.lua to GitHub ASAP.
by Stargazer
Wed Apr 25, 2018 1:01 pm
Forum: General
Topic: LÖVE Games on Steam
Replies: 18
Views: 19129

Re: LÖVE Games on Steam

That's actually a great idea!
by Stargazer
Wed Apr 25, 2018 9:35 am
Forum: Games and Creations
Topic: [WIP] Ultima-inspired RPG
Replies: 3
Views: 3856

[WIP] Ultima-inspired RPG

I recently started playing around with LÖVE and LUA. One of my dreams has always been to write a game much like the Ultima games I loved back in the day. My first Ultima was Ultima IV, but tackling a project this big is beyond what a single person could handle. So I used Ultima IV and V as inspirati...
by Stargazer
Thu Apr 19, 2018 1:09 pm
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 733403

Re: Simple Tiled Implementation - STI v0.18.2.1

I tried using STI earlier today and my program breaks at the following line:
local sti = require "sti" (Error: sti/init.lua:32: Invalid file type: orld. File must be of type: lua.)

What am I doing wrong?