Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
1 2 3 4 5 6 7 8 9 10 11 12 13 1416
次のページ(過去)
トピック
受付中
Alex MrCashews

KNJLIB

Sorry for English, I am an American user. I was wondering about using the KNJLIB because I am impressed with its results. I am unable to read Japanese though, so I need some help: How do I get it? How do I use it? Can I make my own fonts? How? Are there any tools that make it easier? Thank you.
2そうだね
未プレイ
返信[14]
親投稿
Alex MrCashews
They both throw syntax error? Interesting. Thank you for the response.
0そうだね
未プレイ
返信[12]
親投稿
Alex MrCashews
In 3DS version 3.3.2 US, the command XOFF EXKB works without error. However XON EXKB is not allowed. Does this work on 3.4.0, or BIG?
0そうだね
未プレイ
返信[6]
親投稿
Alex MrCashews
^what he said^ BIG isn't going to come out outside japan, they're too busy getting the 3ds version past noe wall
0そうだね
プレイ済み
返信[10]
親投稿
Alex MrCashews
i love how the admins are doing the exact opposite of a good job
10そうだね
プレイ済み
返信[2]
親投稿
Alex MrCashews
you would do USE "PRG1:FILE", and then calls to LOAD_LVLS work in any slot
0そうだね
プレイ済み
返信[2]
親投稿
Alex MrCashews
hey now, I get some credit too
1そうだね
プレイ済み
返信[4]
親投稿
Alex MrCashews
The sprites are about a million times better, new language features (DEF, OUT), extra builtins, new and enhanced types. It's a long list.
1そうだね
プレイ済み
返信[5]
親投稿
Alex MrCashews
fonts in more traditional raster character-based displays are usually taller than they are wide (in terms of pixels) so making them 8x8 would just look weird
1そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
some of the info that led to the exploit was actually discovered by the US users, and independently at some other time by Japanese users. it's not really fair to blame an entire continent on an exploit anyway, NoE is really just more strict in general due to really tight regulations over there, which is why it's taking so long
0そうだね
プレイ済み
返信[2]
親投稿
Alex MrCashews
dude is that a ray tracer? or not? anyway I REALLY want to know how this works
3そうだね
プレイ済み
返信[5]
親投稿
Alex MrCashews
we're working on a version in color
0そうだね
プレイ済み
返信[27]
親投稿
Alex MrCashews
i have both and I have to say SB is a substantial improvement, in the right hands. you just haven't had the chance to see that clearly. anyway have you ever played the bee movie trailer in PTC? no? well then
0そうだね
プレイ済み
返信[10]
親投稿
Alex MrCashews
If you can send us a QR or maybe even the PTC file it's a trivial process converting it to source code. It could also be downloaded into SB via unconventional means but it would still have to be rewritten to work
0そうだね
プレイ済み
返信[9]
親投稿
Alex MrCashews
If you've never used SB in depth then of course, you might not think it has any advantages. But the new language features and improvement to the environment put it far ahead of PTC in terms of quality and usability. If you've never use a DEF, a REPEAT loop etc. then you have no idea what you're saying
0そうだね
プレイ済み
返信[4]
親投稿
Alex MrCashews
yes, more PTC ports need to exist
2そうだね
プレイ済み
返信[7]
親投稿
Alex MrCashews
You can't POP values off of a 2D array. All of these things work on 1D only.
0そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
yes why
2そうだね
プレイ済み
返信[3]
親投稿
Alex MrCashews
A vector array as in an array that can be resized? Yes, it technically DOES exist. The PUSH command adds an element onto the end of an array, and the POP function removes the last element and returns it. UNSHIFT and SHIFT do the same thing, except at the start. These actions resize the array as well. Remember this ONLY works on 1D arrays. Example: DIM A$[0] PUSH A$,"HELLO!" PRINT POP(A$)
1そうだね
プレイ済み
返信[5]
親投稿
Alex MrCashews
RGB alpha channel is only accepted by SPCOLOR. GRPs actually use 16-bit color with one alpha bit, so it's either opaque or invisible.
0そうだね
プレイ済み