Graal Forums  

Go Back   Graal Forums > Development Forums > Level Design
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #201  
Old 08-12-2010, 06:24 PM
Dnegel Dnegel is offline
Rjax Shizibz
Join Date: Jul 2009
Posts: 1,334
Dnegel will become famous soon enough
Quote:
Originally Posted by cbk1994 View Post
Wrong thread
Nouuu
Reply With Quote
  #202  
Old 08-17-2010, 04:24 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by xXziroXx View Post
It's not working in v6, I've checked several times including just before posting this.
I don't know if it was changed in the latest v6 download or not, but it does indeed work in v6 right now. If I was blind before that, I apologize Fry.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #203  
Old 09-10-2010, 07:15 PM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
I have a request, When you have an area selected, and you push ctrl, you can select more area, and alt to take away a selected area. That way selected don't have to be square/rectangle, kinda like the slection tool in fireworks, would help a lot when updating a level from pics1.png to a custom tileset. But, I'm sure it will be useful for other things. Also, not sure if alrwady requested but using the mouse wheel universally to scroll through layers, instead of vertical camera movement. As well as when you make a selection and you go off screen the camera scrolls with the mouse. (on Gmaps and area's that wouldn't be null)

EDIT: Also making the 0-9 keys above the letter keys, hot keys for switching through the first 10 layers would be nice.
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!

Last edited by MrOmega; 09-10-2010 at 08:34 PM..
Reply With Quote
  #204  
Old 12-02-2010, 04:27 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
PHP Code:
mike@mike-desktop:~/Desktop/gonstructmake
[  7%] Built target core
10%] Building CXX object src/level_editor/CMakeFiles/gonstruct.dir/GLArea.cpp.o
In file included from 
/home/mike/Desktop/gonstruct/src/level_editor/GLArea.cpp:1:
/
home/mike/Desktop/gonstruct/src/level_editor/GLArea.hpp:3fatal errorgtkmm.hNo such file or directory
compilation terminated
.
make[2]: *** [src/level_editor/CMakeFiles/gonstruct.dir/GLArea.cpp.oError 1
make
[1]: *** [src/level_editor/CMakeFiles/gonstruct.dir/allError 2
make
: *** [allError 2
mike
@mike-desktop:~/Desktop/gonstruct
Help thx
Reply With Quote
  #205  
Old 12-02-2010, 06:43 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Sounds like you do not have gtkmm installed. If you are using debian packages you probably need a -dev package.
Reply With Quote
  #206  
Old 12-02-2010, 06:54 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
Quote:
Originally Posted by Loriel View Post
Sounds like you do not have gtkmm installed. If you are using debian packages you probably need a -dev package.
I have it.
Reply With Quote
  #207  
Old 12-02-2010, 07:20 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
What is the path to gtkmm.h? It should be /usr/include/gtkmm-2.4/gtkmm.h or something.

What is the output of "pkg-config gtkmm-2.4 --cflags"?

Just guessing here, really.
Reply With Quote
  #208  
Old 12-02-2010, 07:32 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
PHP Code:
-pthread -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/atkmm-1.6 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman--I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0
Reply With Quote
  #209  
Old 12-02-2010, 07:39 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
welp
Reply With Quote
  #210  
Old 12-02-2010, 07:46 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
yaa
Reply With Quote
  #211  
Old 12-02-2010, 08:03 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
I have no idea why it would not find gtkmm.h if it is actually there or why pkg-config would lie and I do not particularly care to understand enough of cmake to find out what is going wrong. Maybe fry will find out.
Reply With Quote
  #212  
Old 01-08-2011, 03:59 PM
Eskimo Eskimo is offline
King of the Ice Box
Join Date: Jan 2011
Posts: 21
Eskimo is on a distinguished road
I don't know if this has already been adressed, but when i try to open a level or make a new one, gonstruct crashes. I'm on WindowsXP and the only error message it gives is the old "Sorry, ____ has encountered a problem and needs to close." Any ideas what might be wrong?
Reply With Quote
  #213  
Old 01-08-2011, 05:38 PM
SlikRick SlikRick is offline
Retired
Join Date: Aug 2003
Location: Minnesota,USA
Posts: 685
SlikRick is on a distinguished road
Quote:
Originally Posted by Eskimo View Post
I don't know if this has already been adressed, but when i try to open a level or make a new one, gonstruct crashes. I'm on WindowsXP and the only error message it gives is the old "Sorry, ____ has encountered a problem and needs to close." Any ideas what might be wrong?
Usually when XP spits out a message like that there was a problem with the installation. Try uninstalling it and reinstalling it.
Reply With Quote
  #214  
Old 01-08-2011, 07:32 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
The link to the binary in the OP is obviously outdated, unfortunately I can't edit the post, so I did the next best thing and removed the old binary linked there. To get the most recent one see http://londeroth.org/~fry/gonstruct/
If that was your problem, you should see fewer crashes.
__________________
Graal Statistics

Top 3 servers at the moment (players):


Reply With Quote
  #215  
Old 01-09-2011, 08:37 AM
Doahh_p2p Doahh_p2p is offline
Developer
Join Date: Oct 2004
Posts: 187
Doahh_p2p will become famous soon enough
I'm getting this error right after I open with Administrator Privileges...

Could not start editor:
boost::filesystem::basic_directory_iterator constructor: Access is denied: "CWindows\system32\config\systemprofile\AppData\ Local\Application Data

Attempted to reinstall with no effect.
Reply With Quote
  #216  
Old 01-09-2011, 03:21 PM
Deas_Voice Deas_Voice is offline
Deas
Deas_Voice's Avatar
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
Deas_Voice is a jewel in the roughDeas_Voice is a jewel in the rough
Send a message via AIM to Deas_Voice Send a message via MSN to Deas_Voice Send a message via Yahoo to Deas_Voice
Quote:
Originally Posted by Doahh_p2p View Post
I'm getting this error right after I open with Administrator Privileges...

Could not start editor:
boost::filesystem::basic_directory_iterator constructor: Access is denied: "CWindows\system32\config\systemprofile\AppData\ Local\Application Data

Attempted to reinstall with no effect.
and your using what version of Windows....?
__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK!
since 2003~
I Support~
ღAeonღ | ღTestbedღ | ღDelteriaღ

if you are going to rep me, don't be an idiot, leave your name!
I got nothing but love for you
Reply With Quote
  #217  
Old 01-09-2011, 08:18 PM
Doahh_p2p Doahh_p2p is offline
Developer
Join Date: Oct 2004
Posts: 187
Doahh_p2p will become famous soon enough
Oh sorry 7 ultimate 64 bit
Reply With Quote
  #218  
Old 01-09-2011, 10:18 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Delete CUsers\<username>\AppData\Roaming\gonstruct\pref erences and launch gonstruct. Then point it at your graal directory instead of your directory root in the dialog that appears.
__________________
Graal Statistics

Top 3 servers at the moment (players):


Reply With Quote
  #219  
Old 01-09-2011, 11:58 PM
Doahh_p2p Doahh_p2p is offline
Developer
Join Date: Oct 2004
Posts: 187
Doahh_p2p will become famous soon enough
OK so now it starts and runs... but theres no tileset and when I click New it gives me another error, and crashes.

Loading Texture Failed: 1281

aborting...
Reply With Quote
  #220  
Old 01-16-2011, 04:15 AM
Katie Katie is offline
Registered User
Join Date: Nov 2010
Posts: 5
Katie is on a distinguished road
Send a message via AIM to Katie Send a message via MSN to Katie
Hello Fry,

I am trying to use Gonstruct for my Graal Kingdoms inside levels but it is not displaying certain images properly (and they load just fine in Graal Editor). This is what it looks like:



I've tried figuring out the source of the problem- I've rearranged my Graal folder, redownloaded the images a few times, tried using Graal's filenamecache and Gonstruct's filename system, and also tested the level on another computer- but Gonstruct has trouble displaying the same images on either one. My only guess is that there are certain images that Graal does support and Gonstruct does not.

I was hoping you could look into this for me. I attached a folder with some of the graphics that won't load.

Also, thanks for fixing the bugs I reported last time on my other account (ktbaloncesto).
Attached Files
File Type: zip kt_gkimages.zip (8.4 KB, 2093 views)
Reply With Quote
  #221  
Old 01-16-2011, 05:32 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Cannot offer a solution but it seems like the problem happens iff the image is fully opaque.
Reply With Quote
  #222  
Old 01-16-2011, 09:14 AM
Katie Katie is offline
Registered User
Join Date: Nov 2010
Posts: 5
Katie is on a distinguished road
Send a message via AIM to Katie Send a message via MSN to Katie
Quote:
Originally Posted by Loriel View Post
Cannot offer a solution but it seems like the problem happens iff the image is fully opaque.
I don't know if this helps, but I just tested it and you're right. I made several opaque and transparent pngs and all the fully opaque pngs have problems displaying. I also tried it with gifs and both opaque and transparent gifs display fine.
Reply With Quote
  #223  
Old 02-06-2011, 12:30 PM
Entrok Entrok is offline
Registered User
Join Date: Sep 2009
Location: Sweden
Posts: 51
Entrok is on a distinguished road
Send a message via MSN to Entrok
Hello, i would like to ask for some help as i am trying to use Gonstruct i can get on the program but i cant open or create new levels if i do, then it crashs.

I have attached the log i get from Gonstruct
Attached Files
File Type: txt entroks_error.txt (33.4 KB, 2070 views)
Reply With Quote
  #224  
Old 02-08-2011, 08:59 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Quote:
Originally Posted by Entrok View Post
Hello, i would like to ask for some help as i am trying to use Gonstruct i can get on the program but i cant open or create new levels if i do, then it crashs.

I have attached the log i get from Gonstruct
Are you sure you're using the most recent version (0.2.3)? Could you post the error message you're getting? Any dialog box or anything? The file you attached doesn't contain anything related to the error.
__________________
Graal Statistics

Top 3 servers at the moment (players):


Reply With Quote
  #225  
Old 02-08-2011, 10:45 PM
Entrok Entrok is offline
Registered User
Join Date: Sep 2009
Location: Sweden
Posts: 51
Entrok is on a distinguished road
Send a message via MSN to Entrok
Quote:
Originally Posted by Fry View Post
Are you sure you're using the most recent version (0.2.3)? Could you post the error message you're getting? Any dialog box or anything? The file you attached doesn't contain anything related to the error.
I have attached 3 images on the error im geting, sorry if you dont understand the language it stands in as im Swedish.

Tell me if you want to see more of one of em.
Attached Thumbnails
Click image for larger version

Name:	error1.png
Views:	2195
Size:	15.3 KB
ID:	52389   Click image for larger version

Name:	error2.png
Views:	2286
Size:	18.1 KB
ID:	52390   Click image for larger version

Name:	error3.png
Views:	2175
Size:	15.8 KB
ID:	52391  
Reply With Quote
  #226  
Old 02-08-2011, 11:01 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Entrok View Post
I have attached 3 images on the error im geting, sorry if you dont understand the language it stands in as im Swedish.

Tell me if you want to see more of one of em.
Did you set up the Graal folder as the default folder? Also, check the tiledefs to make sure it has a tile definition set for pics1. I think this usually happens when you try to open a new level with no tile definitions.
Reply With Quote
  #227  
Old 02-09-2011, 12:18 AM
Entrok Entrok is offline
Registered User
Join Date: Sep 2009
Location: Sweden
Posts: 51
Entrok is on a distinguished road
Send a message via MSN to Entrok
Quote:
Originally Posted by DustyPorViva View Post
Did you set up the Graal folder as the default folder? Also, check the tiledefs to make sure it has a tile definition set for pics1. I think this usually happens when you try to open a new level with no tile definitions.
I have checked and its pointed to my Graal folder and and i cant check tileset as i need to load a level to do that and it crash when i create / load a new level
Reply With Quote
  #228  
Old 02-23-2011, 12:34 AM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
Gonstruct doesn't seem to want to be my default .gmap/.nw file. When I right click a file and select 'open with' and then select gonstruct, it won't show up in the program list. I'm using Win7, 32bit.
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote
  #229  
Old 02-25-2011, 06:40 AM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
Help please? I've look through my registry and it seems to be set up fine there, why won't gonstruct.exe add to my open with dialog box?

EDIT:

Fixed it, took a long shot and just deleted a lot of keys and strings related to gonstruct/.nw/.gmap. Bit risky but it worked.
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote
  #230  
Old 04-10-2011, 06:10 AM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
Sorry, just wondering if someone could tell me if they ever made it easier to use this on Mac, last I remember you needed to become and apple developer or some crap to download something to use for Macs or w/e.. I am 22 years old, have an AA's degree and still don't get all the instructions only to download something.

I mean I can edit online which is good, but I can't place any npcs or anything :c
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz



Reply With Quote
  #231  
Old 04-10-2011, 09:16 AM
Tricxta Tricxta is offline
The Muffin Man
Tricxta's Avatar
Join Date: Oct 2010
Location: Australia
Posts: 563
Tricxta is just really niceTricxta is just really nice
Duel boot and run for windows. (VM ware)
Reply With Quote
  #232  
Old 04-10-2011, 06:54 PM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
Sure. ^.^ Send me a copy.
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz



Reply With Quote
  #233  
Old 06-04-2011, 07:39 PM
Dragon551 Dragon551 is offline
Alfonso :3
Dragon551's Avatar
Join Date: Mar 2006
Location: In a pocket.
Posts: 712
Dragon551 is a splendid one to beholdDragon551 is a splendid one to beholdDragon551 is a splendid one to beholdDragon551 is a splendid one to beholdDragon551 is a splendid one to behold
Send a message via AIM to Dragon551 Send a message via MSN to Dragon551
Quote:
Originally Posted by Entrok View Post
I have checked and its pointed to my Graal folder and and i cant check tileset as i need to load a level to do that and it crash when i create / load a new level
Wondering if you ever got this fixed, I seem to have the same problem.
__________________
-Alfonso (AGT)


---------------------
---------------------
#AGT
Reply With Quote
  #234  
Old 11-27-2011, 04:35 PM
Fulg0reSama Fulg0reSama is offline
Extrinsical Anomaly
Fulg0reSama's Avatar
Join Date: Sep 2009
Location: Ohio
Posts: 3,049
Fulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant future
I decided to download this, already trying it, only issue im having is I don't seem to know how to dump a selected tile into the level on the select its over (like changing all basic grass into black borderwall like stuff)
__________________

Careful, thoughts and opinions here scare people.
Reply With Quote
  #235  
Old 05-09-2012, 02:48 AM
Rockson Rockson is offline
Registered User
Join Date: Sep 2010
Location: Van Wert, Ohio
Posts: 9
Rockson is on a distinguished road
Trouble

I can't get the tilesets to show up when I open Gonstruct. I can use the
pics1.png tileset ONLY when I open a level using that tileset. I tried setting it as the default tileset but it didn't work and when I opened a level with the tileset gg-tileset.gif, it still didn't work. Can't figure out why but I've gone through installing a few times and can't figure what I'm doing wrong.
Reply With Quote
  #236  
Old 05-10-2012, 03:49 AM
Rave_J Rave_J is offline
Graal Developer
Join Date: Feb 2006
Location: Texas
Posts: 848
Rave_J can only hope to improve
Send a message via AIM to Rave_J Send a message via MSN to Rave_J Send a message via Yahoo to Rave_J
so i try to get this on windows 7 i use to have it a while back ago
so would be nice if someone sends the link that works for me to get it thanks
__________________
Graal Developer
Reply With Quote
  #237  
Old 05-15-2012, 06:57 AM
Tashkin Tashkin is offline
GraalOnline Zone Manager
Tashkin's Avatar
Join Date: Mar 2010
Location: CA, USA
Posts: 428
Tashkin is a jewel in the roughTashkin is a jewel in the rough
Send a message via AIM to Tashkin
works for me on windows 7

I used the link below.

http://londeroth.org/~fry/gonstruct/
Reply With Quote
  #238  
Old 05-15-2012, 02:21 PM
Rave_J Rave_J is offline
Graal Developer
Join Date: Feb 2006
Location: Texas
Posts: 848
Rave_J can only hope to improve
Send a message via AIM to Rave_J Send a message via MSN to Rave_J Send a message via Yahoo to Rave_J
to get the tileset to upload u do this,
go to my computer C drive find Gonstrust folder
go to bin and put the tileset img in there drag it in
after that close everything and click the add new tileset
and it should work. and Your welcome
__________________
Graal Developer
Reply With Quote
  #239  
Old 06-03-2012, 01:02 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Quote:
Could not start editor: boost::filesystem::basic_directory_iterator constructor: Access is denied: "D$RECYCLE.BIN\S-1-5-20"
Any suggestions?
__________________
V$:CONFL16T
Reply With Quote
  #240  
Old 06-20-2012, 03:58 PM
Bayne_graal Bayne_graal is offline
Registered User
Bayne_graal's Avatar
Join Date: Jan 2012
Posts: 74
Bayne_graal is on a distinguished road
mine said it couldn't find the filenamecache.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:36 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.