Search the web
Sign In
New User? Sign Up
quark-python · QuArK Python Tech Info
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5571 - 5601 of 6984   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5571
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...
cdunde
Offline Send Email
Jun 1, 2003
9:59 am
5572
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...
tiglari
Offline Send Email
Jun 2, 2003
4:55 am
5573
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...
tiglari
Offline Send Email
Jun 2, 2003
5:02 am
5574
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...
Marco Leise
nerdiii
Offline Send Email
Jun 2, 2003
4:25 pm
5575
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...
cdunde
Offline Send Email
Jun 2, 2003
10:02 pm
5576
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...
tiglari
Offline Send Email
Jun 3, 2003
2:24 am
5577
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...
cdunde
Offline Send Email
Jun 3, 2003
8:56 am
5578
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...
tiglari
Offline Send Email
Jun 3, 2003
9:55 am
5579
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...
tiglari
Offline Send Email
Jun 3, 2003
10:02 am
5580
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...
cdunde
Offline Send Email
Jun 4, 2003
12:45 am
5581
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@...
Send Email
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...
cdunde
Offline Send Email
Jun 4, 2003
2:03 am
5583
... 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...
tiglari
Offline Send Email
Jun 4, 2003
3:35 am
5584
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...
cdunde
Offline Send Email
Jun 5, 2003
3:04 am
5585
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...
tiglari
Offline Send Email
Jun 5, 2003
10:32 pm
5586
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...
tiglari
Offline Send Email
Jun 5, 2003
10:33 pm
5587
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...
cdunde
Offline Send Email
Jun 6, 2003
12:50 am
5588
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 ...
Peter TB Brett
BRETTP98
Offline Send Email
Jun 8, 2003
7:57 am
5590
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
Offline Send Email
Jun 8, 2003
6:27 pm
5591
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...
Peter TB Brett
BRETTP98
Offline Send Email
Jun 8, 2003
9:51 pm
5592
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...
BRETTP98
Offline Send Email
Jun 8, 2003
9:58 pm
5593
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...
Marco Leise
nerdiii
Offline Send Email
Jun 9, 2003
3:09 am
5594
tiglari once said it supports inherritance Am Sun, 8 Jun 2003 22:50:50 +0100 hat Peter TB Brett <peter@...>...
Marco Leise
nerdiii
Offline Send Email
Jun 9, 2003
3:11 am
5595
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...
Peter TB Brett
BRETTP98
Offline Send Email
Jun 9, 2003
6:51 am
5596
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...
tiglari
Offline Send Email
Jun 9, 2003
7:01 am
5597
I'm somewhat skeptical of installers due to having had a reasonable numnber of suboptimal experiencers with professional ones (and have read about worse...
tiglari
Offline Send Email
Jun 9, 2003
7:09 am
5598
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...
Send Email
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...
Marco Leise
nerdiii
Offline Send Email
Jun 9, 2003
11:27 am
5600
... 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...
BRETTP98
Offline Send Email
Jun 9, 2003
12:25 pm
5601
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...
cdunde
Offline Send Email
Jun 9, 2003
6:52 pm
Messages 5571 - 5601 of 6984   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help