Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Posted on 12-27-13, 10:03 pm in Game breaking bug: Player as slime attacking imp
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 301/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
SheeeeIT! I'll try to reproduce this, but woah nelly!

I don't just program Noxico...
Posted on 12-28-13, 09:06 am in Suggestion: Alternate gameplay for deaths
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 302/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
I'm trying to avoid forced transformations, actually. That's why the only way an opponent can cause a forced TF is by being an infectious wild animal.

I don't just program Noxico...
Posted on 12-30-13, 09:34 am in Fucking dudes makes game go boom
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 303/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
Reproducing to fix now...

Found the problem and corrected it. Since I went with the proper fix instead of a simple TML edit, you should redownload.



I don't just program Noxico...
Posted on 02-03-14, 02:23 pm in I cannot begin a new game on 32bit Win7
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 304/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
What's the rest of the error message? There should be a stack trace. That'll tell me where exactly this index went out of bounds.

I don't just program Noxico...
Posted on 02-25-14, 04:59 pm in Crashes/ Bugs that cause the game to have to be closed. (revision 1)
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 305/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
I can't help you, but you just helped me. I'll look into this.

Okay, here's what's up.

1) Egg laying is messed up. It has been messed up for a while. I've just disabled that whole thing. Any character who's an egg layer would trigger that code, and sometimes that causes the bug.

2) Beasts are supposed to have a "bestiary" token. All creatures do, by default, but only non-beasties should have it removed. This has been fixed, along with "look at hir" when it should be "look at it" and the beasties not having their intended glyphs.

I don't just program Noxico...
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 306/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
If you can build from source, the fixes are in now.

I don't just program Noxico...
Posted on 03-12-14, 10:42 am in Ability to test Unstable builds of the game
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 307/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
Get Visual C# 2010 Express<sup>[Direct link to web installer]</sup>. It's nice and free. Or, if you feel like living dangerously, get MonoDevelop.

Now, get the latest source from the Noxico repo on Bitbucket. Here's a direct link if you prefer.

If you chose to use Visual C# 2010 Express, you may be able to just go to wherever you extracted the source and simply run <code>buildall.bat</code>.

If you post any feedback on a source release, please specify which commit it was built from. At this moment, the downloaded file is <code>Kawa-noxico-f6a644aefab2.zip</code>, and the latest commit is <code>f6a644a</code>.

I don't just program Noxico...
Posted on 03-21-14, 10:43 am in Ability to test Unstable builds of the game
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 308/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
Posted by dragontamer8740How well does MonoDevelop + mono work anyway? Is it just more difficult to set up? Or are there lots of bugs and things that would need to be ironed out?
I have no idea. I run Mono on this very server to host my chatbot and such, and it works okay... but I've never used MonoDevelop long enough.

I don't just program Noxico...
Posted on 04-01-14, 09:38 am in Unable to run or compile on Ubuntu 10.04.
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 309/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
Update your mono and shit.

I don't just program Noxico...
Posted on 06-03-14, 05:50 pm in Unable to run or compile on Ubuntu 10.04.
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 310/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
That's a bug that'd supposedly been fixed two commits back.

I don't just program Noxico...
Posted on 07-05-14, 05:15 pm in Screen Size (revision 1)
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 311/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
An alternate font is certainly possible. If you have one or can make one, you can make a \data\fonts directory and put it there. Since .nox files are really just .zip, feel free to extract one of the default fonts. I'll look into making a built-in that fits on 900px tall screens.

As for the cursor, I'll look into it now.

Edit: if you add a font through the data directory, keep in mind that the options screen only shows the first five items. The list can scroll. I just increased the height of the list to make this more clear.

I don't just program Noxico...
Posted on 08-24-14, 05:50 pm in Some Bugs/Crashes in Newest Version I've Encountered (revision 3)
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 312/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
Thank you. I'll look into this over the weekend and report back here.

Update: #2 now fixed. It was an endless loop trying to find a good spot for a warp.

Update: #3 now fixed. The "is in water" check didn't account for shallowness, so you'd drown in your own slime trail. Several related issues have been resolved too.

Update: #1 not fixed. Can't reproduce it. Did notice the table has the wrong appearance, though...

I don't just program Noxico...
Posted on 10-17-14, 08:40 am in Updated build on the website (revision 1)
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 313/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
If my internet at this moment wasn't acting a little weird I'd gladly replace the site download. 0.1.4 released, cos it has been a while.

I don't just program Noxico...
Posted on 10-23-14, 07:00 pm in Unable to start a new game.
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 314/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
Cannot reproduce, sorry. I only have 7 and 10 here, tested on both. I thought maybe something'd changed between 7 and 8 so maybe the same change is in 10, but I got all the way to actual gameplay.

I don't just program Noxico...
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 315/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
Thanks for bringing that up. I'll make a note to check for that, possibly make a little path that clears away the tree, like the one at the player's house...

I don't just program Noxico...
Posted on 12-12-14, 09:51 am in Unable to have sex?
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 316/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
Sex data is a work in progress, so even if you're not maybe approaching things wrong you wouldn't have much to do.

Not a bug or an error or whatever.

I don't just program Noxico...
Posted on 08-16-15, 01:17 pm in acmlmboards
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 317/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
There are only two of them that I frequent.

Both are as good as dead.

One is this very board, and the other is mostly a handful of vapid status update threads nowadays.

I don't just program Noxico...
Posted on 08-20-15, 03:59 pm in acmlmboards
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 318/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
The other board is not an ABXD, but an AcmlmBoard. You did say to discuss both.

http://board.kafuka.org/

I don't just program Noxico...
Posted on 09-07-15, 09:28 pm in Cannot start a new game
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 319/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
I have no idea why this could be, and I'm looking at a non-crashing 0.1.4 right now. So again, can't reproduce. Sorry 'bout that.

I don't just program Noxico...
Posted on 05-01-16, 07:57 am in Crash when trying to talk to anyone (revision 1)
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets
 

Posts: 320/344
Since: 06-08-12

Last post: 665 days
Last view: 205 days
Found the error. It's a remnant from separating out the little ponies, which included a rename of a bodyplan, which in turn breaks a bodyhash check in the pony dialogue. Working on it now.

Edit: :YES:

I don't just program Noxico...
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Main » Kawa » List of posts