The WIP Thread

If it's not ZDoom, it goes here.
Forum rules
  • Do not try to break the forum layout.
  • Do not quote quotes excessively.

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby gerolf » Thu May 17, 2012 5:16 pm

printz wrote:Just opened a (hopefully private) SVN repository for "AutoWolf", something like my AutoDoom (which tries to implement single-player bots), but for Wolfenstein 3d. It should be much easier to get through it than with Doom, due to having easy tiled levels and less fuzzy logic. I made the SVN private because I'm not sure about the Id licence that got shipped with Wolf4SDL: it only allows editing of the source code if it's educational use. Well, for me it definitely is educational (a learning experience), but still... it's not an open licence compatible with SourceForge.net, correct?


Wait.. what? The Wolf4SDL source code is allowed to be edited anyway you want, just as long as the original 60 maps are not with it. If you are using the original maps, you need to make it to where the people who download it must put the .WL6 maphead and other map related files into the directory, then it's not illegal because they'd have to put their own files in with it.

ECWOLF and all the others are nothing compared to Wolf4SDL, and I should know because I work with Wolfenstein a hell of a lot more then Doom. Even if ECWolf is suppose to make it more easy to mod, ECWolf isn't finished last time I checked, and I have seen no one use it.
User avatar
gerolf
Appointment Maker
 
Joined: 06 Nov 2010
Location: Madison, Alabama (USA)

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby Blzut3 » Thu May 17, 2012 5:40 pm

printz wrote:I made the SVN private because I'm not sure about the Id licence that got shipped with Wolf4SDL: it only allows editing of the source code if it's educational use. Well, for me it definitely is educational (a learning experience), but still... it's not an open licence compatible with SourceForge.net, correct?

Wolf4SDL (and ECWolf for that matter) is dual licensed under the education use only Wolf Source License and the GPL. I recommend switching to Mercurial and using Bitbucket for repository hosting.

In terms of how finished ECWolf is, my earliest estimate for the first version is the end of this month, but that's definitely not a promise. Although if you compiled it right now it should be more or less playable up until the final level of each episode. (The endings aren't implemented yet.)
Blzut3
Pronounced: B-l-zut
 
Joined: 24 Nov 2004

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby Lioyd_Irving » Thu May 17, 2012 7:17 pm

Spoiler:
:biggrin:
User avatar
Lioyd_Irving
R.U.O.K
 
Joined: 07 Dec 2007
Location: Southtown

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby Ænima » Thu May 17, 2012 8:16 pm

duuuuuuu what? O_O
Ænima
 
Joined: 08 Jul 2010

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby Kinsie » Thu May 17, 2012 10:38 pm

This is how video games are made:
(12:33:33 PM) The Shadsy: boss idea
(12:33:34 PM) The Shadsy: Ultrawizard: A wizard! A fucking wizard! Uses magic like teleportation, or creating holographs of himself.
(12:33:55 PM) The Kinsie: yessss
(12:34:16 PM) The Kinsie: "YE BE MAGICKED, BITCHES!"
(12:34:53 PM) The Shadsy: can the wizard
(12:34:59 PM) The Shadsy: can the wizard have a monster truck
(12:35:21 PM) The Kinsie: can you find monster truck sprites?
(12:35:41 PM) The Shadsy: leave me with this task
(12:35:45 PM) The Shadsy: if i can find a monster truck
(12:35:52 PM) The Shadsy: can you somehow include Monster Truck Ultrawizard
(12:36:13 PM) The Kinsie: yes.
User avatar
Kinsie
Television Monk
 
Joined: 22 Oct 2004
Location: MAP33

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby Project Dark Fox » Thu May 17, 2012 10:41 pm

Rule of Cool in action. Also, obligatory "Wizards! Holy Shit!" comment here.
User avatar
Project Dark Fox
Nightmare Fuel Station Attendant
 
Joined: 14 Jul 2005
Location: The Gutter

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby XutaWoo » Thu May 17, 2012 10:51 pm

Welp.

Looks like we found Truckosaurus's anime girlfriend.
User avatar
XutaWoo
one day when going to see the rabbit, there was a previous visitor ...
 
Joined: 30 Dec 2006
Location: beautiful hills of those who are friends

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby printz » Fri May 18, 2012 2:02 am

Blzut3 wrote:
printz wrote:I made the SVN private because I'm not sure about the Id licence that got shipped with Wolf4SDL: it only allows editing of the source code if it's educational use. Well, for me it definitely is educational (a learning experience), but still... it's not an open licence compatible with SourceForge.net, correct?

Wolf4SDL (and ECWolf for that matter) is dual licensed under the education use only Wolf Source License and the GPL.
The thing is that when I downloaded the Wolf4SDL v1.7 source code from here, I only found license-id.txt and license-mame.txt, and of course no GPL header comments in the source files. When I looked at your Mercurial repository of ECWolf, I saw the license-gpl.txt too (though the files still lack GPL comments). Where did you find license-gpl.txt? Does the Wolf4SDL programmer actually have a version-control repository elsewhere, updated to GPL?

I recommend switching to Mercurial and using Bitbucket for repository hosting.
Thanks; I remembered about Bitbucket later. When time comes to make the code public and such, I'll move. Making what I want to do in Wolf3d seems like a piece of cake unlike with Doom, so copying all those revisions, even manually, will be easy.. Whoever said that the Wolf3d code is a nasty mess must have been referring to the ID_ files, not WL_ files.
User avatar
printz
Nothing can be shared from the desktop.
 
Joined: 26 Oct 2006
Location: Bucharest, Romania

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby Blzut3 » Fri May 18, 2012 2:43 am

printz wrote:Where did you find license-gpl.txt? Does the Wolf4SDL programmer actually have a version-control repository elsewhere, updated to GPL?

Yes. It's kind of hidden on the downloads page: svn://tron.homeunix.org:3690/wolf3d/trunk

In fact I submitted a patch to make that happen. ;)
printz wrote:Thanks; I remembered about Bitbucket later. When time comes to make the code public and such, I'll move. Making what I want to do in Wolf3d seems like a piece of cake unlike with Doom, so copying all those revisions, even manually, will be easy.. Whoever said that the Wolf3d code is a nasty mess must have been referring to the ID_ files, not WL_ files.

Given that Bitbucket allows unlimited private repositories, I have to wonder why you wouldn't just use it now.

The Wolf3D source code is a nasty mess. Especially if you start with the DOS source code which is like 50% assembly code. (No I don't have an actual number there.) I think there's a reason why every other port of Wolf3D seems to rewrite the game more or less from scratch. Even though the Wolf4SDL is clean in comparison, it is not without its quick hacks either.
Blzut3
Pronounced: B-l-zut
 
Joined: 24 Nov 2004

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby Kinsie » Fri May 18, 2012 2:55 am

There's a reason why Carmack used someone else's rewrite as a base for the iPhone port, you know...
User avatar
Kinsie
Television Monk
 
Joined: 22 Oct 2004
Location: MAP33

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby printz » Fri May 18, 2012 4:30 am

Blzut3 wrote:Given that Bitbucket allows unlimited private repositories, I have to wonder why you wouldn't just use it now.

Does Bitbucket allow me to have project homepages, like Sourceforge? Because if I can get away with a GPL licence, I can simply use Sourceforge.
User avatar
printz
Nothing can be shared from the desktop.
 
Joined: 26 Oct 2006
Location: Bucharest, Romania

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby Blzut3 » Fri May 18, 2012 4:45 am

printz wrote:Does Bitbucket allow me to have project homepages, like Sourceforge? Because if I can get away with a GPL licence, I can simply use Sourceforge.

They don't do project home pages, although you can have a home page for your user which can serve that purpose: http://confluence.atlassian.com/display ... +bitbucket

Also if you include a README file it will appear on the project overview (as can be seen here).

I guess you can use SourceForge. From my limited experience with them I know that their repository hosting can be rediculusly slow. Not sure if that has changed recently.
Blzut3
Pronounced: B-l-zut
 
Joined: 24 Nov 2004

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby Kinsie » Fri May 18, 2012 7:43 am

Isn't GitHub the cool kids club for code-hosting nowadays?
User avatar
Kinsie
Television Monk
 
Joined: 22 Oct 2004
Location: MAP33

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby printz » Fri May 18, 2012 12:32 pm

Blzut3 wrote:I guess you can use SourceForge. From my limited experience with them I know that their repository hosting can be rediculusly slow.

Hell yes it is. But its name is a well known brand, so if I link towards sourceforge.net, people will feel compelled to click.
User avatar
printz
Nothing can be shared from the desktop.
 
Joined: 26 Oct 2006
Location: Bucharest, Romania

Re: WHAT THE HELL are you working on (WIP THREAD not gossip)

Postby Kate » Fri May 18, 2012 5:45 pm

Image

Achievement: RARE CANDY x99
User avatar
Kate
Will love and tolerate THE SHIT out of you
 
Joined: 15 Jul 2003
Location: New Jersey, US

PreviousNext

Return to Off-Topic

Who is online

Users browsing this forum: ChronoSeth and 0 guests