Search found 7 matches

by Dani :)
Thu Mar 18, 2021 11:42 pm
Forum: Q&A Discussion
Topic: Taking suggestions for a custom battle system
Replies: 5
Views: 2548

Re: Taking suggestions for a custom battle system

Combination attacks, whether Chrono Trigger-style (need specific characters) or Phantasy Star IV-style (need specific actions). On one hand i find it a great idea, on the other, i don't think it's that big of a deal to make that it needs to be supported natively, i'll keep in mind the suggestion an...
by Dani :)
Tue Mar 16, 2021 4:08 pm
Forum: Q&A Discussion
Topic: Taking suggestions for a custom battle system
Replies: 5
Views: 2548

Already using such a thing, but thanks for the consideration. Currently i use Kylekrack's slice array script along a version i slightly modified to create 2d arrays, i use one of those to store thehero and enemy stats in battle and a separate one for their variables, most of my array implementation ...
by Dani :)
Tue Mar 16, 2021 2:48 pm
Forum: Q&A Discussion
Topic: Taking suggestions for a custom battle system
Replies: 5
Views: 2548

Taking suggestions for a custom battle system

I woke up one day and decided: "yeah, i'm going to make my own battle system". It's been some time since then and it's progressing quite nicely, however, the objective has shifted, i started work on it to use in a game, the new objective is to make it an easy to customize system that mimic...
by Dani :)
Thu Jan 23, 2020 1:21 am
Forum: Q&A Discussion
Topic: character exclusive inventories
Replies: 4
Views: 1776

character exclusive inventories

Is there any way to imitate the Earthbound/final fantasy the 4 heroes of light (a underrated DS game) idea of inventories in which every character has their own separate item pool?
I suppose not, but i figured might as well ask
by Dani :)
Sat Jan 18, 2020 9:50 pm
Forum: Q&A Discussion
Topic: Changing animation speed
Replies: 1
Views: 926

Changing animation speed

is there any way to change the walkabout animation speed without changing the game's FPS or affecting battle speed? (Sorry if this question was asked before, i'm too lazy to scan the entire forum)
by Dani :)
Wed Dec 04, 2019 12:55 pm
Forum: Q&A Discussion
Topic: how to change the hero sprite frame in plotscript?
Replies: 2
Views: 1287

how to change the hero sprite frame in plotscript?

let's say i load a hero sprite from a slice collection, how would i go about changing its animation frame with plotscript commands?
by Dani :)
Thu Nov 28, 2019 12:57 am
Forum: Q&A Discussion
Topic: Slice handle has already been deleted
Replies: 1
Views: 964

Slice handle has already been deleted

Hello, i am having problems with slice handles i created a slice collection with four hero sprite slices, i gave one of them the lookup code "harry" and tried to put him in coordinates 100, 100 this way put slice (sli:Harry, 100, 100) when irunned the script in game it gave me an error &qu...