LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Closed Thread
  Search this Thread
Old 05-17-2017, 08:31 AM   #1
linuxfa
LQ Newbie
 
Registered: May 2017
Posts: 13

Rep: Reputation: Disabled
Question How does a source port exe file load iwad files


Hey how does a source port load iwad files i am learning how to build a simple source port
but i got every step done except the exe want run the iwads any suggestions on what i need to do to get the compiled exe to load the iwads. Help Me.

i have no errors in my code just a exe that want run the iwads

i have installed the required packages

i have included the directories and library directories

i have built the code

and final step i need help on how to get the compiled exe to load and run the iwads.
 
Old 05-17-2017, 08:37 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 20,232

Rep: Reputation: 6836Reputation: 6836Reputation: 6836Reputation: 6836Reputation: 6836Reputation: 6836Reputation: 6836Reputation: 6836Reputation: 6836Reputation: 6836Reputation: 6836
would be nice to tell us what description did you follow, and in general give more information. What you described is more or less useless, because contains no actual data but general information only.
 
Old 05-17-2017, 08:45 AM   #3
linuxfa
LQ Newbie
 
Registered: May 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
Question

what more information do you need.

Its a source port that runs the doom iwad for playing doom. there that's your more description.

i don't need to give you the code because there is only a exe.

it said on this page if i had code errors to post them I do not just compiled and finished the simple source port

but having that simple issue of the compiled exe not running the iwad files.

simple question do you know how the exe runs the doom iwads. and how to get the exe to be configured and run the iwad.

Last edited by linuxfa; 05-17-2017 at 08:48 AM.
 
Old 05-17-2017, 10:02 AM   #4
linuxfa
LQ Newbie
 
Registered: May 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
Question

Does anybody know how to allow the exe to load iwads like doom please anybody know i have been troubling with this for over 6 months know please just somebody help me with this
they has to be somebody

its a source port for doom. a simple one.
 
Old 05-17-2017, 11:38 AM   #5
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
I can't decide if you are asking us or telling us?

https://opensource.com/life/16/10/ho...ical-questions

If that "doesn't compute", sucks to be you.

You get back what you put in.
 
Old 05-17-2017, 06:43 PM   #6
linuxfa
LQ Newbie
 
Registered: May 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
Question

Well i am not telling you how to do it and further more you all should know that answer this is a linux forum site with professional help ow wait is it.

honestly if you don't have the answer then why post and try to be stupid.

I ask a simple question I give you step by step description and tell you what I have already have done and to what I need help on. and it seems that you can even read my post and understand it sorry if I am being rude but come on dude your last post was some total bullsh*t if you have the answer then post some advice if not then just not post its that simple man people can be so stupid now and days.

I DONT need to give you code or data because my question does not of need of it. so yeah. if you are going to help fine if not please just do what you normally do.
 
Old 05-18-2017, 03:34 AM   #7
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,790

Rep: Reputation: 939Reputation: 939Reputation: 939Reputation: 939Reputation: 939Reputation: 939Reputation: 939Reputation: 939
You open up .zandronum/zandronum.ini

Put official doom wads in Doom folder

[IWADSearch.Directories]
Path=.
Path=/home/blah/Doom/
Path=$DOOMWADDIR
Path=~/.zandronum
Path=/usr/local/share/

[FileSearch.Directories]
Path=/home/blah/Doom/
Path=$DOOMWADDIR

Then in Zandronum folder where the program is there is a skins folder. This is where you place custom wads like brutal doom.
 
Old 05-18-2017, 06:01 AM   #8
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,788
Blog Entries: 13

Rep: Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831
I've received a complaint that this was not very polite, however the one below it which came first is also not very polite.

While I understand that the question needed clarification, pan64 already made this point. If things were still unclear, the recommended LQ direction is to either ask for more clarification or leave the question alone.

@Habitual: Doing both of providing question guidance while also offering a taunt is probably not the best choice here.

@linuxfa: pan64's request for follow-up was asking for details related to the original problem description where it was stated that required packages were installed, directories and libraries were included, and the source was built. Therefore it would've been helpful to provide more detailed feedback describing the process or reference which led to the creation of this executable.

I don't know about doom, however I know code, as I'm sure many others on this site do. Further I know network communications programming if the term source port here is referring to a TCP or UDP communications port. Therefore this executable which you've created, where is the source for it? Something you've downloaded? Something you've written? Something you've installed? How did you derive the required packages, directories, and libraries? Were you following a reference of some type? The link here may be useful to help others with reviewing it so they may help you with your project that you've worked at for over six months. You seem to be asking how to use or open a source port, and to me that is how you would use BSD or similar code to communicate over IP using one of the two classical transport types. However seeing no code or reference, I and others cannot evaluate your question more clearly.
Quote:
Originally Posted by linuxfa View Post
Well i am not telling you how to do it and further more you all should know that answer this is a linux forum site with professional help ow wait is it.

honestly if you don't have the answer then why post and try to be stupid.

I ask a simple question I give you step by step description and tell you what I have already have done and to what I need help on. and it seems that you can even read my post and understand it sorry if I am being rude but come on dude your last post was some total bullsh*t if you have the answer then post some advice if not then just not post its that simple man people can be so stupid now and days.

I DONT need to give you code or data because my question does not of need of it. so yeah. if you are going to help fine if not please just do what you normally do.
Quote:
Originally Posted by Habitual View Post
I can't decide if you are asking us or telling us?

https://opensource.com/life/16/10/ho...ical-questions

If that "doesn't compute", sucks to be you.

You get back what you put in.
 
1 members found this post helpful.
Old 05-18-2017, 09:00 AM   #9
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by rtmistler View Post
@Habitual: Doing both of providing question guidance while also offering a taunt is probably not the best choice here.
I apologize to everyone.
 
Old 05-22-2017, 10:09 AM   #10
linuxfa
LQ Newbie
 
Registered: May 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
fine i apoligize but if you be an asshole then some people in this world will not take that I dont care who you are welcome to the real world. hope you learned.

SORRY FOR CAUSE PROBLEMS.

AGAIN NEXT TIME TRY TO BE MORE RESPECTFUL AND HELPFUL INSTEAD OF AN ASS.

Habitual
 
Old 05-22-2017, 10:22 AM   #11
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,788
Blog Entries: 13

Rep: Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831Reputation: 4831
This thread has been closed. I would suggest a more clear question be used to create a new thread.

Once again, continued hostilities are not the best way to express ones self. Conditional apologies are also not the best choice here either.
 
  


Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SQUID Block exe file from https://*****.com/****.exe aamdevan Linux - Server 3 12-05-2013 02:15 AM
Load flash movies directly from any source (no temporary files) Nomer Programming 1 12-28-2010 04:49 PM
doom2 iwad tag in file header lugoteehalt Linux - Software 2 07-23-2007 10:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration