分页: 2 / 4

发表于 : 2008-04-05 1:54
fanglei03
LZ,我用不是你提供的文件(我的是日文版)
虽然能玩但是提示这样的信息

代码: 全选

ONScripter version 20080121(2.82)
Display: 800 x 600 (32 bpp)
Audio: 44100 Hz 16 bit stereo
 command [killmenu] is not supported yet!!
 command [killmenu] is not supported yet!!
 command [cdfadeout] is not supported yet!!
 command [mode_wave_demo] is not supported yet!!
 *** can't find file [uoncur.bmp] ***
 *** can't find file [uoffcur.bmp] ***
 *** can't find file [doncur.bmp] ***
 *** can't find file [doffcur.bmp] ***
 *** can't find file [cursor1.bmp] ***

发表于 : 2008-04-06 1:45
nyfair
haozi3 写了:LZ,我没用汉化版。但是我在安装游戏的时候make了之后在其文件夹下输入ONscripter.出现下面的问题,该怎么办呢?

代码: 全选

a@a-desktop:~/Desktop/1$ onscripter
Adding: .
Adding: ..
can't open any of 0.txt, 00.txt, nscript.dat and nscript.___
onscripter -f “字体文件” -d “游戏路径”
fanglei03 写了:LZ,我用不是你提供的文件(我的是日文版)
虽然能玩但是提示这样的信息

代码: 全选

ONScripter version 20080121(2.82)
Display: 800 x 600 (32 bpp)
Audio: 44100 Hz 16 bit stereo
 command [killmenu] is not supported yet!!
 command [killmenu] is not supported yet!!
 command [cdfadeout] is not supported yet!!
 command [mode_wave_demo] is not supported yet!!
 *** can't find file [uoncur.bmp] ***
 *** can't find file [uoffcur.bmp] ***
 *** can't find file [doncur.bmp] ***
 *** can't find file [doffcur.bmp] ***
 *** can't find file [cursor1.bmp] ***
这些是nscript的一些内置脚本,ONScripter还无法实现,解开游戏目录下的nscript.dat可以看到,一般是些菜单和特效

发表于 : 2008-04-07 23:03
fanglei03
nyfair 写了:
haozi3 写了:LZ,我没用汉化版。但是我在安装游戏的时候make了之后在其文件夹下输入ONscripter.出现下面的问题,该怎么办呢?

代码: 全选

a@a-desktop:~/Desktop/1$ onscripter
Adding: .
Adding: ..
can't open any of 0.txt, 00.txt, nscript.dat and nscript.___
onscripter -f “字体文件” -d “游戏路径”
fanglei03 写了:LZ,我用不是你提供的文件(我的是日文版)
虽然能玩但是提示这样的信息

代码: 全选

ONScripter version 20080121(2.82)
Display: 800 x 600 (32 bpp)
Audio: 44100 Hz 16 bit stereo
 command [killmenu] is not supported yet!!
 command [killmenu] is not supported yet!!
 command [cdfadeout] is not supported yet!!
 command [mode_wave_demo] is not supported yet!!
 *** can't find file [uoncur.bmp] ***
 *** can't find file [uoffcur.bmp] ***
 *** can't find file [doncur.bmp] ***
 *** can't find file [doffcur.bmp] ***
 *** can't find file [cursor1.bmp] ***
这些是nscript的一些内置脚本,ONScripter还无法实现,解开游戏目录下的nscript.dat可以看到,一般是些菜单和特效
谢了~

发表于 : 2008-04-07 23:15
stlxv
kevinis 写了:ftp里的2006下交大病毒.rar是我以前在各大打印店搜集的,在linux下反汇编玩玩的。
汗...

发表于 : 2008-04-08 20:03
syhan
嗯游戏不错,下次直接去win下玩好乐

发表于 : 2008-05-17 7:50
shami
新人提问:
已经安装了libsdl 1.2-dev, libsdl-image1.2,libsdl-image1.2-dev,libsdl-mixer1.2,libsdl-mixer1.2-dev,libsdl-net1.2,libsdl-net1.2-dev, libsdl-ttf2.0-0,libsdl-ttf2.0-dev

编译时提示
shami@shamisen:~/Desktop/onscripter-chn-20080214$ ./configure
Checking platform type... Linux
Checking C compiler... gcc
Checking C++ compiler... g++
Checking for GNU make... make
Checking for system SDL... yes
Checking for system SDL_image... yes
Checking for system SDL_mixer... yes
Checking for system libbzip2... yes
Checking for system libsmpeg... yes
Checking for system Freetype... yes
Checking for system SDL_ttf... yes
Writing Makefile... done
Now run "make" to build ONScripter.
shami@shamisen:~/Desktop/onscripter-chn-20080214$ make
g++ -c -O2 -Wpointer-arith -Werror -fomit-frame-pointer -pipe -Wall -Iextlib/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/freetype2 -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI -DHAELETH DirectReader.cpp
cc1plus: warnings being treated as errors
DirectReader.cpp: In member function ‘virtual char* DirectReader::getArchiveName() const’:
DirectReader.cpp:258: 警告: 不建议使用从字符串常量到‘char*’的转换
make: *** [DirectReader.o] 错误 1

如果直接执行编译好的onscripter
shami@shamisen:~/Desktop/onscripter-chn-20080214/编译好的onscripter$ ./onscripter
./onscripter: error while loading shared libraries: libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory

安装了源里面的onscripter倒是可以使用,可惜是日文版的,打开Narcissu中文版就是一片乱码。

我的系统是64位8.04

发表于 : 2008-05-17 10:34
kevinis
我在编译时也遇到了很多警告,但是把警告处理为错误的还是头一回见到。64位系统我没有试过,但如果把依赖库安装全了的话应该没有问题。建议你先按照直接执行./onscripter时给出的错误信息安装对应的库和dev开发库,然后再运行或编译。那个版本是7.10 i386下编译的,现在我在做8.04的测试,多关照哈。
貌似google code上有一个swordsp主管的onscripter-cn项目,不过暂时没有上传,你可以参考一下。我这个GBK版本是课余仓促搞出来的,还望多多关心UNICODE的版本。

发表于 : 2008-05-17 21:16
tscmga
看不清,图片太模糊←

发表于 : 2008-05-17 23:44
neosnake
qiang_liu8183 写了:又是色情小游戏 :D
哎,不要一看到日式画风的游戏就以为是色情游戏,这个游戏很健康的。(准确地说应该是电子小说)

发表于 : 2008-05-18 2:27
nyfair
shami 写了:新人提问:
已经安装了libsdl 1.2-dev, libsdl-image1.2,libsdl-image1.2-dev,libsdl-mixer1.2,libsdl-mixer1.2-dev,libsdl-net1.2,libsdl-net1.2-dev, libsdl-ttf2.0-0,libsdl-ttf2.0-dev

编译时提示
shami@shamisen:~/Desktop/onscripter-chn-20080214$ ./configure
Checking platform type... Linux
Checking C compiler... gcc
Checking C++ compiler... g++
Checking for GNU make... make
Checking for system SDL... yes
Checking for system SDL_image... yes
Checking for system SDL_mixer... yes
Checking for system libbzip2... yes
Checking for system libsmpeg... yes
Checking for system Freetype... yes
Checking for system SDL_ttf... yes
Writing Makefile... done
Now run "make" to build ONScripter.
shami@shamisen:~/Desktop/onscripter-chn-20080214$ make
g++ -c -O2 -Wpointer-arith -Werror -fomit-frame-pointer -pipe -Wall -Iextlib/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/freetype2 -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI -DHAELETH DirectReader.cpp
cc1plus: warnings being treated as errors
DirectReader.cpp: In member function ‘virtual char* DirectReader::getArchiveName() const’:
DirectReader.cpp:258: 警告: 不建议使用从字符串常量到‘char*’的转换
make: *** [DirectReader.o] 错误 1

如果直接执行编译好的onscripter
shami@shamisen:~/Desktop/onscripter-chn-20080214/编译好的onscripter$ ./onscripter
./onscripter: error while loading shared libraries: libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory

安装了源里面的onscripter倒是可以使用,可惜是日文版的,打开Narcissu中文版就是一片乱码。

我的系统是64位8.04
问题在于为什么编译会多出-Werror选项?估计环境设置有问题,不然就手动在makefile里去掉这东西
neosnake 写了:
qiang_liu8183 写了:又是色情小游戏 :D
哎,不要一看到日式画风的游戏就以为是色情游戏,这个游戏很健康的。(准确地说应该是电子小说)
“色情”的本质,其实是人心吧 (o^-^o)

发表于 : 2008-06-15 23:47
luojie-dune
没有找到合适的下载点,谁能给我一个?或者直接提取出数据文件呢?

发表于 : 2008-06-16 1:15
thyme
啥时候水仙2呢

发表于 : 2008-06-16 1:33
luojie-dune
一个道理,同样应用吧。

发表于 : 2008-06-16 2:37
kofshower
nyfair 写了:
shami 写了:新人提问:
已经安装了libsdl 1.2-dev, libsdl-image1.2,libsdl-image1.2-dev,libsdl-mixer1.2,libsdl-mixer1.2-dev,libsdl-net1.2,libsdl-net1.2-dev, libsdl-ttf2.0-0,libsdl-ttf2.0-dev

编译时提示
shami@shamisen:~/Desktop/onscripter-chn-20080214$ ./configure
Checking platform type... Linux
Checking C compiler... gcc
Checking C++ compiler... g++
Checking for GNU make... make
Checking for system SDL... yes
Checking for system SDL_image... yes
Checking for system SDL_mixer... yes
Checking for system libbzip2... yes
Checking for system libsmpeg... yes
Checking for system Freetype... yes
Checking for system SDL_ttf... yes
Writing Makefile... done
Now run "make" to build ONScripter.
shami@shamisen:~/Desktop/onscripter-chn-20080214$ make
g++ -c -O2 -Wpointer-arith -Werror -fomit-frame-pointer -pipe -Wall -Iextlib/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/freetype2 -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI -DHAELETH DirectReader.cpp
cc1plus: warnings being treated as errors
DirectReader.cpp: In member function ‘virtual char* DirectReader::getArchiveName() const’:
DirectReader.cpp:258: 警告: 不建议使用从字符串常量到‘char*’的转换
make: *** [DirectReader.o] 错误 1

如果直接执行编译好的onscripter
shami@shamisen:~/Desktop/onscripter-chn-20080214/编译好的onscripter$ ./onscripter
./onscripter: error while loading shared libraries: libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory

安装了源里面的onscripter倒是可以使用,可惜是日文版的,打开Narcissu中文版就是一片乱码。

我的系统是64位8.04
问题在于为什么编译会多出-Werror选项?估计环境设置有问题,不然就手动在makefile里去掉这东西
neosnake 写了:
qiang_liu8183 写了:又是色情小游戏 :D
哎,不要一看到日式画风的游戏就以为是色情游戏,这个游戏很健康的。(准确地说应该是电子小说)
“色情”的本质,其实是人心吧 (o^-^o)
是make版本的问题吧,直接去了-Werror 或是修改代码把字符串常量那儿改成const char *,相关的依赖也要修改

发表于 : 2008-06-16 2:54
kofshower
我又加上-lvorbisfile -lvorbis -logg总算编译通过了