Good vs. Evil

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
49 this pc gets randomly blocked by the forums, no idea why.....All I get when its blocked is a white screen with
Code:
401 Unauthorized
Your IP has been used by Spam Bots to attempt to register on this forum multiple times
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
51 I made it so that the speed of characters is also depended on their species.

Also, I learned about the fact that you can create schema's for json and that there is a module that allows you to use those schema's as typescript types. Combine that with a module that can validate an object based on a schema and tada you can now validate data just by defining its type. I wish it was a little bit less verbose though....
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
51 I managed to also use json to define tiles and added pictures to them.

Also, the schema files get updated whenever you run the code generation scripts that have impact on them. So the tile generation script updates the json files for the tiles (as you may have added more) and the one for characters
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
51 I updated arena keeper again: https://lenscas.github.io/arena_keeper_quick/

It now has sprites for the map tiles AND MUCH, and I really mean MUCH better random generation
I mean just look at it
unknown.png

unknown.png


Compare that to the old one that often ended up looking something like
unknown.png


edit: Are images broken? I seem them when editing the post but not on the forum?
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
50 the images should work, as the links work in a private window. I'm guessing that images on the forum are broken in general? As I also noticed I couldn't paste them into posts like I normally do.

Here are the links to those images
new generation:
https://cdn.discordapp.com/attachments/536648569378045964/607664076662898726/unknown.png
https://cdn.discordapp.com/attachments/536648569378045964/607366563183591462/unknown.png
old generation:
https://cdn.discordapp.com/attachments/536648569378045964/593377889123172379/unknown.png

Also, I'm in the process of getting rid of Immi. Right now I only needed it for buttons, which is what I am currently creating using just quicksilver. The progress so far:
https://cdn.discordapp.com/attachments/536648569378045964/608410691757670450/unknown.png

(They don't do anything yet, except print in the console if I clicked on them, hovered over it or if there was no interaction)
 

duckfan77

Popular Member
Mar 18, 2013
80
683
118
49 I spent 2.5 hours to configure an ADC... Next time I'm going to find the documentation sooner than 2 hours in.