GWHBOB 发表于 2012-7-5 14:49:30

挖一个坑,填个魔塔(9860、9750)


还差战斗模块没写,地图码了6F/20多F

月与映之皮丘 发表于 2012-7-5 15:00:51

g1a?

GWHBOB 发表于 2012-7-5 15:04:47

2# 皮丘With冰之伊
对的。

wtof1996 发表于 2012-7-5 17:09:39

乌,看起来很不错的样子。
开源吗?成功以后我看能不能移植到ns上

Zms 发表于 2012-7-5 17:58:45

哇,真不错!

GWHBOB 发表于 2012-7-5 18:06:26

开不开源无所谓,其实本工程最难的是这个:

画了两个礼拜(断断续续的,权当做调剂,所以实际没那么恐怖)

helder7 发表于 2012-7-5 20:49:10

你可以使游戏的英文版本?

English and french 精灵 share page: http://www.planet-casio.com/Fr/forums/topic11086-1-partage-de-sprites.html

GWHBOB 发表于 2012-7-5 21:47:38

7# helder7

Syntax Error:
Here're two possible corrections:
1.你可以使用我们的英文版本游戏。(You can use our English-version game(There is a same game which is in English))
2.你可以使这个游戏变成英文的吗?(Can you turn this game into English version?)

if you mean 1,sorry but i didn't see any game in your post
if you mean 2,then i'll tell you i need you translate all the monster's name i'll post later.

//tks for your website.drawin' these little stuffs is taking me a lot of time and patient!

GWHBOB 发表于 2012-7-5 21:55:31

你可以使游戏的英文版本?

English and french 精灵 share page: http://www.planet-casio.com/Fr/forums/topic11086-1-partage-de-sprites.html
helder7 发表于 2012-7-5 20:49 http://www.cncalc.org/images/common/back.gif
so could you translate these names into english or tell me where i can find an English mo ta?(do you know its english name?)
boss_man = new Array(50);
boss_man = new Array(50, 20, 1, 1, 1, "绿头怪");
boss_man = new Array(70, 15, 2, 2, 2, "红头怪");
boss_man = new Array(100, 20, 5, 3, 3, "小蝙蝠");
boss_man = new Array(110, 25, 5, 5, 4, "骷髅人");
boss_man = new Array(200, 35, 10, 5, 5, "青头怪");
boss_man = new Array(150, 40, 20, 8, 6, "骷髅士兵");
boss_man = new Array(125, 50, 25, 10, 7, "初级法师");
boss_man = new Array(150, 65, 30, 10, 8, "大蝙蝠");
boss_man = new Array(300, 75, 45, 13, 10, "兽面人");
boss_man = new Array(400, 90, 50, 15, 12, "骷髅队长");
boss_man = new Array(500, 115, 65, 15, 15, "石头怪人");
boss_man = new Array(250, 120, 70, 20, 17, "麻衣法师");
boss_man = new Array(450, 150, 90, 22, 19, "初级卫兵");
boss_man = new Array(550, 160, 90, 25, 20, "红蝙蝠");
boss_man = new Array(100, 200, 110, 30, 25, "高级法师");
boss_man = new Array(700, 250, 125, 32, 30, "怪王");
boss_man = new Array(1300, 300, 150, 40, 35, "白衣武士");
boss_man = new Array(850, 350, 200, 45, 40, "金甲卫士");
boss_man = new Array(500, 400, 260, 47, 45, "红衣法师");
boss_man = new Array(900, 450, 330, 50, 50, "兽面武士");
boss_man = new Array(1250, 500, 400, 55, 55, "冥卫兵");
boss_man = new Array(1500, 560, 460, 60, 60, "高级卫兵");
boss_man = new Array(1200, 620, 520, 65, 75, "双手剑士");
boss_man = new Array(2000, 680, 590, 70, 65, "冥战士");
boss_man = new Array(900, 750, 650, 77, 70, "金甲队长");
boss_man = new Array(1500, 830, 730, 80, 70, "灵法师");
boss_man = new Array(2500, 900, 850, 84, 75, "冥队长");
boss_man = new Array(1200, 980, 900, 88, 75, "灵武士");
boss_man = new Array(3100, 1150, 1050, 92, 80, "影子战士");
boss_man = new Array(15000, 1000, 1000, 100, 100, "红衣魔王");
boss_man = new Array(25000, 1500, 1200, 250, 220, "冥灵魔王");
boss_man = new Array(80000, 3500, 3700, 0, 0, "血影");
boss_man = new Array(99999, 9500, 2500, 0, 0, "魔龙");

GWHBOB 发表于 2012-7-5 22:00:49

7# helder7
hi~
sorry for my bad french.i only know "bonjour!~"j_0012.gif and google hasn't been smart enough.
so please help me to post this picture into that forum,tks.

wtof1996 发表于 2012-7-5 22:02:01

本帖最后由 wtof1996 于 2012-7-5 22:05 编辑

6# GWHBOB
这个啊,找个flash版本的截图,采用bmp2lua技术就可以轻松移植
另外,lua的table很不错的
不过说回来,ti-lua基于事件,所以移植可能稍微有点困难(也许不会)
另外,cx是彩色的,可以有更丰富的表现
加油写吧!

GWHBOB 发表于 2012-7-5 22:11:49

11# wtof1996
1.彩图我也有但转成黑白还是得手动一点一点画,不然很难看的。
2.这个程序我本来就是按照面对事件的思路编的==

helder7 发表于 2012-7-5 22:36:07

7# helder7

Syntax Error:
Here're two possible corrections:
1.你可以使用我们的英文版本游戏。(You can use our English-version game(There is a same game which is in English))
2.你可以使这个游戏 ...
GWHBOB 发表于 2012-7-5 21:47 http://www.cncalc.org/images/common/back.gif
i want say "Can you do a english game version" ... google its enough smart


boss_man = new Array(50);
boss_man = new Array(50, 20, 1, 1, 1, "Green Hydra");
boss_man = new Array(70, 15, 2, 2, 2, "Red Hydra");
boss_man = new Array(100, 20, 5, 3, 3, "Small bat");
boss_man = new Array(110, 25, 5, 5, 4, "Skull Man");
boss_man = new Array(200, 35, 10, 5, 5, "Green Hydra");
boss_man = new Array(150, 40, 20, 8, 6, "Skeleton soldiers");
boss_man = new Array(125, 50, 25, 10, 7, "Junior Master");
boss_man = new Array(150, 65, 30, 10, 8, "Big bat");
boss_man = new Array(300, 75, 45, 13, 10, "Shoumian people");
boss_man = new Array(400, 90, 50, 15, 12, "Skeleton captain");
boss_man = new Array(500, 115, 65, 15, 15, "Stone Frankenstein");
boss_man = new Array(250, 120, 70, 20, 17, "Master");
boss_man = new Array(450, 150, 90, 22, 19, "Junior guard");
boss_man = new Array(550, 160, 90, 25, 20, "Red bat");
boss_man = new Array(100, 200, 110, 30, 25, "Senior Master");
boss_man = new Array(700, 250, 125, 32, 30, "Strange king");
boss_man = new Array(1300, 300, 150, 40, 35, "White samurai");
boss_man = new Array(850, 350, 200, 45, 40, "Guardian");
boss_man = new Array(500, 400, 260, 47, 45, "Red Master);
boss_man = new Array(900, 450, 330, 50, 50, "Shoumian samurai");
boss_man = new Array(1250, 500, 400, 55, 55, "Deep guards");
boss_man = new Array(1500, 560, 460, 60, 60, "Senior guard");
boss_man = new Array(1200, 620, 520, 65, 75, "Swordsman");
boss_man = new Array(2000, 680, 590, 70, 65, "Ming soldiers");
boss_man = new Array(900, 750, 650, 77, 70, "Captain");
boss_man = new Array(1500, 830, 730, 80, 70, "Spirit Master");
boss_man = new Array(2500, 900, 850, 84, 75, "Ming captain");
boss_man = new Array(1200, 980, 900, 88, 75, "Spirit of samurai");
boss_man = new Array(3100, 1150, 1050, 92, 80, "Shadow warrior");
boss_man = new Array(15000, 1000, 1000, 100, 100, "Red devil");
boss_man = new Array(25000, 1500, 1200, 250, 220, "Spirit of Demon King");
boss_man = new Array(80000, 3500, 3700, 0, 0, "Ghost");
boss_man = new Array(99999, 9500, 2500, 0, 0, "Moloon");

i will post the sprites in french forum

Zms 发表于 2012-7-5 22:43:58

还有外国友人……

Zms 发表于 2012-7-5 22:46:29

I hope this game can be successfully translated to English and other foreign languages, and be known to fx-9860 users outside P.R.China.

cztian 发表于 2012-7-6 11:54:03

可以用ndless,ndless有sdk

wtof1996 发表于 2012-7-6 20:25:28

16# cztian
但是兼容性……3.2肯定是不能的,所以,lua是比较好的选择
而且ndless不安全,操作不当可能brick

wtof1996 发表于 2012-7-6 20:28:05

12# GWHBOB
这样啊,那么就好办了
不过ns分辨率和9系差很多,界面布局什么的肯定要大改的
唉,等你先完成了9系的再说吧,加油!

GWHBOB 发表于 2012-7-7 17:11:07

还差商店、剧情和英文化。


章鱼 发表于 2012-7-7 20:19:51

我同学做过TI-83PLUS上的,只有4层......
页: [1] 2
查看完整版本: 挖一个坑,填个魔塔(9860、9750)