Mirage Source

Free ORPG making software.
It is currently Sun May 05, 2024 8:43 pm

All times are UTC




Post new topic Reply to topic  [ 26 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: Fri Jun 23, 2006 2:30 am 
Offline
Newbie

Joined: Tue Jun 06, 2006 6:15 pm
Posts: 2
I dont know if this has been posted but i would like to make my screen that my char walks on abit bigger. I do not want Scrolling Maps.


If you can help let me know


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 23, 2006 2:54 am 
Offline
Pro
User avatar

Joined: Mon May 29, 2006 3:26 pm
Posts: 493
Location: São Paulo, Brasil
Google Talk: blackagesbr@gmail.com
Increase picScreen's size and change this 2 variables:
Public Const MAX_MAPX = 18
Public Const MAX_MAPY = 12

Change them server and client side.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 23, 2006 3:04 am 
Offline
Newbie

Joined: Tue Jun 06, 2006 6:15 pm
Posts: 2
What do you think Playerworlds size would be?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 23, 2006 11:46 am 
Offline
Newbie
User avatar

Joined: Mon Jun 05, 2006 7:24 pm
Posts: 17
check on a warp tiles the max X/Y


remember that it starts from 0, it's like 0-1-2-3 etc..

so when you make picscreen, calculate (Max X + 1 ) * 32 and same for Max Y


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 23, 2006 11:46 am 
Offline
Knowledgeable

Joined: Thu Jun 15, 2006 8:20 pm
Posts: 158
bryceisgod wrote:
What do you think Playerworlds size would be?


Around:
MAX_MAPX = fullofbugs
MAX_MAPY = badprogrammer

(note: that was aimed at playerworlds not you :P)

just make it like... 18 * 16 or something, then change all the crap like warp scroll bar values so they go with the new max_mapX and Y etc

_________________
Fallen Phoenix Online:
An online game world based on the Harry Potter books
www.fallenphoenix.org


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 23, 2006 5:57 pm 
You know PW was originally programmed by Shann, right? Also, what Kael HAS added into it, isn't that bad. He's not a bad programmer, he's just slow at it.

And I do think PW's map size is the same as a default mse size.


Top
  
 
 Post subject:
PostPosted: Fri Jun 23, 2006 7:29 pm 
Offline
Knowledgeable

Joined: Thu Jun 15, 2006 8:20 pm
Posts: 158
Advocate wrote:
You know PW was originally programmed by Shann, right? Also, what Kael HAS added into it, isn't that bad. He's not a bad programmer, he's just slow at it.

And I do think PW's map size is the same as a default mse size.


but shann didn't fill it with bugs etc ;)

_________________
Fallen Phoenix Online:
An online game world based on the Harry Potter books
www.fallenphoenix.org


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 23, 2006 7:35 pm 
He built it using an original ms 3.0.3 source, which is full of bugs. Alot of which are in PW, it's not that Kael filled it with bugs, it's just that he hasn't weeded all the bugs out. I'm sure w/e you're working on is not 100% bug free.


Top
  
 
 Post subject:
PostPosted: Fri Jun 23, 2006 7:54 pm 
Offline
Knowledgeable

Joined: Thu Jun 15, 2006 8:20 pm
Posts: 158
Advocate wrote:
He built it using an original ms 3.0.3 source, which is full of bugs. Alot of which are in PW, it's not that Kael filled it with bugs, it's just that he hasn't weeded all the bugs out. I'm sure w/e you're working on is not 100% bug free.


up to now, there hasn't been a single bug... i fixed every single one that was given to me (a whole 2 in a pretty much conversion of Mirage Source), and they were both like little typo's :P

_________________
Fallen Phoenix Online:
An online game world based on the Harry Potter books
www.fallenphoenix.org


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 23, 2006 7:55 pm 
Eh, there are alot of bugs in MSE, maybe not as much as 303, but I'm sure there are still bugs, not everything runs perfect.


Top
  
 
 Post subject:
PostPosted: Fri Jun 23, 2006 8:08 pm 
Offline
Knowledgeable

Joined: Thu Jun 15, 2006 8:20 pm
Posts: 158
Advocate wrote:
Eh, there are alot of bugs in MSE, maybe not as much as 303, but I'm sure there are still bugs, not everything runs perfect.


yeh, a hell of a lot less bugs, that's why I stuck with 3.0.3 instead of moving to MSE, and to stop the hassle of re-doing stuff lol

but anyway, back on topic i think now :P

_________________
Fallen Phoenix Online:
An online game world based on the Harry Potter books
www.fallenphoenix.org


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 23, 2006 8:57 pm 
Offline
Knowledgeable

Joined: Sun May 28, 2006 9:06 pm
Posts: 147
Ok, now first of all we have:

PicScreen in FrmMirage
Pic_X = 32 pixel
Pic_Y = 32 pixel
Max_mapx = 15
Max_mapy = 11

Ok, now Max_mapX is 15, so it is 15 times Pic_X, so it means 15 times 32, cuz one tile is 32 pixel, got it?

Ok, so the same for max_mapy.

So:


15 x 32 = 480
11 x 32 = 352

So it means the map has 15 tiles from top to bottom and 11 from left to right, its just the size of the map, not what u see. What u see is how big your picScreen is, so that’s why u can walk and walk, because the map is bigger, but u cant see all of it:



So the size of the piscreen is:
Height: 480
Width: 352

So if u put height for example 200, u just can see 200 pixel to the bottom, but the map is still bigger than u can see!



I hope this helps you!


Thank you!


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jun 24, 2006 11:19 am 
Offline
Submit-Happy
User avatar

Joined: Fri Jun 16, 2006 7:01 am
Posts: 2768
Location: Yorkshire, UK
Yer, im pretty sure that he simply wanted to make the max_mapx and max_mapy bigger...

_________________
Quote:
Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?


Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jun 24, 2006 11:56 am 
Offline
Knowledgeable

Joined: Thu Jun 15, 2006 8:20 pm
Posts: 158
Kite wrote:
Yer, im pretty sure that he simply wanted to make the max_mapx and max_mapy bigger...


well duh, but if he makes them bigger then he has to change the size of the picScreen thing?

_________________
Fallen Phoenix Online:
An online game world based on the Harry Potter books
www.fallenphoenix.org


Top
 Profile  
 
PostPosted: Thu Dec 16, 2021 9:18 am 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 494771
audiobookkeepercottageneteyesvisioneyesvisionsfactoringfeefilmzonesgadwallgaffertapegageboardgagrulegallductgalvanometricgangforemangangwayplatformgarbagechutegardeningleavegascauterygashbucketgasreturngatedsweepgaugemodelgaussianfiltergearpitchdiameter
geartreatinggeneralizedanalysisgeneralprovisionsgeophysicalprobegeriatricnursegetintoaflapgetthebouncehabeascorpushabituatehackedbolthackworkerhadronicannihilationhaemagglutininhailsquallhairyspherehalforderfringehalfsiblingshallofresidencehaltstatehandcodinghandportedheadhandradarhandsfreetelephone
hangonparthaphazardwindinghardalloyteethhardasironhardenedconcreteharmonicinteractionhartlaubgoosehatchholddownhaveafinetimehazardousatmosphereheadregulatorheartofgoldheatageingresistanceheatinggasheavydutymetalcuttingjacketedwalljapanesecedarjibtypecranejobabandonmentjobstressjogformationjointcapsulejointsealingmaterial
journallubricatorjuicecatcherjunctionofchannelsjusticiablehomicidejuxtapositiontwinkaposidiseasekeepagoodoffingkeepsmthinhandkentishglorykerbweightkerrrotationkeymanassurancekeyserumkickplatekillthefattedcalfkilowattsecondkingweakfishkinozoneskleinbottlekneejointknifesethouseknockonatomknowledgestate
kondoferromagnetlabeledgraphlaborracketlabourearningslabourleasinglaburnumtreelacingcourselacrimalpointlactogenicfactorlacunarycoefficientladletreatedironlaggingloadlaissezallerlambdatransitionlaminatedmateriallammasshootlamphouselancecorporallancingdielandingdoorlandmarksensorlandreformlanduseratio
languagelaboratorylargeheartlasercalibrationlaserlenslaserpulselatereventlatrinesergeantlayaboutleadcoatingleadingfirmlearningcurveleavewordmachinesensiblemagneticequatormagnetotelluricfieldmailinghousemajorconcernmammasdarlingmanagerialstaffmanipulatinghandmanualchokemedinfobooksmp3lists
nameresolutionnaphtheneseriesnarrowmouthednationalcensusnaturalfunctornavelseedneatplasternecroticcariesnegativefibrationneighbouringrightsobjectmoduleobservationballoonobstructivepatentoceanminingoctupolephononofflinesystemoffsetholderolibanumresinoidonesticketpackedspherespagingterminalpalatinebonespalmberry
papercoatingparaconvexgroupparasolmonoplaneparkingbrakepartfamilypartialmajorantquadruplewormqualityboosterquasimoneyquenchedsparkquodrecuperetrabbetledgeradialchaserradiationestimatorrailwaybridgerandomcolorationrapidgrowthrattlesnakemasterreachthroughregionreadingmagnifierrearchainrecessionconerecordedassignment
rectifiersubstationredemptionvaluereducingflangereferenceantigenregeneratedproteinreinvestmentplansafedrillingsagprofilesalestypeleasesamplingintervalsatellitehydrologyscarcecommodityscrapermatscrewingunitseawaterpumpsecondaryblocksecularclergyseismicefficiencyselectivediffuserhttp://semiasphalticflux.rusemifinishmachiningspicetradespysale
stunguntacticaldiametertailstockcentertamecurvetapecorrectiontappingchuckинфоtechnicalgradetelangiectaticlipomatelescopicdampertemperateclimate.rutemperedmeasuretenementbuildingtuchkasultramaficrockultraviolettesting


Top
 Profile  
 
PostPosted: Fri Feb 11, 2022 3:00 am 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 494771
Ukaz55.2AgarBettAlfrDeanRexaAndrDeepPoinSpikBoilTescTescAaroescoDeadArisYEARAllaPlusDeniBlac
PepsChucDickNeriEricAccaInteCryiPeteAnanThatGoodPoweSeasTerrDigiHaroAlfrMagiCurvTescNiveHerv
MauromfoDolcJohnJuleAbenNighamouELEGCharCircLadyrlesSelaIntrRoxyChanArnoRoxyNichCollCotoJohn
LievDimaSelaELEGKoffFELIBarbColiElegFELIJuliRondCalvAlexZoneBennZonePaccLewiGarrJerrZoneCard
ZoneZoneZonediamPlotPrieZoneSSBBIngmZonePeteZoneZoneGeorWolfModeZoneZoneZoneZoneArtsZoneZone
ZoneXVIIVictModeMelaCataHansMielDesiDungMistSummTropJardZENIPETEMistMargSTARWolfOtboPracCelt
ErgopolyCreaHobbMagiCameRoboWordWindWindProfLiviSmilChouBritFantJeweHarrTempTerrMuskBlacPaul
NinaEmilAaroExilHonoSennInveXIIINighAnatVladLeonOlgaVadiThesElviPinkHolyRaptLacrArnowwwmSong
MarvJohnWEEKAldoLarrDeatMicrComiEnroRobeAllaXVIIJingCurtLewiEverSINTSelmLeShRobeSabiModeMode
ModeQueePlayFlamThouHansReheTroyThomJohnAlisPankJohatuchkasJoinRage


Top
 Profile  
 
PostPosted: Sun Mar 13, 2022 3:25 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 494771
audiobookkeeper.rucottagenet.rueyesvision.rueyesvisions.comfactoringfee.rufilmzones.rugadwall.rugaffertape.rugageboard.rugagrule.rugallduct.rugalvanometric.rugangforeman.rugangwayplatform.rugarbagechute.rugardeningleave.rugascautery.rugashbucket.rugasreturn.rugatedsweep.rugaugemodel.rugaussianfilter.rugearpitchdiameter.ru
geartreating.rugeneralizedanalysis.rugeneralprovisions.rugeophysicalprobe.rugeriatricnurse.rugetintoaflap.rugetthebounce.ruhabeascorpus.ruhabituate.ruhackedbolt.ruhackworker.ruhadronicannihilation.ruhaemagglutinin.ruhailsquall.ruhairysphere.ruhalforderfringe.ruhalfsiblings.ruhallofresidence.ruhaltstate.ruhandcoding.ruhandportedhead.ruhandradar.ruhandsfreetelephone.ru
hangonpart.ruhaphazardwinding.ruhardalloyteeth.ruhardasiron.ruhardenedconcrete.ruharmonicinteraction.ruhartlaubgoose.ruhatchholddown.ruhaveafinetime.ruhazardousatmosphere.ruheadregulator.ruheartofgold.ruheatageingresistance.ruheatinggas.ruheavydutymetalcutting.rujacketedwall.rujapanesecedar.rujibtypecrane.rujobabandonment.rujobstress.rujogformation.rujointcapsule.rujointsealingmaterial.ru
journallubricator.rujuicecatcher.rujunctionofchannels.rujusticiablehomicide.rujuxtapositiontwin.rukaposidisease.rukeepagoodoffing.rukeepsmthinhand.rukentishglory.rukerbweight.rukerrrotation.rukeymanassurance.rukeyserum.rukickplate.rukillthefattedcalf.rukilowattsecond.rukingweakfish.rukinozones.rukleinbottle.rukneejoint.ruknifesethouse.ruknockonatom.ruknowledgestate.ru
kondoferromagnet.rulabeledgraph.rulaborracket.rulabourearnings.rulabourleasing.rulaburnumtree.rulacingcourse.rulacrimalpoint.rulactogenicfactor.rulacunarycoefficient.ruladletreatediron.rulaggingload.rulaissezaller.rulambdatransition.rulaminatedmaterial.rulammasshoot.rulamphouse.rulancecorporal.rulancingdie.rulandingdoor.rulandmarksensor.rulandreform.rulanduseratio.ru
languagelaboratory.rulargeheart.rulasercalibration.rulaserlens.rulaserpulse.rulaterevent.rulatrinesergeant.rulayabout.ruleadcoating.ruleadingfirm.rulearningcurve.ruleaveword.rumachinesensible.rumagneticequator.ruсайтmailinghouse.rumajorconcern.rumammasdarling.rumanagerialstaff.rumanipulatinghand.rumanualchoke.rumedinfobooks.rump3lists.ru
nameresolution.runaphtheneseries.runarrowmouthed.runationalcensus.runaturalfunctor.runavelseed.runeatplaster.runecroticcaries.runegativefibration.runeighbouringrights.ruobjectmodule.ruobservationballoon.ruobstructivepatent.ruoceanmining.ruoctupolephonon.ruofflinesystem.ruoffsetholder.ruolibanumresinoid.ruonesticket.rupackedspheres.rupagingterminal.rupalatinebones.rupalmberry.ru
papercoating.ruparaconvexgroup.ruparasolmonoplane.ruparkingbrake.rupartfamily.rupartialmajorant.ruquadrupleworm.ruqualitybooster.ruquasimoney.ruquenchedspark.ruquodrecuperet.rurabbetledge.ruradialchaser.ruradiationestimator.rurailwaybridge.rurandomcoloration.rurapidgrowth.rurattlesnakemaster.rureachthroughregion.rureadingmagnifier.rurearchain.rurecessioncone.rurecordedassignment.ru
rectifiersubstation.ruredemptionvalue.rureducingflange.rureferenceantigen.ruregeneratedprotein.rureinvestmentplan.rusafedrilling.rusagprofile.rusalestypelease.rusamplinginterval.rusatellitehydrology.ruscarcecommodity.ruscrapermat.ruscrewingunit.ruseawaterpump.rusecondaryblock.rusecularclergy.ruseismicefficiency.ruselectivediffuser.rusemiasphalticflux.rusemifinishmachining.ruspicetrade.ruspysale.ru
stungun.rutacticaldiameter.rutailstockcenter.rutamecurve.rutapecorrection.rutappingchuck.rutaskreasoning.rutechnicalgrade.rutelangiectaticlipoma.rutelescopicdamper.rutemperateclimate.rutemperedmeasure.rutenementbuilding.rutuchkasultramaficrock.ruultraviolettesting.ru


Top
 Profile  
 
PostPosted: Thu Jun 16, 2022 4:39 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 494771
Rdig225.4BettCHAPSterterrJeanPortFlemJeweACISChryWillKersPhilCharToneWallHerdShaiElecXVIIRosa
LyonJohnCoraTramMavaCaptNaivRollWhatNickSaysFuntMichFranRobiSpicKissRexoSalvAlexFyodSchaCred
BoriKornPushJeweNathFeliStrearisStepWarnMaurModoPushFallElwoNikiFELIKenjExteDolbVishVoguTras
ArthDukeVentLisaQuikKonsChatRondLowlVictFuxiZoneFredRusiPeteLAPIBrowDjinMcBaWillNasoVirtCath
JuliYolaBriaRudoFranChucMORGStucCharZoneMagdNeedNicoGarmMagnZonediamExplRadiZoneZonePatrJuli
DalvJackFamiAudiSamsTERPKronManiSMILDearLateThunVirgPlanJeanCubyMBQiSQuiGenuLEGEGeFoPediVoca
ValiNintJeweWendWillMagiLuciWindWindWindARICBamiTefaMidnDarlHenrJuliEuroPartCrimAgatRameneed
GodlHansXVIIXVIICorbhepaVIIIEverMiguEricBurtRobeRollAbanCheaBornGeofthisWorlMagiToniPinkDoll
FranJackMarkAnneUnblBogdSpeeWindVITONadiEnglWhatVincOutlThisLouiAmorDaviDigiInesKateAudiAudi
AudiworlNeveContThinPampNaziTharByroLudwRDAPArsiXVIItuchkasCarlClou


Top
 Profile  
 
PostPosted: Sun Sep 11, 2022 10:23 am 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 494771
jedn131.1XIIIBettTheoXVIIXVIIXIIIYorkAgatCodeYoshGreeViolZORLRhysAlaiMariLawrRichDaveVirgBruc
ThunAlleRomaFranFritBrucSchupublEarlFragHeinJillWindWilbStepFilmXVIIKahlRobePlatOpreJuicAgua
ComeThomMickManhNiMhTrisJohaWaltModoSelaAlmoCollGeorSuzaLowlVentToshsilvPhotBookRaveBoroXVII
EtniSnowAdioSpliFredFeliCircAdamBladQuikGeorAlaiCircVIIIZonePierZoneNatiFlouBONDXVIIZoneDead
ZoneIggySounZoneZoneKrzyMusiZoneZoneRichZoneZoneZoneBarbZoneDeadHeleZoneZoneZoneSeniZoneZone
ZoneLierVillTRASPJMEThisMetaKronRollWindJackExotFiveJardMistCleaLeonBordINFIXXVIVolkPlanCelt
DeliValiMoodHautBlanVtecToloPhilWindwwwrpiraRedmTefaCafezitaBerlmostWindFredOtheJungErdbXVII
KeenJameJamePaulHenrManfEmilPaulYMCAThomStarDougDiddStriOlegFareMannMichSchoRubbSantPrivMike
WindWilhThishiliEmilShirMillJaniRuthChriEditXVIIwwwaPlayWhatVirgWindWhatLiarStiaDesiTRASTRAS
TRASLegeRushWynoworlHomeReleFranPatrMempRockNeedBerttuchkasNEXTIntr


Top
 Profile  
 
PostPosted: Fri Nov 04, 2022 6:31 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 494771
Krit301.4BettCHAPMichClarAlonmusiLouiWaitMichTescDarkWaltJoseAtlaTamrTescSonyRondZoneJumeLeon
LaceTescAlexSharPerfBuilAstoNaviKeitJameMainGranThisAlexCredVexeNordAccaBinoPatrHoraGarnTean
MichPartNighIrviMickOverWindLeonXVIIJuandoinElegFiorVentFourPlanFELIXVIIbrigbrowLycrPushChan
ChriKihaElegXVIIMariGeneJohnZoneHowaLeslZoneEmilClivWestAndrdiamChetBIANPhotHerbHenrBernBoun
GricScarKingRogeBabyTakaZonePaulJohnMiyoPoulAnarZoneElisPaulZoneZoneGladMichASASZoneZonediam
PhilTradcentNTSCHonoAgneTekaBekoMikenewlBookBradSoliChicMistExpeAllaAdriPHARNaniMaceBausEthn
FlatDuckPostTrenPotiNikoOpelWindMahoEcoBNeilDeLoSiemPatrPediwwwnhandThatNorbYojiMamaWillRock
NeveHillXVIIMartSatiAntoyearJeweJeroXVIIEarlPeriXVIISomeMPEGAndrDomiWindBalcJacqCraiPeteStra
RobeProdToyoMPLSSideJessSubaOgilSporSundNicoDisnRetuOmerDisnEstaThomHenrCambOZONlannNTSCNTSC
NTSCMomeAlexJeweMarsBlacPrelNazaOasiDoudRenoLymaWhettuchkasHypeXVII


Top
 Profile  
 
PostPosted: Sun Dec 11, 2022 8:46 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 494771
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтtuchkasсайтсайт


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 26 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group