Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Author
Message
tokyomage
14
Years of Service
User Offline
Joined: 26th Sep 2010
Location: on your roof
Posted: 25th Mar 2011 18:22
greetings forum members!


i have been working on a descent level the past days and now it sais my level is just...to big! I whant to create a level in fps creator with detail but i guess that aint happening...unless i can fix it (or someone ultimatley awesome on the forum) any advice on how to make the build limit bigger (like alote bigger).

kudos to those who help!

.....the feel of solitude hurts inside....
tokyomage
14
Years of Service
User Offline
Joined: 26th Sep 2010
Location: on your roof
Posted: 25th Mar 2011 21:24
anyone?

.....the feel of solitude hurts inside....
Flatlander
FPSC Tool Maker
17
Years of Service
User Offline
Joined: 22nd Jan 2007
Location: The Flatlands
Posted: 25th Mar 2011 21:26 Edited at: 25th Mar 2011 21:26
You're more than likely having issues with the fixed memory when it gets to the light mapping part of the compile. First of all, is your operating system either an XP x64 or Windows 7?



Terry
tokyomage
14
Years of Service
User Offline
Joined: 26th Sep 2010
Location: on your roof
Posted: 25th Mar 2011 21:43 Edited at: 25th Mar 2011 21:45
[quote]First of all, is your operating system either an XP x64 or Windows 7?


i use windows 7, with v1.18 beta 9 of fps creator.

.....the feel of solitude hurts inside....
gendestroier
14
Years of Service
User Offline
Joined: 5th Jun 2010
Location: Brazil
Posted: 25th Mar 2011 21:52
the 1.18 beta versions have a limited sizemap sys. you can just build levels with 1.8 gb, my maps crash with 1.6 gb, so if you wanna test your maps, you gonna have to wait until the final version.

or, you can get back to 1.17, but i severaly don't recomend it.

mods for creating a inteligent game,at least
tokyomage
14
Years of Service
User Offline
Joined: 26th Sep 2010
Location: on your roof
Posted: 25th Mar 2011 22:12
k i understand hopefully they get that beta done quicker

.....the feel of solitude hurts inside....
Flatlander
FPSC Tool Maker
17
Years of Service
User Offline
Joined: 22nd Jan 2007
Location: The Flatlands
Posted: 25th Mar 2011 23:16 Edited at: 25th Mar 2011 23:21
It will always be 1.8GB. However, since you have W7 x64 you can download an exe patch file that will patch fpsc-game.exe so that you can get up to 4GB of memory. I use this and it works slick. When it patches the file it automatically makes a backup of the original. There are no viruses or Trojans embedded in this exe file and it doesn't place either within the fpsc-game.exe file. I have been using it for several weeks now. The patch is so small that you don't even see an increase in the size of the file.

It is called "4gb_patch and you can get it here.

Addendum:

Without the patch, another way to lower the size is to adjust the following two parameters within the setup.ini file:

lightmaptexsize=512
lightmapquality=5

The defaults are as shown. If you use something larger than the value 5 for lightmapquality then start lowering it until you get a good compile. Of course if you arleady have it set to five then there is nothing you can do with that. Also, instead of 512 for lightmaptextsize you could try 256 or 128, but you may not be satisfied with the quality of the light mapping.

The best bet is to get the patch. I was glad when I did and there are several others who are using it.


Terry
Flatlander
FPSC Tool Maker
17
Years of Service
User Offline
Joined: 22nd Jan 2007
Location: The Flatlands
Posted: 25th Mar 2011 23:29
Quote: "my maps crash with 1.6 gb, "


Actually it doesn't. That may be the last number you saw but somewhere during the process it must have exceeded 1.8, if even for a fraction of a second. The memory will go up and down during the process.

The reason I'm sure of this, the source code has these two statements:

vmsize=(system smem available(2)/1024)
if vmsize>1850

It first checks for the vmsize (it varies during the process) and then checks to see if it is larger than 1850 (1.8MB basically). As you can see it is hard-coded.


Terry
tokyomage
14
Years of Service
User Offline
Joined: 26th Sep 2010
Location: on your roof
Posted: 26th Mar 2011 00:52
its not working for me, am i assigning the patcher to the wrong thing? i have tried to assign it to fps-game, and map editor but still doesn't work by the way i use fpsc v1.18 beta 9.

.....the feel of solitude hurts inside....
Flatlander
FPSC Tool Maker
17
Years of Service
User Offline
Joined: 22nd Jan 2007
Location: The Flatlands
Posted: 26th Mar 2011 01:15 Edited at: 26th Mar 2011 01:16
You need to be sure and set systemmemorycapoff=0 to zero as shown. It is probably set to 1.

You don't need to patch map editor but I don't think it hurts. I don't.

Edit

That parameter is in the setup.ini file in the root directory.


Terry
Scurvy Lobster
18
Years of Service
User Offline
Joined: 3rd Mar 2006
Location: Denmark
Posted: 26th Mar 2011 01:30
tokyomage: how much memory is installed on your PC?

tokyomage
14
Years of Service
User Offline
Joined: 26th Sep 2010
Location: on your roof
Posted: 26th Mar 2011 01:46
flatlander sadly it still didnt work, any more ideas?

and scurvy lobster i have a total of 500gb in total and i have 158gb of unused space.

.....the feel of solitude hurts inside....
Flatlander
FPSC Tool Maker
17
Years of Service
User Offline
Joined: 22nd Jan 2007
Location: The Flatlands
Posted: 26th Mar 2011 04:29 Edited at: 26th Mar 2011 04:32
OMGosh, I just got back home and discovered that I told you to set it to 0 (zero). Arrrrgggghhhhh. My bad. It has to be set to 1. systemmemorycapoff=1

Make sure that FPSC is closed and set it to 1. The default is zero. If cap is "on" then it will still check to see if system memory is over 1850MB and cause an error. When it is off it won't check the limit and let it go over. As you can see setting it to one will make sure that the system memory cap is off and won't make the check.

It really should work after you do that.

If you want, look to see if there is a file that would probably be located right underneath fpsc-game.exe called FPSC-Game.exe.Backup? If not then it didn't take. If there is it patched it correctly. Again, this patch will only work if you are running W7 or XP with 64 bit.


Terry
Thraxas
Retired Moderator
18
Years of Service
User Offline
Joined: 8th Feb 2006
Location: The Avenging Axe, Turai
Posted: 26th Mar 2011 14:11
Quote: "and scurvy lobster i have a total of 500gb in total and i have 158gb of unused space."


I doubt you have 500GB of RAM

A man will one day wear a tophat in glasgow on a sunny day juggeling grapes while humming the jurrasic park theme tune.
xplosys
18
Years of Service
User Offline
Joined: 5th Jan 2006
Playing: FPSC Multiplayer Games
Posted: 26th Mar 2011 14:39 Edited at: 26th Mar 2011 14:42
Quote: "I doubt you have 500GB of RAM"


And I don't see where he said he has a 64bit system either.

Right click on your "My Computer" icon and select properties.
On the resulting dialog, look under "System" and find...

"Installed Memory(RAM):" and "System Tye:" and tell us what they are.

Brian.

... and the band played on.
tokyomage
14
Years of Service
User Offline
Joined: 26th Sep 2010
Location: on your roof
Posted: 26th Mar 2011 14:42
thanks for catching that mistake thraxas

and thank you flatlander, it works YOU ARE CREDIT TO TEAM!

.....the feel of solitude hurts inside....
Thraxas
Retired Moderator
18
Years of Service
User Offline
Joined: 8th Feb 2006
Location: The Avenging Axe, Turai
Posted: 27th Mar 2011 11:27
Quote: "thanks for catching that mistake thraxas "


I was just playing You'll get used to my sense of humour eventually.. If not, I'll just ban you :-0

A man will one day wear a tophat in glasgow on a sunny day juggeling grapes while humming the jurrasic park theme tune.
tokyomage
14
Years of Service
User Offline
Joined: 26th Sep 2010
Location: on your roof
Posted: 27th Mar 2011 14:40
haha...i like this guy...

.....the feel of solitude hurts inside....

Login to post a reply

Server time is: 2024-11-24 10:31:31
Your offset time is: 2024-11-24 10:31:31