• Welcome to Final Fantasy Hacktics. Please login or sign up.
 

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Xifanie

4241
Spam /
February 09, 2008, 06:19:09 pm
I don't know if we'll be able to map edit at all soon. But gomtuu knows pretty much everything about them so it may or may not be in the near future. I do want to create my own maps though. :wink:
4242
Hacking/Patching Tools /
February 09, 2008, 06:13:10 pm
Cool!

I'll try it in a few minutes.

Traceback (most recent call last):
  File "D:\Python25\Lib\site-packages\OpenGL\GLUT\special.py", line 111, in safe
Call
    return function( *args, **named )
  File "D:\Documents and Settings\Lucile Boisvert\Bureau\Python\map2gl.py", line 241, in ReSizeGLScene
    InitPerspective()
  File "D:\Documents and Settings\Lucile Boisvert\Bureau\Python\map2gl.py", line 193, in InitPerspective
    glOrtho(-orthobase, orthobase, -orthobase / aspect,
ZeroDivisionError: float division
GLUT callback forcing low-level exit on error: float division

OpenGL does try to resize but in the end it just closes. And this is the first time I remember getting an error, well whatever.
4243
Hacking/Patching Tools /
February 09, 2008, 03:49:05 pm
Dunno why I said X & Y, what I meant is to put a +2˚/-2˚ hotkey for the X axis too.

Well, I can wait before taking screenshots. Thanks for telling.

I remember pressing b in many DD maps and everything stayed black.

As for resizing, I can't: pressing minimize/expand/quit all result in GL closing.
4244
Hacking/Patching Tools /
February 09, 2008, 12:25:25 pm
Oh man melonhead, to come up with a name like that I suppose your brain was damaged by Final Fantasy TicTacs. ;o

Rawr at new version.
4245
Hacking/Patching Tools /
February 09, 2008, 12:20:00 pm
May I suggest a few things?

- Wider window (about 1.5x this size); or even better, fits to screen by default.
- Add buttons to control X & Y too, that would allow me to easily rip the maps and put clean stuff for event editing/modifying starting locations.

Is the default background loaded from the map files? if not I'd rather have something lighter than complete black.

Entrance to Murond is completely black ;(
4246
Hacking/Patching Tools /
February 09, 2008, 11:50:49 am
A.W.E.S.O.M.-O

Can you tell us about the commands?
I know that:
- Zoom Out
+ Zoom In
o Toggle RAW/Perspective view
x Toggle colored axes
i +Vertical
k -Vertical
s Toggle X-ray(dunno what else to call it :O)
b Toggle day/night

but not anything else.

I didn't think the Deep Dunjeon was completely black by default, what a shame.
4247
News / Added 670 bot email bans
February 08, 2008, 10:25:50 pm
I hope we won't get anymore bots registering here, but I doubt.

Still gotta try!
4248
Spam /
February 08, 2008, 10:01:42 pm
I thought I banned *.ru but it wasn't added because of the lack of @.

*@*.ru worked so no more fucking .ru spambots.

TAKE THAT IN YOUR ASS BITCHES!
4249
Hacking/Patching Tools /
February 08, 2008, 06:29:04 pm
... I have a 8mb.

Don't laugh >_>

I can't even change it since there isn't a graphic card slot.

Fucking IBM computer.

I'll just use this computer I'm on right now if that the problem (500mHz, 128mb Graph card, 320mb RAM).
4250
Spam /
February 08, 2008, 10:26:51 am
I just blocked *.ru mail accounts.

I think all bots I got until now were .ru, so we should be safe.

Spammer bots always have an ICQ #, most of the time a website and never have an avatar.
4251
Hacking/Patching Tools /
February 08, 2008, 07:38:00 am
Well, I don't know what to do anymore... the process still always stops at glTexImage2D.

MAN... :/
4252
Hacking/Patching Tools /
February 07, 2008, 10:29:51 pm
Still no luck. I'll try downloading the alpha version you posted of OpenGL instead of the latest beta I downloaded. I presume it should fix it.
4253
Hacking/Patching Tools /
February 07, 2008, 09:23:27 pm
from greega's page, 43 is Warjilis port like the one you posted.

I tried 1, 2 , 3, 25, 43 and all resulted the same.  :?

And it takes about 3-7mins for my computer to process the whole thing for a map just to end up with an error.
4254
Spam /
February 07, 2008, 07:47:55 pm
Bad, fucking spammers everywhere.

Visual confimation added.

That wasn't enough; I got 3 spammers in 2 days.

Added user confirmation (e-mail), it better stop them now, I don't want admin confirmation. :/
4255
Hacking/Patching Tools /
February 07, 2008, 05:09:05 pm
Nah, you included glut in your archive. I only tried to put it in Python's dll folder.
I just didn't try system32.

I... can't say what's wrong myself in all of this but doesn't look like OpenGL likes the format of the GLized map.

OpenGL.error.GLError: GLError(
        err = 1281,
        description = 'unvalid value',
        baseOperation = glTexImage2D,
        pyArgs = [
                GL_TEXTURE_2D,
                0,
                GL_RGBA,
                2048,
                2048,
                0,
                GL_RGBA,
                GL_UNSIGNED_BYTE,
                '\x10\x10\x10\xff\x10\x10\x10\xff\x10...
        ],
        cArgs = [
                GL_TEXTURE_2D,
                0,
                GL_RGBA,
                2048,
                2048,
                0,
                GL_RGBA,
                GL_UNSIGNED_BYTE,
                '\x10\x10\x10\xff\x10\x10\x10\xff\x10...
        ],
        cArguments = (
                GL_TEXTURE_2D,
                0,
                GL_RGBA,
                2048,
                2048,
                0,
                GL_RGBA,
                GL_UNSIGNED_BYTE,
                c_void_p(148570164),
        )
)
4256
Hacking/Patching Tools /
February 07, 2008, 07:23:29 am
Had to download pkg_resources & install it but it still doesn't work. :/

C:\Documents and Settings\Mikaël Blais>"D:\Program Files\Python\python.exe" "C:\
Documents and Settings\Mikaël Blais\Bureau\map2gl09\map2gl.py" G:\MAP\ 25
Hit ESC key to quit.
Traceback (most recent call last):
  File "C:\Documents and Settings\MikaÙl Blais\Bureau\map2gl09\map2gl.py", line
580, in <module>
    main()
  File "C:\Documents and Settings\MikaÙl Blais\Bureau\map2gl09\map2gl.py", line
528, in main
    glutInit(sys.argv)
  File "d:\Program Files\Python\Lib\site-packages\OpenGL\GLUT\special.py", line
309, in glutInit
    _base_glutInit( ctypes.byref(count), holder )
  File "d:\Program Files\Python\Lib\site-packages\OpenGL\GLUT\special.py", line
56, in _base_glutInit
    return __glutInitWithExit(pargc, argv, _exitfunc)
  File "D:\Program Files\Python\lib\site-packages\OpenGL\platform\baseplatform.p
y", line 258, in __call__
    self.__name__, self.__name__,
OpenGL.error.NullFunctionError: Attempt to call an undefined function __glutInit
WithExit, check for bool(__glutInitWithExit) before calling
4257
PSX FFT Hacking /
February 06, 2008, 09:17:27 pm
It's all within the effect file too...
4258
Spam / Kuraudo's a traitor!
February 06, 2008, 05:04:43 pm
You stole Argg0's 2000th post! it could even have been mine. >:(
4259
PSX FFT Hacking /
February 05, 2008, 10:49:38 pm
Not an easy fix... the key to fix those is within the effect file itself.
4260
The Lounge /
February 05, 2008, 09:36:20 pm
completely.