Yes, that did help Rowdy. Thank you ;-) I'm trying to stay with mini Python because I think there are still quite a few users out there that are still using it...
I think a minipy will always be a good idea because a)much smaller download b)it can be kept separate from a person's main python installation, which might...
One area where indie engine projects sometimes seem to have trouble is with build-tools; there is a reasonable amount of publically available editor code...
Incompatible versions of the same runtime libs should always have the possibility to intall them both. Like Visual Basic 4, 5, 6 or Delphi libs... I don't know...
I think your suggestions are very well warranted. I believe your assumptions about Python v2 are probably correct, but I figure that if there are some new...
It is possible to have multiple versions of python installed, but things can get a bit messy due to some of the environment variables, such as Python_Home. I...
I have a quick question (I hope) that I need help with. I have added a Main menu item called Addons (and tied it in with quarkpy\mapmenus.py to get it in the...
OK my idea for including new modules works, I've put a demo in a new folder in the files area PYTHON STUFF. It makes the os module available, including the...
To get multiple plugins to dump things into a hierarchical system of menus in an organized way is kind of tricky - I think you should probably give each menu...
I'm sorry, but this is unclear to me as to how to set it up. Each sub menu (Shapes, Terrain, and Other) has it's own set of: a group of def's for the functions...
Maybe I can help with the "writing to another file" bit. If I understand correctly, you just want to write a few lines of text to a file somewhere - that is...
DG
david@...
Jun 4, 2003 1:03 am
5582
Thank you Rowdy, very helpful Now if Someone could just help me get past this append popup sub- menu thing. I'm wasting more time on it alone than the whole...
... Well a popup menu doesn't really need a def, it's a Python Object with attributes like text and hint, although it's often convenient to use a function...
I know this is so minor and I have looked in the Quarkx doc, py files and inforbase and I still can't find it, but: What is the code to set the Game path for...
One way to get it would be to use quark.outputfile, and trim off the extra junk (tmpquark/maps, or whatever). Perhaps a quarkx.gamepath function should be...
Oops I see you meant set not read, i think it's determined in Delphi by a rather complicated process that involves looking at the Game Context, not something...
Actually, you were right the first time, I connected with Decker this morning with Yahoo messenger and that's what he recommended too. I am using it to...
Just managed to get an up-to-date QuArK build together, and the maptagtoolbar is brilliant. Good job, cdunde! Cheers, Peter ... Scanned with AVG Anti-Virus ...
Thank you for the kind words. If you or any others have a suggestion of what additional function items would be useful, or any other comments please let me...
cdunde, I had a look at what you were trying to do and cobbled this together (addonsmenu.py, appended). I wanted to use the Singleton pattern for this, but I...
I was playing around with InstallShield Express and managed to construct a reasonably user-friendly installer for QuArK. Unfortunately it's > 5 MB, so I can't...
And find UPX. It compresses exe files. It's kinda perfect for 5 mb files to get them down to 2,5 mb :) Am Sun, 08 Jun 2003 21:58:42 -0000 hat BRETTP98...
That's why I've switched to NSIS - only 32kb overhead beyond the bzip-compressed data. I've managed to write a python script that generates an NSIS build...
Yes, Py 1.5 has (multiple) nheritance. The diff wrt inheritance between 1.5 and 2.x is that in 2.x, the 'built in types' can be extended by inheritance, as...
I'm somewhat skeptical of installers due to having had a reasonable numnber of suboptimal experiencers with professional ones (and have read about worse...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the quark-python group. File : /PLUGIN...
quark-python@yahoogro...
Jun 9, 2003 9:18 am
5599
Can't help you either, but a 'search for game' button if the registry entry is not present (Windows reintall for example) would be cool. Just make a complete...
... registry entry ... make a ... That was just an idea really... I'm currently thinking of just adding slightly to the Half-Life plugin to have a "get...
Thank you for your input Peter. Solved the problem (with Decker's help) and have it working now, but I like the participation from all I can. Gives me a warm...