Notices

Writing a Pakrat replacement  Thread Tools Reply
Old 09-16-2009, 08:29 AM   #11
YM
LVL100 YM
 
YM's Avatar
 
YM is offline
Posts: 6,116
Thanks: 1,022
Thanked: 3,725

Default Writing a Pakrat replacement


Quote:
Originally Posted by Nutomic View Post
I dont really understand what you need a GUI for, you just put some lines in the advanced compile options and thats it, nothing which would require a GUI.
Except removing all the duplicated things I get added by default and adding in the extra stuff.. This is the 21st century, I dont want to be altering things on a command line basis!!

__________________
Online Portfolio
My Blog
Twitter
 
Reply With Quote
The Following 2 Users Say Thank You to YM For This Useful Post:
Sponsored links
Advertisement
 
Advertisement
Advertisement

Old 09-16-2009, 08:37 AM   #12
Psy
I make maps, but not in Korea.
 
Psy's Avatar
 
Psy is offline
Posts: 1,596
Thanks: 613
Thanked: 1,145

Default Writing a Pakrat replacement


Don't do a Valve. Make a GUI for god's sake.

__________________
Lighthouse | Nightfall | Converge | My Portfolio
 
Reply With Quote
The Following 2 Users Say Thank You to Psy For This Useful Post:
Old 09-16-2009, 09:15 AM   #13
A Boojum Snark
Toraipoddodezain Mazahabado
 
A Boojum Snark's Avatar
 
A Boojum Snark is offline
Posts: 4,311
Thanks: 112
Thanked: 4,507

Default Writing a Pakrat replacement


Quote:
Originally Posted by Terr View Post
Detecting assets which are both on the disk (tf/ directory) but also in the GCFs, testing if they are different, prompting user to decide whether it means including or not.
No. If it's in the cache you do. not. embed.

Also, while everyone is going zomgui I'd like to say: this would require the python base stuff installed right? It's not exactly a standard thing to have (like java and .net have become) so uhh... I don't know what I really wanted to say. Just that you'll probably end up where 95% of your customers need to go get that too.

__________________
(>^_^)>---[] Mapper Kirby says you must get:
Ultimate Mapping Resource Pack! UPDATED for Steampipe!

 
Reply With Quote
Old 09-16-2009, 11:35 AM   #14
Terr
Cranky Coder
 
Terr's Avatar
 
Terr is offline
Posts: 1,531
Thanks: 40
Thanked: 397

Default Writing a Pakrat replacement


When I say "no GUI" I was thinking of either
  1. A text interface that's still interactive ("type quit to exit")
  2. A frontend mouse-around-GUI frontend as a separate application that controls the command-backend. Like how VBCT is a "frontend" for vbsp/vvis/vrad.

I originally considered making (and indeed, started coding) the whole thing in Java, so if an interactive mouse-driven GUI is such a must-have it's certainly less-painful than Python GUIs.

Quote:
Originally Posted by Youme View Post
Except removing all the duplicated things I get added by default and adding in the extra stuff.. This is the 21st century, I dont want to be altering things on a command line basis!!
Duplicated things? Extra stuff? Could you elaborate on this problem/frustration?

Part of the reason I was thinking of omitting a pakrat-esque GUI is because it seems like most of the important bits (textures, models, soundscapes, particles) can all be done automatically, and the rest would be relatively simple prompts.

Quote:
Originally Posted by A Boojum Snark View Post
No. If it's in the cache you do. not. embed.
Not with the same name, of course. What I mean is it seems like a place where some sort of action should be taken or alert raised, potentially because the mapper may have never had an accurate view of his own map due to local modifications.

Quote:
Also, while everyone is going zomgui I'd like to say: this would require the python base stuff installed right? It's not exactly a standard thing to have (like java and .net have become)
AFAIK Java is not installed on Windows by default, someone has to download it too. I'd love it if it was (and not Microsoft's "embrance and corrupt" strategy) since it would shut up the people who complain that they have to download it to run things.
 
Last edited by Terr; 09-16-2009 at 11:50 AM.
Reply With Quote
Old 09-16-2009, 12:43 PM   #15
Balloonsfor600
L1: Registered
 
Balloonsfor600's Avatar
 
Balloonsfor600 is offline
Posts: 45
Thanks: 13
Thanked: 18

Default Writing a Pakrat replacement


Hmmm... If it's easy to use without the GUI I say why do you need it (even though I would prefer one)? Long story short, I will keep an eye on this.

In the meantime - I think that I will try this Map Analyst that Nutomic has described.

__________________
Ended work on first map - walking away with lessons learned.

Prototyping and doing concept work for ctf_drawbridge - geometry work starts soon.
 
Reply With Quote
Old 09-16-2009, 03:30 PM   #16
A Boojum Snark
Toraipoddodezain Mazahabado
 
A Boojum Snark's Avatar
 
A Boojum Snark is offline
Posts: 4,311
Thanks: 112
Thanked: 4,507

Default Writing a Pakrat replacement


I didn't mean by default, I meant standard, like I said. Most people have java nowadays.

__________________
(>^_^)>---[] Mapper Kirby says you must get:
Ultimate Mapping Resource Pack! UPDATED for Steampipe!

 
Reply With Quote
Old 09-16-2009, 04:02 PM   #17
Terr
Cranky Coder
 
Terr's Avatar
 
Terr is offline
Posts: 1,531
Thanks: 40
Thanked: 397

Default Writing a Pakrat replacement


Can anyone provide example cases where automation breaks down and a GUI (one more complex than Yes/No/Cancel) is required? I'm working under the assumption that the map already plays correctly on the packager's computer, so all the custom models and textures etc. are already in the tf/ directory on-disk.

I'm not saying they don't exist, but for design purposes I'd like to figure out the use cases.
 
Last edited by Terr; 09-16-2009 at 04:05 PM.
Reply With Quote
Old 09-16-2009, 06:24 PM   #18
Aly
Now with 70% more Alpine
 
Aly's Avatar
 
Aly is offline
Posts: 1,453
Thanks: 1,249
Thanked: 1,246

Default Writing a Pakrat replacement


When I fisrt used Pakrat it tooks me ages to find the right god damn thing to install on that horrible Java site.

Why can't things like that be included on the windows DVD as an "optional install" like mac has the dev tools?

__________________

 
Reply With Quote
Old 09-16-2009, 06:45 PM   #19
Terr
Cranky Coder
 
Terr's Avatar
 
Terr is offline
Posts: 1,531
Thanks: 40
Thanked: 397

Default Writing a Pakrat replacement


Finding what to install for Java is so much easier now.

That said, it's not included along with the DVD because it's from a separate company from Microsoft, and Microsoft has their own somewhat competing set of tools. And the last time Microsoft did something like that they basically riddled the installed version with Windows-specific features in order to break the spec (analogous to what Internet Explorer did for the quality of HTML ) and ended up paying $20 million in a lawsuit.
 
Reply With Quote
Old 09-16-2009, 07:02 PM   #20
The Political Gamer
Veteran Member
 
The Political Gamer's Avatar
 
The Political Gamer is offline
Posts: 4,288
Thanks: 2,862
Thanked: 1,645

Default Writing a Pakrat replacement


So GUI or No GUI?

__________________

 
Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Advertisement

Reply  

Tags
bsp, bspzip, pack, packbsp, pakrat

Previous Thread Next Thread
Thread Tools

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



All times are GMT -5. The time now is 01:56 AM.