The Ur-Quan Masters Home Page Welcome, Guest. Please login or register.
Did you miss your activation email?
March 28, 2024, 05:23:24 pm
Home Help Search Login Register
News: Celebrating 30 years of Star Control 2 - The Ur-Quan Masters

+  The Ur-Quan Masters Discussion Forum
|-+  The Ur-Quan Masters Re-Release
| |-+  General UQM Discussion (Moderator: Death 999)
| | |-+  Module editing (is it possible?)
« previous next »
Pages: 1 2 [3] 4 Print
Author Topic: Module editing (is it possible?)  (Read 13431 times)
Mr._Jiggles
*Many bubbles*
***
Offline Offline

Gender: Male
Posts: 208


Get Down!


View Profile
Re: Module editing (is it possible?)
« Reply #30 on: July 12, 2005, 05:48:30 pm »

Yea, i got this to work, Thanks Meep-eep  Cheesy
Logged
Mr._Jiggles
*Many bubbles*
***
Offline Offline

Gender: Male
Posts: 208


Get Down!


View Profile
Re: Module editing (is it possible?)
« Reply #31 on: July 12, 2005, 05:49:07 pm »

Do you know how to edit how many crew per crew pod  Grin
Logged
meep-eep
Forum Admin
Enlightened
*****
Offline Offline

Posts: 2847



View Profile
Re: Module editing (is it possible?)
« Reply #32 on: July 12, 2005, 06:29:10 pm »

That's not that easy. That value is actually a define, which will end up being replicated through the binary in lots of places. I'm not going to start on tracking those down.
Besides, with your ship already overpowered, you really don't need it. Smiley
Logged

“When Juffo-Wup is complete
when at last there is no Void, no Non
when the Creators return
then we can finally rest.”
Kohr-Ah Death 213
Enlightened
*****
Offline Offline

Posts: 1372



View Profile WWW
Re: Module editing (is it possible?)
« Reply #33 on: July 12, 2005, 09:22:20 pm »

maybe there should be like... uh... step by step instructions on how compile your own uqm using a set of free tools...
good idea---maybe
will anyone do it--- probably not
i'd love to make the step by step instructions, but i still dont even know how to begin since i have 2 sets of instructions and people are tellin me "use it this way", right now i only want to do it ONE way
Dev-C++
so if anyone is kind enough to stop tellin me what to download and actually tell me some of the first steps(, other than downloading the libraries, i will probably figure the rest out myself in due time
Logged

The artist once again known as Kohr-Ah Death 213.

Get your MegaMod HERE
0xDEC0DE
*Many bubbles*
***
Offline Offline

Posts: 175



View Profile WWW
Re: Module editing (is it possible?)
« Reply #34 on: July 12, 2005, 10:09:37 pm »

maybe there should be like... uh... step by step instructions on how compile your own uqm using a set of free tools...

Brilliant idea.  Look here and here.
Logged

"I’m not a robot like you. I don’t like having disks crammed into me… unless they’re Oreos, and then only in the mouth."  --Fry
Kohr-Ah Death 213
Enlightened
*****
Offline Offline

Posts: 1372



View Profile WWW
Re: Module editing (is it possible?)
« Reply #35 on: July 12, 2005, 10:24:29 pm »

maybe im retarded, i don't care. but i think that INSTALL file only tells me to download the libraries. and i dont want to use mingw only because i already have dev-c++ and microsoft visual studio .net 2003 installed on my computer.

what i want is just a set of instructions to use after you have downloaded everything, installed the libraries, and modified the files you want.



edit---->ok sorry to be so demanding, i ment to be requestive but after last night i got a headache from trying to compile uqm
« Last Edit: July 12, 2005, 10:32:07 pm by jhguitarfreak » Logged

The artist once again known as Kohr-Ah Death 213.

Get your MegaMod HERE
Kohr-Ah Death 213
Enlightened
*****
Offline Offline

Posts: 1372



View Profile WWW
Re: Module editing (is it possible?)
« Reply #36 on: July 12, 2005, 10:44:57 pm »

i think i may have figured it out, but just in case i didnt my request is still in play.
Logged

The artist once again known as Kohr-Ah Death 213.

Get your MegaMod HERE
meep-eep
Forum Admin
Enlightened
*****
Offline Offline

Posts: 2847



View Profile
Re: Module editing (is it possible?)
« Reply #37 on: July 12, 2005, 11:36:59 pm »

There's an MS Dev Studio project file in src/msvc++/
It's for version 6.0, but your visual studio could probably import it.
You'll still need to have the libraries where it can find them.
Logged

“When Juffo-Wup is complete
when at last there is no Void, no Non
when the Creators return
then we can finally rest.”
Kohr-Ah Death 213
Enlightened
*****
Offline Offline

Posts: 1372



View Profile WWW
Re: Module editing (is it possible?)
« Reply #38 on: July 12, 2005, 11:50:03 pm »

i figured that much out right before you posted that... sometimes it helps to look.

of course all the variables i need are in place now ready to compile.
now lets see if it works....

Logged

The artist once again known as Kohr-Ah Death 213.

Get your MegaMod HERE
Kohr-Ah Death 213
Enlightened
*****
Offline Offline

Posts: 1372



View Profile WWW
Re: Module editing (is it possible?)
« Reply #39 on: July 13, 2005, 12:10:42 am »

ok here is a list of errors for you to look at

Code:
c:\uqm source\uqm-0.4.0\src\sc2code\libs\sound\openal\audiodrv_openal.h(31): fatal error C1083: Cannot open include file: 'AL/al.h': No such file or directory
C:\uqm source\uqm-0.4.0\src\sc2code\libs\sound\decoders\oggaud.c(28): fatal error C1083: Cannot open include file: 'vorbis/codec.h': No such file or directory
c:\uqm source\uqm-0.4.0\src\regex\regex_internal.h(83): warning C4005: 'inline' : macro redefinition
c:\uqm source\uqm-0.4.0\src\regex\regexec.ci(888): warning C4018: '<' : signed/unsigned mismatch
c:\uqm source\uqm-0.4.0\src\regex\regexec.ci(846): warning C4018: '<' : signed/unsigned mismatch
c:\uqm source\uqm-0.4.0\src\regex\regexec.ci(525): warning C4018: '<' : signed/unsigned mismatch
c:\uqm source\uqm-0.4.0\src\regex\regexec.ci(1410): warning C4018: '<' : signed/unsigned mismatch
c:\uqm source\uqm-0.4.0\src\regex\regexec.ci(864): warning C4018: '<' : signed/unsigned mismatch
c:\uqm source\uqm-0.4.0\src\regex\regexec.ci(888): warning C4018: '<' : signed/unsigned mismatch
c:\uqm source\uqm-0.4.0\src\regex\regcomp.ci(627): warning C4018: '<=' : signed/unsigned mismatch
c:\uqm source\uqm-0.4.0\src\regex\regexec.ci(500): warning C4018: '>' : signed/unsigned mismatch
c:\uqm source\uqm-0.4.0\src\regex\regexec.ci(515): warning C4018: '>=' : signed/unsigned mismatch
c:\uqm source\uqm-0.4.0\src\regex\regexec.ci(3015): warning C4101: 'err' : unreferenced local variable
C:\uqm source\uqm-0.4.0\src\sc2code\comm\starbas\starbas.c(1314): warning C4244: '=' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\melee.c(1442): warning C4244: '=' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\melee.c(1408): warning C4244: '=' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\lander.c(959): warning C4244: '=' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\lander.c(928): warning C4244: '=' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm\druuge\druugec.c(397): warning C4244: '=' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\shipyard.c(240): warning C4244: '=' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm\rebel\rebel.c(321): warning C4244: '=' : conversion from 'COUNT' to 'SBYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm\melnorm\melnorm.c(318): warning C4244: '=' : conversion from 'DWORD' to 'COUNT', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\plangen.c(566): warning C4244: '=' : conversion from 'DWORD' to 'UBYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\save.c(128): warning C4244: '=' : conversion from 'SIZE' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\outfit.c(425): warning C4244: '=' : conversion from 'SIZE' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm\melnorm\melnorm.c(794): warning C4244: '=' : conversion from 'unsigned long' to 'SIZE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\libs\graphics\sdl\3do_getbody.c(734): warning C4244: '=' : conversion from 'UWORD' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\melee.c(1047): warning C4244: '=' : conversion from 'UWORD' to 'UNICODE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\gameopt.c(387): warning C4244: '=' : conversion from 'UWORD' to 'UNICODE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\melee.c(1273): warning C4244: '=' : conversion from 'UWORD' to 'UNICODE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\encount.c(719): warning C4244: 'function' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm\melnorm\melnorm.c(1041): warning C4244: 'function' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\libs\decomp\lzdecode.c(352): warning C4244: 'function' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm\melnorm\melnorm.c(1010): warning C4244: 'function' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm\melnorm\melnorm.c(974): warning C4244: 'function' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm\starbas\starbas.c(1860): warning C4244: 'function' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm\melnorm\melnorm.c(1030): warning C4244: 'function' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm\starbas\starbas.c(1897): warning C4244: 'function' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm\starbas\starbas.c(1934): warning C4244: 'function' : conversion from 'COUNT' to 'BYTE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\setup.c(166): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\setup.c(170): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genzoq.c(224): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genburv.c(172): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genburv.c(157): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genchmmr.c(113): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\gendru.c(141): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genilw.c(115): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genmyc.c(223): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genmyc.c(199): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genorz.c(373): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genorz.c(358): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genorz.c(139): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genpet.c(236): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genpku.c(134): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\gensol.c(348): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\gensol.c(303): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genspa.c(200): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\gensup.c(132): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genthrad.c(204): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genthrad.c(189): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genutw.c(238): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genutw.c(223): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genvault.c(87): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genvux.c(239): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genvux.c(226): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genvux.c(208): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genwreck.c(78): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\planets\genyeh.c(116): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\setup.c(187): warning C4244: 'function' : conversion from 'DWORD' to 'FONT_REF', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\comm.c(1285): warning C4244: 'function' : conversion from 'DWORD' to 'SIZE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\restart.c(346): warning C4244: 'function' : conversion from 'DWORD' to 'SIZE', possible loss of data
C:\uqm source\uqm-0.4.0\src\sc2code\hyper.c(1405): warning C4244: 'function' : conversion from 'SWORD' to 'BYTE', possible loss of data


i hope you can read that so you can tell me what i did wrong
Logged

The artist once again known as Kohr-Ah Death 213.

Get your MegaMod HERE
Novus
Enlightened
*****
Offline Offline

Gender: Male
Posts: 1938


Fot or not?


View Profile
Re: Module editing (is it possible?)
« Reply #40 on: July 13, 2005, 12:46:51 am »

Looks like your OpenAL and Vorbis header files aren't being included.
Logged

RTFM = Read the fine manual.
RTTFAQ = Read the Ur-Quan Masters Technical FAQ.
Kohr-Ah Death 213
Enlightened
*****
Offline Offline

Posts: 1372



View Profile WWW
Re: Module editing (is it possible?)
« Reply #41 on: July 13, 2005, 12:48:30 am »

HOLY SH!!
it actually compiled...
this is a new step for me, everybody celebrate, i have never been able to compile anything ever since i started trying(its been about 6 months of trying different programs), heck now that i can get it to work i can start making my modifications and start to understand the code to actually mod the game...

everybody wish me luck

Quote
Looks like your OpenAL and Vorbis header files aren't being included.

thank you

and i thank everybody who has helped me along the way
Logged

The artist once again known as Kohr-Ah Death 213.

Get your MegaMod HERE
Halleck
Enlightened
*****
Offline Offline

Gender: Male
Posts: 751


Personal Text


View Profile WWW
Re: Module editing (is it possible?)
« Reply #42 on: July 13, 2005, 10:26:25 am »

Feels good, eh? Grin
Logged


Currently working on: Going outside more
Kohr-Ah Death 213
Enlightened
*****
Offline Offline

Posts: 1372



View Profile WWW
Re: Module editing (is it possible?)
« Reply #43 on: July 13, 2005, 10:51:11 am »

yep, and now i've started my modding process with the chmmr, they are going to take a change from the  3 zapsats to 5 and have a better acceleration, that coupled with new ship colors.
ive already tested the 5 zapsats and the better acceleration, there really is no big difference in strength.

i'm wondering if its ok to use those alternate ship ideas PR and FF had...

linky --->> http://www.dickweed.0nyx.com/sc/shiptest.gif
Logged

The artist once again known as Kohr-Ah Death 213.

Get your MegaMod HERE
Vic
Zebranky food
*
Offline Offline

Posts: 10


Like my Sweater?


View Profile
Re: Module editing (is it possible?)
« Reply #44 on: July 08, 2006, 10:38:18 pm »

sorry to bring up and old topic, but i use the hex editor called "hex workshop". I try to find the location d0598 but i can't.  The Binary string for the enegry module rapid recharge needs to be replaced? Is this info for 0/4 version instead of 0.5. Could somebody please help!

I need help urgently!
Logged
Pages: 1 2 [3] 4 Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!