Author
|
Topic: Local Hero Shrinks!
|
DMOD Guy |
posted 03-20- 09:05 AM CT (US)
I am making a DMOD called "elemental blade", and in this game everything is small, so that the bosses may seem bigger. So far, it's all cool, but when I went to test it, I felt like I was playing "DINK ZILLA" again. Does anyone know how to make dink smaller?O ya, I used to know this, but I forgot, how do you start dink out with certain weapons?
|
FF4LIFE
|
posted 03-20- 07:28 PM CT (US)
Uhm, to make him smaller, i think its just sp_size(1, 50); to have him start with weapons, add the lines in start.c, like this: add_item("item-fst",438, 1); &cur_weapon = 1; arm_weapon();
|
DMOD Guy
|
posted 03-21- 04:36 PM CT (US)
tanx! |
FF4LIFE
|
posted 03-21- 09:21 PM CT (US)
I'll asume that means it worked.
|